YaST Commits
Threads by month
- ----- 2024 -----
- 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
May 2021
- 3 participants
- 498 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
02 Aug '22
See <https://ci.opensuse.org/job/libyui-ci-libyui-container-master/11/display/re…>
Changes:
[jlopez] Revert "Use Leap 15.3 base image"
------------------------------------------
[...truncated 71.52 KB...]
(104/370) Installing: libhogweed6-3.7.1-1.2.x86_64 [.........done]
(105/370) Installing: ShellCheck-0.7.1-5.7.x86_64 [............done]
(106/370) Installing: libgts-0_7-5-0.7.6_p20121130-4.22.x86_64 [.........done]
(107/370) Installing: libgobject-2_0-0-2.66.7-2.2.x86_64 [.........done]
(108/370) Installing: libgdbm_compat4-1.19-1.3.x86_64 [.....done]
(109/370) Installing: libstdc++6-11.0.0+git183291-1.3.x86_64 [...........done]
(110/370) Installing: chkstat-1550_20210125-27.3.x86_64 [...........done]
(111/370) Installing: libdw1-0.183-1.2.x86_64 [...........done]
(112/370) Installing: dwz-0.14~rc1-1.1.x86_64 [..........done]
(113/370) Installing: libgbm1-20.3.4-272.4.x86_64 [.....done]
(114/370) Installing: libdrm_radeon1-2.4.104-1.3.x86_64 [.....done]
(115/370) Installing: libdrm_nouveau2-2.4.104-1.3.x86_64 [....done]
(116/370) Installing: libdrm_intel1-2.4.104-1.3.x86_64 [........done]
(117/370) Installing: libdrm_amdgpu1-2.4.104-1.3.x86_64 [......done]
(118/370) Installing: python38-base-3.8.8-1.3.x86_64 [............done]
(119/370) Installing: perl-base-5.32.0-2.3.x86_64 [............done]
(120/370) Installing: libruby2_7-2_7-2.7.2-2.3.x86_64 [............done]
(121/370) Installing: libbrotlienc1-1.0.9-1.3.x86_64 [............done]
(122/370) Installing: libbrotlidec1-1.0.9-1.3.x86_64 [.....done]
(123/370) Installing: libmount1-2.36.2-1.2.x86_64 [...........done]
(124/370) Installing: libfdisk1-2.36.2-1.2.x86_64 [........done]
(125/370) Installing: libsemanage1-3.1-1.3.x86_64 [...........done]
(126/370) Installing: libxcb1-1.14-1.5.x86_64 [........done]
(127/370) Installing: libSM6-1.2.3-1.10.x86_64 [.....done]
(128/370) Installing: python-base-2.7.18-5.2.x86_64 [............done]
(129/370) Installing: libfido2-1-1.6.0-1.3.x86_64 [........done]
(130/370) Installing: pkgconf-pkg-config-1.7.3-2.4.x86_64 [......done]
(131/370) Installing: openssl-1.1.1j-1.1.noarch [.....done]
(132/370) Installing: rsync-3.2.3-2.3.x86_64 [..........done]
(133/370) Installing: libmpc3-1.2.1-1.3.x86_64 [.......done]
(134/370) Installing: libgnutls30-3.7.0-1.2.x86_64 [............done]
(135/370) Installing: libgudev-1_0-0-234-1.3.x86_64 [......done]
(136/370) Installing: swig-4.0.2-3.3.x86_64 [...........done]
(137/370) Installing: libyaml-cpp0_6-0.6.3-1.5.x86_64 [...........done]
(138/370) Installing: libubsan1-11.0.0+git183291-1.3.x86_64 [.........done]
(139/370) Installing: libtsan0-11.0.0+git183291-1.3.x86_64 [............done]
(140/370) Installing: libtiff5-4.2.0-1.3.x86_64 [............done]
(141/370) Installing: libsigc-2_0-0-2.10.6-1.3.x86_64 [.......done]
(142/370) Installing: libproxy1-0.4.17-1.3.x86_64 [.............done]
(143/370) Installing: libncurses6-6.2.20210130-15.3.x86_64 [...................done]
(144/370) Installing: liblsan0-11.0.0+git183291-1.3.x86_64 [.........done]
(145/370) Installing: libjsoncpp24-1.9.4-1.3.x86_64 [..........done]
(146/370) Installing: libicu68-68.2-2.1.x86_64 [............done]
(147/370) Installing: libgraphviz6-2.42.3-2.15.x86_64 [............done]
(148/370) Installing: libgmpxx4-6.2.1-2.3.x86_64 [....done]
(149/370) Installing: libdouble-conversion3-3.1.5-3.6.x86_64 [.....done]
(150/370) Installing: libdb-4_8-4.8.30-38.25.x86_64 [............done]
(151/370) Installing: libctf0-2.36-2.1.x86_64 [.........done]
(152/370) Installing: libboost_thread1_75_0-1.75.0-4.3.x86_64 [.......done]
(153/370) Installing: libboost_test1_75_0-1.75.0-4.3.x86_64 [............done]
(154/370) Installing: libboost_program_options1_75_0-1.75.0-4.3.x86_64 [...........done]
(155/370) Installing: libboost_chrono1_75_0-1.75.0-4.3.x86_64 [....done]
(156/370) Installing: libasan6-11.0.0+git183291-1.3.x86_64 [............done]
(157/370) Installing: gettext-runtime-0.21-2.3.x86_64 [............done]
(158/370) Installing: doxygen-1.9.1-1.3.x86_64 [............done]
(159/370) Installing: permissions-config-1550_20210125-27.3.x86_64 [.......done]
Additional rpm output:
ERROR: fillup not found. This should not happen. Please compare
/etc/sysconfig/security and /sysconfig.security and
update by hand.
error opening /etc/sysconfig/security: No such file or directory
(160/370) Installing: librpmbuild9-4.16.0-4.1.x86_64 [.........done]
(161/370) Installing: libpython3_8-1_0-3.8.8-1.3.x86_64 [............done]
(162/370) Installing: rpm-build-perl-4.16.0-4.1.x86_64 [......done]
(163/370) Installing: build-mkbaselibs-20210120-1.3.noarch [......done]
(164/370) Installing: brp-extract-appdata-2016.05.04-2.7.noarch [......done]
(165/370) Installing: libfreetype6-2.10.4-1.3.x86_64 [...........done]
(166/370) Installing: libcurl4-7.74.0-1.3.x86_64 [............done]
(167/370) Installing: libxcb-xvmc0-1.14-1.5.x86_64 [....done]
(168/370) Installing: libxcb-xv0-1.14-1.5.x86_64 [....done]
(169/370) Installing: libxcb-xtest0-1.14-1.5.x86_64 [.....done]
(170/370) Installing: libxcb-xkb1-1.14-1.5.x86_64 [.......done]
(171/370) Installing: libxcb-xinput0-1.14-1.5.x86_64 [.......done]
(172/370) Installing: libxcb-xinerama0-1.14-1.5.x86_64 [.....done]
(173/370) Installing: libxcb-xfixes0-1.14-1.5.x86_64 [....done]
(174/370) Installing: libxcb-xf86dri0-1.14-1.5.x86_64 [....done]
(175/370) Installing: libxcb-util1-0.4.0-1.20.x86_64 [....done]
(176/370) Installing: libxcb-sync1-1.14-1.5.x86_64 [....done]
(177/370) Installing: libxcb-shm0-1.14-1.5.x86_64 [.....done]
(178/370) Installing: libxcb-shape0-1.14-1.5.x86_64 [....done]
(179/370) Installing: libxcb-screensaver0-1.14-1.5.x86_64 [.....done]
(180/370) Installing: libxcb-res0-1.14-1.5.x86_64 [....done]
(181/370) Installing: libxcb-render0-1.14-1.5.x86_64 [.....done]
(182/370) Installing: libxcb-record0-1.14-1.5.x86_64 [....done]
(183/370) Installing: libxcb-randr0-1.14-1.5.x86_64 [.....done]
(184/370) Installing: libxcb-present0-1.14-1.5.x86_64 [.....done]
(185/370) Installing: libxcb-keysyms1-0.4.0-1.19.x86_64 [.....done]
(186/370) Installing: libxcb-icccm4-0.4.1-4.14.x86_64 [....done]
(187/370) Installing: libxcb-glx0-1.14-1.5.x86_64 [.......done]
(188/370) Installing: libxcb-dri3-0-1.14-1.5.x86_64 [....done]
(189/370) Installing: libxcb-dri2-0-1.14-1.5.x86_64 [....done]
(190/370) Installing: libxcb-dpms0-1.14-1.5.x86_64 [.....done]
(191/370) Installing: libxcb-damage0-1.14-1.5.x86_64 [.....done]
(192/370) Installing: libxcb-composite0-1.14-1.5.x86_64 [.....done]
(193/370) Installing: libX11-6-1.7.0-1.3.x86_64 [............done]
(194/370) Installing: xz-devel-5.2.5-1.18.x86_64 [...........done]
(195/370) Installing: xorgproto-devel-2021.3-1.1.x86_64 [............done]
(196/370) Installing: xkeyboard-config-2.32-1.1.noarch [............done]
(197/370) Installing: wayland-devel-1.19.0-1.3.x86_64 [...........done]
(198/370) Installing: p11-kit-devel-0.23.22-1.3.x86_64 [..........done]
(199/370) Installing: libxcrypt-devel-4.4.18-1.2.x86_64 [........done]
(200/370) Installing: libuuid-devel-2.36.2-1.2.x86_64 [........done]
(201/370) Installing: libudev-devel-246.10-3.2.x86_64 [..........done]
(202/370) Installing: libtasn1-devel-4.16.0-1.8.x86_64 [.........done]
(203/370) Installing: libopenssl-1_1-devel-1.1.1j-1.2.x86_64 [............done]
(204/370) Installing: libidn2-devel-2.3.0-3.4.x86_64 [........done]
(205/370) Installing: libdrm-devel-2.4.104-1.3.x86_64 [...........done]
(206/370) Installing: libbrotli-devel-1.0.9-1.3.x86_64 [.......done]
(207/370) Installing: cpp10-10.2.1+git1331-1.1.x86_64 [............done]
(208/370) Installing: libmicrohttpd12-0.9.72-1.2.x86_64 [.........done]
(209/370) Installing: libwacom2-1.6-1.3.x86_64 [......done]
(210/370) Installing: tack-6.2.20210130-15.3.x86_64 [..........done]
(211/370) Installing: psmisc-23.3-2.1.x86_64 [........done]
(212/370) Installing: libreadline8-8.1-1.3.x86_64 [..............done]
(213/370) Installing: libedit0-3.1.snap20180525-4.4.x86_64 [..........done]
(214/370) Installing: less-563-1.4.x86_64 [.........done]
(215/370) Installing: info-6.7-2.3.x86_64 [..........done]
(216/370) Installing: jsoncpp-devel-1.9.4-1.3.x86_64 [.........done]
(217/370) Installing: graphviz-2.42.3-2.15.x86_64 [............done]
(218/370) Installing: gmp-devel-6.2.1-2.3.x86_64 [...........done]
(219/370) Installing: libQt5Core5-5.15.2-4.3.x86_64 [............done]
(220/370) Installing: perl-5.32.0-2.3.x86_64 [............done]
(221/370) Installing: binutils-2.36-2.1.x86_64 [............done]
Additional rpm output:
update-alternatives: using /usr/bin/ld.bfd to provide /usr/bin/ld (ld) in auto mode
(222/370) Installing: permissions-20210125.1550-27.3.x86_64 [...done]
(223/370) Installing: rpm-build-python-4.16.0-4.1.x86_64 [.....done]
(224/370) Installing: libharfbuzz0-2.7.4-2.4.x86_64 [...........done]
(225/370) Installing: libfontconfig1-2.13.1-2.10.x86_64 [...........done]
(226/370) Installing: libsolv-tools-0.7.17-1.2.x86_64 [..................done]
(227/370) Installing: cmake-full-3.19.6-1.1.x86_64 [............done]
(228/370) Installing: libxcb-image0-0.4.0-1.20.x86_64 [....done]
(229/370) Installing: libxcb-render-util0-0.3.9-3.19.x86_64 [....done]
(230/370) Installing: libglvnd-1.3.2-2.3.x86_64 [............done]
(231/370) Installing: libXrender1-0.9.10-1.14.x86_64 [.....done]
(232/370) Installing: libXpm4-3.5.13-1.6.x86_64 [......done]
(233/370) Installing: libXfixes3-5.0.3-1.13.x86_64 [....done]
(234/370) Installing: libXext6-1.3.4-1.9.x86_64 [......done]
(235/370) Installing: libXdamage1-1.1.5-1.9.x86_64 [.....done]
(236/370) Installing: libXau-devel-1.0.9-1.9.x86_64 [......done]
(237/370) Installing: libxkbcommon0-1.0.3-2.3.x86_64 [...........done]
(238/370) Installing: glibc-devel-2.33-4.1.x86_64 [............done]
(239/370) Installing: libopenssl-devel-1.1.1j-1.1.noarch [.....done]
(240/370) Installing: cpp-10-3.3.x86_64 [......done]
(241/370) Installing: libinput10-1.17.0-1.2.x86_64 [.........done]
(242/370) Installing: ncurses-devel-6.2.20210130-15.3.x86_64 [...........done]
(243/370) Installing: python-2.7.18-5.2.x86_64 [............done]
(244/370) Installing: libxml2-tools-2.9.10-9.2.x86_64 [.......done]
(245/370) Installing: openssh-clients-8.4p1-4.2.x86_64 [............done]
(246/370) Installing: libLLVM11-11.0.1-3.2.x86_64 [............done]
(247/370) Installing: gettext-tools-0.21-2.3.x86_64 [............done]
(248/370) Installing: autoconf-2.69-17.18.noarch [............done]
(249/370) Installing: graphviz-plugins-core-2.42.3-2.15.x86_64 [...........done]
(250/370) Installing: libQt5DBus5-5.15.2-4.3.x86_64 [...........done]
(251/370) Installing: perl-XML-Writer-0.900-1.3.noarch [.......done]
(252/370) Installing: perl-TimeDate-2.33-1.4.noarch [...........done]
(253/370) Installing: perl-PerlIO-gzip-0.20-1.8.x86_64 [......done]
(254/370) Installing: perl-JSON-4.03-1.1.noarch [..........done]
(255/370) Installing: perl-Error-0.17029-1.4.noarch [......done]
(256/370) Installing: brp-check-suse-84.87+git20201203.5008eba-1.3.x86_64 [......done]
(257/370) Installing: pam_unix-1.5.1-3.3.x86_64 [......done]
(258/370) Installing: fontconfig-2.13.1-2.10.x86_64 [............done]
(259/370) Installing: libzypp-17.25.8-1.1.x86_64 [...................done]
Additional rpm output:
warning: /etc/zypp/zypp.conf created as /etc/zypp/zypp.conf.rpmnew
(260/370) Installing: cmake-3.19.6-1.1.x86_64 [.....done]
(261/370) Installing: libglvnd-devel-1.3.2-2.3.x86_64 [......done]
(262/370) Installing: Mesa-libEGL1-20.3.4-272.4.x86_64 [...........done]
(263/370) Installing: libXxf86vm1-1.1.4-1.19.x86_64 [....done]
(264/370) Installing: libXrandr2-1.5.2-1.9.x86_64 [.....done]
(265/370) Installing: libxcb-devel-1.14-1.5.x86_64 [............done]
(266/370) Installing: libxkbcommon-x11-0-1.0.3-2.3.x86_64 [.....done]
(267/370) Installing: zlib-devel-1.2.11-18.3.x86_64 [.........done]
(268/370) Installing: popt-devel-1.18-2.3.x86_64 [....done]
(269/370) Installing: libzstd-devel-1.4.9-1.1.x86_64 [.........done]
(270/370) Installing: libstdc++6-devel-gcc10-10.2.1+git1331-1.1.x86_64 [............done]
(271/370) Installing: libnettle-devel-3.7.1-1.2.x86_64 [........done]
(272/370) Installing: libexpat-devel-2.2.10-1.3.x86_64 [......done]
(273/370) Installing: libcurl-devel-7.74.0-1.3.x86_64 [............done]
(274/370) Installing: libbz2-devel-1.0.8-2.22.x86_64 [.....done]
(275/370) Installing: gcc10-10.2.1+git1331-1.1.x86_64 [............done]
(276/370) Installing: readline-devel-8.1-1.3.x86_64 [........done]
(277/370) Installing: python-devel-2.7.18-5.2.x86_64 [............done]
(278/370) Installing: automake-1.16.3-2.2.noarch [..........done]
(279/370) Installing: graphviz-devel-2.42.3-2.15.x86_64 [...........done]
(280/370) Installing: libQt5Network5-5.15.2-4.3.x86_64 [............done]
(281/370) Installing: build-20210120-1.3.noarch [............done]
(282/370) Installing: pam-1.5.1-3.3.x86_64 [............done]
(283/370) Installing: libgd3-2.3.0-1.4.x86_64 [..........done]
(284/370) Installing: Mesa-20.3.4-272.4.x86_64 [......done]
(285/370) Installing: libX11-devel-1.7.0-1.3.x86_64 [...........done]
(286/370) Installing: libstdc++-devel-10-3.3.x86_64 [...done]
(287/370) Installing: libgnutls-devel-3.7.0-1.2.x86_64 [.......done]
(288/370) Installing: freetype2-devel-2.10.4-1.3.x86_64 [............done]
(289/370) Installing: gcc10-c++-10.2.1+git1331-1.1.x86_64 [............done]
(290/370) Installing: gcc-10-3.3.x86_64 [...........done]
(291/370) Installing: libxml2-devel-2.9.10-9.2.x86_64 [...........done]
(292/370) Installing: yast2-buildtools-4.2.7-1.2.noarch [...........done]
(293/370) Installing: libQt5Gui5-5.15.2-4.3.x86_64 [............done]
(294/370) Installing: shadow-4.8.1-5.3.x86_64 [............done]
(295/370) Installing: gd-2.3.0-1.4.x86_64 [.........done]
(296/370) Installing: Mesa-libGL1-20.3.4-272.4.x86_64 [...........done]
(297/370) Installing: libXrender-devel-0.9.10-1.14.x86_64 [....done]
(298/370) Installing: libXext-devel-1.3.4-1.9.x86_64 [............done]
(299/370) Installing: Mesa-libEGL-devel-20.3.4-272.4.x86_64 [.......done]
(300/370) Installing: libboost_headers1_75_0-devel-1.75.0-4.3.x86_64 [............done]
(301/370) Installing: libmicrohttpd-devel-0.9.72-1.2.x86_64 [.........done]
(302/370) Installing: fontconfig-devel-2.13.1-2.10.x86_64 [......done]
(303/370) Installing: gcc-c++-10-3.3.x86_64 [.......done]
(304/370) Installing: yast2-devtools-4.2.7-1.2.noarch [.........done]
(305/370) Installing: libQt5X11Extras5-5.15.2-1.3.x86_64 [........done]
(306/370) Installing: libQt5Widgets5-5.15.2-4.3.x86_64 [............done]
(307/370) Installing: sysuser-shadow-3.0-10.2.noarch [....done]
(308/370) Installing: perl-GD-2.73-2.3.x86_64 [..........done]
(309/370) Installing: Mesa-libGL-devel-20.3.4-272.4.x86_64 [............done]
(310/370) Installing: Mesa-dri-20.3.4-272.4.x86_64 [............done]
(311/370) Installing: libXrandr-devel-1.5.2-1.9.x86_64 [.....done]
(312/370) Installing: libboost_test1_75_0-devel-1.75.0-4.3.x86_64 [..........done]
(313/370) Installing: libboost_program_options1_75_0-devel-1.75.0-4.3.x86_64 [......done]
(314/370) Installing: libboost_headers-devel-1.75.0-1.2.noarch [.....done]
(315/370) Installing: libboost_date_time1_75_0-devel-1.75.0-4.3.x86_64 [......done]
(316/370) Installing: libboost_chrono1_75_0-devel-1.75.0-4.3.x86_64 [......done]
(317/370) Installing: boost-devel-1.75.0-1.2.noarch [.....done]
(318/370) Installing: libqt5-qtbase-common-devel-5.15.2-4.3.x86_64 [............done]
(319/370) Installing: libQt5Svg5-5.15.2-1.4.x86_64 [...........done]
(320/370) Installing: system-group-hardware-20170617-21.2.noarch [..[91mInstallation of system-group-hardware-20170617-21.2.noarch failed:
Error: Subprocess failed. Error: RPM failed: ERROR: neither groupadd nor busybox found!
error: %prein(system-group-hardware-20170617-21.2.noarch) scriptlet failed, exit status 1
error: system-group-hardware-20170617-21.2.noarch: install failed
[0merror]
Abort, retry, ignore? [a/r/i] (a): a
Warning: %posttrans scripts skipped while aborting:
rpm-4.16.0-4.1.x86_64.rpm
pam-1.5.1-3.3.x86_64.rpm
shadow-4.8.1-5.3.x86_64.rpm
[91mProblem occurred during or after installation or removal of packages:
Installation has been aborted as directed.
Please see the above error message for a hint.
[0mThe command '/bin/sh -c zypper --non-interactive install --no-recommends boost-devel brp-check-suse brp-extract-appdata cmake doxygen fontconfig-devel gcc-c++ git graphviz lcov swig python-devel ruby-devel graphviz-devel jsoncpp-devel libmicrohttpd-devel libyui-devel libyui-ncurses-devel libyui-qt-devel libyui-rest-api-devel libzypp-devel openSUSE-release-ftp obs-service-source_validator perl-JSON pkg-config 'pkgconfig(Qt5Core)' 'pkgconfig(Qt5Gui)' 'pkgconfig(Qt5Svg)' 'pkgconfig(Qt5Widgets)' 'pkgconfig(Qt5X11Extras)' "rubygem(coveralls-lcov)" "rubygem(libyui-rake)" "rubygem(rubocop)" ShellCheck rpm-build tack yast2-devtools && zypper clean --all && rm -rf /usr/lib*/ruby/gems/*/cache/ && rm -rf /usr/share/doc/ && find /usr/lib/locale/* -maxdepth 1 | grep -v -E "(en_US|cs_CZ|es_ES|de_DE|C.utf8)" | xargs rm -rf && find /usr/share/locale -name "*.mo" -delete' returned a non-zero code: 8
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user jlopez(a)suse.com
1
6
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
03 Dec '21
See <https://ci.suse.de/job/yast-skelcd-control-SLES4SAP-master/7/display/redire…>
Changes:
[jreidinger] Removed Dockerfile
[jreidinger] Removed .travis.yml
[jreidinger] Add github actions
[jreidinger] update badges
------------------------------------------
[...truncated 73.14 KB...]
[ 31s] < Release: 0
[ 31s] ---
[ 31s] > Release: 1
[ 31s] -----------------------------------------------------------------
[ 31s] ----- building skelcd-control-SLES4SAP.spec (user abuild)
[ 31s] -----------------------------------------------------------------
[ 31s] -----------------------------------------------------------------
[ 32s] + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' /home/abuild/rpmbuild/SOURCES/skelcd-control-SLES4SAP.spec
[ 32s] setting SOURCE_DATE_EPOCH=1606219200
[ 32s] Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eilmxA
[ 32s] + umask 022
[ 32s] + cd /home/abuild/rpmbuild/BUILD
[ 32s] + exit 0
[ 32s] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HjvRrx
[ 32s] + umask 022
[ 32s] + cd /home/abuild/rpmbuild/BUILD
[ 32s] + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/skelcd-control-SLES4SAP-15.3.1-1.x86_64
[ 32s] ++ dirname /home/abuild/rpmbuild/BUILDROOT/skelcd-control-SLES4SAP-15.3.1-1.x86_64
[ 32s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT
[ 32s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/skelcd-control-SLES4SAP-15.3.1-1.x86_64
[ 32s] + xsltproc /home/abuild/rpmbuild/SOURCES/installation.SLES4SAP.xsl /usr/share/installation-products/SLES.xml
[ 32s] + diff -u /usr/share/installation-products/SLES.xml installation.xml
[ 32s] --- /usr/share/installation-products/SLES.xml 2021-01-15 15:37:33.000000000 +0000
[ 32s] +++ installation.xml 2021-01-15 17:01:18.305727326 +0000
[ 32s] @@ -12,10 +12,15 @@
[ 32s] <!-- the default preselected modules for the Full installation medium
[ 32s] https://bugzilla.suse.com/show_bug.cgi?id=1171814
[ 32s] https://jira.suse.com/browse/SLE-8040 -->
[ 32s] +
[ 32s] <default_modules config:type="list">
[ 32s] + <default_module>sle-ha</default_module>
[ 32s] <default_module>sle-module-basesystem</default_module>
[ 32s] + <default_module>sle-module-desktop-applications</default_module>
[ 32s] + <default_module>sle-module-sap-applications</default_module>
[ 32s] <default_module>sle-module-server-applications</default_module>
[ 32s] </default_modules>
[ 32s] +
[ 32s] </software>
[ 32s]
[ 32s] <texts>
[ 32s] @@ -35,10 +40,22 @@
[ 32s] configured accordingly to match the use case of the role. The settings
[ 32s] defined by a role can be overridden in the next steps if necessary.</p></label>
[ 32s] </roles_help>
[ 32s] - <minimal_role>
[ 32s] +
[ 32s] + <sles4sap_role>
[ 32s] +
[ 32s] + <label>SLES for SAP Applications</label>
[ 32s] + </sles4sap_role>
[ 32s] + <sles4sap_role_description>
[ 32s] + <label>??? Ideal if you want to run an SAP Application
[ 32s] +??? RDP and SAP Installation Wizard option available</label>
[ 32s] + </sles4sap_role_description>
[ 32s] + <minimal_role>
[ 32s] +
[ 32s] <!-- TRANSLATORS: a label for a system role -->
[ 32s] <label>Minimal</label>
[ 32s] - </minimal_role>
[ 32s] +
[ 32s] + </minimal_role>
[ 32s] +
[ 32s] <minimal_role_description>
[ 32s] <label>??? Minimal software selection for SUSE Linux Enterprise.</label>
[ 32s] </minimal_role_description>
[ 32s] @@ -178,7 +195,108 @@
[ 32s] <insert_system_role>
[ 32s] <!-- FATE#317481 -->
[ 32s] <system_roles config:type="list">
[ 32s] - <system_role>
[ 32s] +
[ 32s] + <system_role>
[ 32s] + <id>sles4sap_role</id>
[ 32s] +
[ 32s] +
[ 32s] + <partitioning>
[ 32s] + <proposal>
[ 32s] + <lvm config:type="boolean">true</lvm>
[ 32s] + <encrypt config:type="boolean">false</encrypt>
[ 32s] + <windows_delete_mode>all</windows_delete_mode>
[ 32s] + <linux_delete_mode>all</linux_delete_mode>
[ 32s] + <other_delete_mode>all</other_delete_mode>
[ 32s] + <lvm_vg_strategy>use_needed</lvm_vg_strategy>
[ 32s] + </proposal>
[ 32s] +
[ 32s] + <volumes config:type="list">
[ 32s] +
[ 32s] + <volume>
[ 32s] + <mount_point>/</mount_point>
[ 32s] +
[ 32s] + <fs_type>btrfs</fs_type>
[ 32s] + <desired_size>60GiB</desired_size>
[ 32s] + <min_size>40GiB</min_size>
[ 32s] + <max_size>80GiB</max_size>
[ 32s] +
[ 32s] + <snapshots config:type="boolean">true</snapshots>
[ 32s] + <snapshots_configurable config:type="boolean">false</snapshots_configurable>
[ 32s] +
[ 32s] + <btrfs_default_subvolume>@</btrfs_default_subvolume>
[ 32s] + <subvolumes config:type="list">
[ 32s] + <subvolume>
[ 32s] + <path>home</path>
[ 32s] + </subvolume>
[ 32s] + <subvolume>
[ 32s] + <path>opt</path>
[ 32s] + </subvolume>
[ 32s] + <subvolume>
[ 32s] + <path>root</path>
[ 32s] + </subvolume>
[ 32s] + <subvolume>
[ 32s] + <path>srv</path>
[ 32s] + </subvolume>
[ 32s] + <subvolume>
[ 32s] + <path>tmp</path>
[ 32s] + </subvolume>
[ 32s] + <subvolume>
[ 32s] + <path>usr/local</path>
[ 32s] + </subvolume>
[ 32s] +
[ 32s] + <subvolume>
[ 32s] + <path>var</path>
[ 32s] + <copy_on_write config:type="boolean">false</copy_on_write>
[ 32s] + </subvolume>
[ 32s] +
[ 32s] +
[ 32s] + <subvolume>
[ 32s] + <path>boot/grub2/i386-pc</path>
[ 32s] + <archs>i386,x86_64</archs>
[ 32s] + </subvolume>
[ 32s] + <subvolume>
[ 32s] + <path>boot/grub2/x86_64-efi</path>
[ 32s] + <archs>x86_64</archs>
[ 32s] + </subvolume>
[ 32s] + <subvolume>
[ 32s] + <path>boot/grub2/powerpc-ieee1275</path>
[ 32s] + <archs>ppc,!board_powernv</archs>
[ 32s] + </subvolume>
[ 32s] + <subvolume>
[ 32s] + <path>boot/grub2/x86_64-efi</path>
[ 32s] + <archs>x86_64</archs>
[ 32s] + </subvolume>
[ 32s] + <subvolume>
[ 32s] + <path>boot/grub2/s390x-emu</path>
[ 32s] + <archs>s390</archs>
[ 32s] + </subvolume>
[ 32s] + <subvolume>
[ 32s] + <path>boot/grub2/arm64-efi</path>
[ 32s] + <archs>aarch64</archs>
[ 32s] + </subvolume>
[ 32s] + </subvolumes>
[ 32s] + </volume>
[ 32s] +
[ 32s] +
[ 32s] + <volume>
[ 32s] + <mount_point>swap</mount_point>
[ 32s] + <fs_type>swap</fs_type>
[ 32s] + <desired_size>2GiB</desired_size>
[ 32s] + <min_size>2GiB</min_size>
[ 32s] + <max_size>2GiB</max_size>
[ 32s] + </volume>
[ 32s] +
[ 32s] +
[ 32s] +
[ 32s] + </volumes>
[ 32s] + </partitioning>
[ 32s] + <additional_dialogs>inst_sap-start</additional_dialogs>
[ 32s] + <software>
[ 32s] + <default_patterns>base gnome_basic sap_server</default_patterns>
[ 32s] + </software>
[ 32s] + </system_role>
[ 32s] + <system_role>
[ 32s] +
[ 32s] <!-- the id is a key for texts/$id/label
[ 32s] and texts/$id_description/label below -->
[ 32s] <id>minimal_role</id>
[ 32s] @@ -191,7 +309,9 @@
[ 32s] instead of omitting the key entirely -->
[ 32s] <optional_default_patterns><![CDATA[]]></optional_default_patterns>
[ 32s] </software>
[ 32s] - </system_role>
[ 32s] +
[ 32s] + </system_role>
[ 32s] +
[ 32s] </system_roles>
[ 32s] </insert_system_role>
[ 32s] </insert_system_roles>
[ 32s] + :
[ 32s] + exit 0
[ 32s] Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7UeB6w
[ 32s] + umask 022
[ 32s] + cd /home/abuild/rpmbuild/BUILD
[ 32s] + mkdir -p /home/abuild/rpmbuild/BUILDROOT/skelcd-control-SLES4SAP-15.3.1-1.x86_64//usr/share/installation-products
[ 32s] + install -m 644 installation.xml /home/abuild/rpmbuild/BUILDROOT/skelcd-control-SLES4SAP-15.3.1-1.x86_64//usr/share/installation-products/SLES4SAP.xml
[ 32s] + /usr/lib/rpm/find-debuginfo.sh -j2 --build-id-seed 15.3.1-1 --unique-debug-suffix -15.3.1-1.x86_64 --unique-debug-src-base skelcd-control-SLES4SAP-15.3.1-1.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/abuild/rpmbuild/BUILD/
[ 32s] + /usr/lib/rpm/brp-compress
[ 32s] + /usr/lib/rpm/brp-suse
[ 32s] calling /usr/lib/rpm/brp-suse.d/brp-05-permissions
[ 32s] setting / to root:root 0755. (wrong owner/group abuild:abuild)
[ 32s] setting /usr/ to root:root 0755. (wrong owner/group abuild:abuild)
[ 32s] calling /usr/lib/rpm/brp-suse.d/brp-15-strip-debug
[ 32s] calling /usr/lib/rpm/brp-suse.d/brp-25-symlink
[ 32s] calling /usr/lib/rpm/brp-suse.d/brp-35-rpath
[ 32s] calling /usr/lib/rpm/brp-suse.d/brp-40-rootfs
[ 32s] calling /usr/lib/rpm/brp-suse.d/brp-45-tcl
[ 32s] calling /usr/lib/rpm/brp-suse.d/brp-50-check-python
[ 32s] calling /usr/lib/rpm/brp-suse.d/brp-55-boot-scripts
[ 32s] calling /usr/lib/rpm/brp-suse.d/brp-60-hook
[ 32s] calling /usr/lib/rpm/brp-suse.d/brp-65-lib64-linux
[ 32s] calling /usr/lib/rpm/brp-suse.d/brp-70-extract-translations
[ 32s] find: '//home/abuild/rpmbuild/BUILDROOT/skelcd-control-SLES4SAP-15.3.1-1.x86_64/usr/share/polkit-1/actions/': No such file or directory
[ 32s] find: '//home/abuild/rpmbuild/BUILDROOT/skelcd-control-SLES4SAP-15.3.1-1.x86_64/usr/share/mime/': No such file or directory
[ 32s] find: '//home/abuild/rpmbuild/BUILDROOT/skelcd-control-SLES4SAP-15.3.1-1.x86_64/usr/share/metainfo/': No such file or directory
[ 32s] find: '//home/abuild/rpmbuild/BUILDROOT/skelcd-control-SLES4SAP-15.3.1-1.x86_64/usr/share/appdata/': No such file or directory
[ 32s] calling /usr/lib/rpm/brp-suse.d/brp-72-extract-appdata
[ 32s] Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.tqUmGw
[ 32s] + umask 022
[ 32s] + cd /home/abuild/rpmbuild/BUILD
[ 32s] + xmllint --noout --relaxng /usr/share/YaST2/control/control.rng installation.xml
[ 32s] Relax-NG validity error : Extra element system_roles in interleave
[ 32s] installation.xml:193: element system_roles: Relax-NG validity error : Element update failed to validate content
[ 32s] Relax-NG validity error : Extra element update in interleave
[ 32s] installation.xml:192: element update: Relax-NG validity error : Element productDefines failed to validate content
[ 32s] installation.xml fails to validate
[ 32s] error: Bad exit status from /var/tmp/rpm-tmp.tqUmGw (%check)
[ 32s]
[ 32s]
[ 32s] RPM build errors:
[ 32s] Bad exit status from /var/tmp/rpm-tmp.tqUmGw (%check)
[ 32s]
[ 32s] vm-yast-ci-worker failed "build skelcd-control-SLES4SAP.spec" at Fri Jan 15 17:01:18 UTC 2021.
[ 32s]
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 21778 exited with value 1
Scanning for a pull request...
Found pull request #20
Adding comment ":x: Internal Jenkins [job #7](https://ci.suse.de/job/yast-skelcd-control-SLES4SAP-master/7/) failed"
to pull request https://github.com/yast/skelcd-control-SLES4SAP/pull/20
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/skelcd-control-SLES4SAP/issues/20/comments... OK
Success
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user jreidinger(a)suse.cz
1
7
[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
Build failed in Jenkins: yast-skelcd-control-suse-manager-proxy-master #12
by jenkins@suse.de 03 Nov '21
by jenkins@suse.de 03 Nov '21
03 Nov '21
See <https://ci.suse.de/job/yast-skelcd-control-suse-manager-proxy-master/12/dis…>
Changes:
[jreidinger] add github workflows and allow schema check
[jreidinger] inspect installed packages
[jreidinger] update badges
------------------------------------------
[...truncated 30.37 KB...]
[ 11s] <label>Minimal</label>
[ 11s] - </minimal_role>
[ 11s] +
[ 11s] + </minimal_role>
[ 11s] +
[ 11s] <minimal_role_description>
[ 11s] <label>??? Minimal software selection for SUSE Linux Enterprise.</label>
[ 11s] </minimal_role_description>
[ 11s] @@ -178,7 +201,160 @@
[ 11s] <insert_system_role>
[ 11s] <!-- FATE#317481 -->
[ 11s] <system_roles config:type="list">
[ 11s] - <system_role>
[ 11s] +
[ 11s] + <system_role>
[ 11s] + <id>suma_proxy_role</id>
[ 11s] +
[ 11s] +
[ 11s] + <partitioning>
[ 11s] + <proposal>
[ 11s] + <lvm config:type="boolean">true</lvm>
[ 11s] + <encrypt config:type="boolean">false</encrypt>
[ 11s] + <windows_delete_mode>all</windows_delete_mode>
[ 11s] + <linux_delete_mode>all</linux_delete_mode>
[ 11s] + <other_delete_mode>all</other_delete_mode>
[ 11s] + <lvm_vg_strategy>use_available</lvm_vg_strategy>
[ 11s] + </proposal>
[ 11s] +
[ 11s] + <volumes config:type="list">
[ 11s] +
[ 11s] + <volume>
[ 11s] + <mount_point>/</mount_point>
[ 11s] +
[ 11s] + <fs_type>btrfs</fs_type>
[ 11s] + <desired_size>60GiB</desired_size>
[ 11s] + <min_size>10GiB</min_size>
[ 11s] + <max_size>100GiB</max_size>
[ 11s] +
[ 11s] + <snapshots config:type="boolean">true</snapshots>
[ 11s] + <snapshots_configurable config:type="boolean">false</snapshots_configurable>
[ 11s] +
[ 11s] + <btrfs_default_subvolume>@</btrfs_default_subvolume>
[ 11s] + <subvolumes config:type="list">
[ 11s] + <subvolume>
[ 11s] + <path>home</path>
[ 11s] + </subvolume>
[ 11s] + <subvolume>
[ 11s] + <path>opt</path>
[ 11s] + </subvolume>
[ 11s] + <subvolume>
[ 11s] + <path>root</path>
[ 11s] + </subvolume>
[ 11s] + <subvolume>
[ 11s] + <path>srv</path>
[ 11s] + </subvolume>
[ 11s] + <subvolume>
[ 11s] + <path>tmp</path>
[ 11s] + </subvolume>
[ 11s] + <subvolume>
[ 11s] + <path>usr/local</path>
[ 11s] + </subvolume>
[ 11s] +
[ 11s] + <subvolume>
[ 11s] + <path>var</path>
[ 11s] + <copy_on_write config:type="boolean">false</copy_on_write>
[ 11s] + </subvolume>
[ 11s] +
[ 11s] +
[ 11s] + <subvolume>
[ 11s] + <path>boot/grub2/i386-pc</path>
[ 11s] + <archs>i386,x86_64</archs>
[ 11s] + </subvolume>
[ 11s] + <subvolume>
[ 11s] + <path>boot/grub2/x86_64-efi</path>
[ 11s] + <archs>x86_64</archs>
[ 11s] + </subvolume>
[ 11s] + <subvolume>
[ 11s] + <path>boot/grub2/powerpc-ieee1275</path>
[ 11s] + <archs>ppc,!board_powernv</archs>
[ 11s] + </subvolume>
[ 11s] + <subvolume>
[ 11s] + <path>boot/grub2/x86_64-efi</path>
[ 11s] + <archs>x86_64</archs>
[ 11s] + </subvolume>
[ 11s] + <subvolume>
[ 11s] + <path>boot/grub2/s390x-emu</path>
[ 11s] + <archs>s390</archs>
[ 11s] + </subvolume>
[ 11s] + <subvolume>
[ 11s] + <path>boot/grub2/arm64-efi</path>
[ 11s] + <archs>aarch64</archs>
[ 11s] + </subvolume>
[ 11s] + </subvolumes>
[ 11s] + </volume>
[ 11s] +
[ 11s] +
[ 11s] + <volume>
[ 11s] + <mount_point>swap</mount_point>
[ 11s] + <fs_type>swap</fs_type>
[ 11s] + <desired_size>2GiB</desired_size>
[ 11s] + <min_size>2GiB</min_size>
[ 11s] + <max_size>2GiB</max_size>
[ 11s] + </volume>
[ 11s] +
[ 11s] +
[ 11s] + <volume>
[ 11s] + <mount_point>/srv</mount_point>
[ 11s] + <fs_type>xfs</fs_type>
[ 11s] +
[ 11s] + <proposed_configurable config:type="boolean">true</proposed_configurable>
[ 11s] + <proposed config:type="boolean">true</proposed>
[ 11s] +
[ 11s] + <desired_size config:type="disksize">100 GiB</desired_size>
[ 11s] + <min_size config:type="disksize">40 GiB</min_size>
[ 11s] + <max_size config:type="disksize">unlimited</max_size>
[ 11s] + <max_size_lvm config:type="disksize">200 GiB</max_size_lvm>
[ 11s] + <weight config:type="integer">40</weight>
[ 11s] +
[ 11s] + <disable_order config:type="integer">1</disable_order>
[ 11s] +
[ 11s] +
[ 11s] + <fallback_for_desired_size>/</fallback_for_desired_size>
[ 11s] + <fallback_for_max_size>/</fallback_for_max_size>
[ 11s] + <fallback_for_max_size_lvm>/</fallback_for_max_size_lvm>
[ 11s] + <fallback_for_weight>/</fallback_for_weight>
[ 11s] + </volume>
[ 11s] +
[ 11s] + <volume>
[ 11s] + <mount_point>/var/cache</mount_point>
[ 11s] + <fs_type>xfs</fs_type>
[ 11s] +
[ 11s] + <proposed_configurable config:type="boolean">true</proposed_configurable>
[ 11s] + <proposed config:type="boolean">true</proposed>
[ 11s] +
[ 11s] + <desired_size config:type="disksize">200 GiB</desired_size>
[ 11s] + <min_size config:type="disksize">100 GiB</min_size>
[ 11s] + <max_size config:type="disksize">unlimited</max_size>
[ 11s] + <max_size_lvm config:type="disksize">200 GiB</max_size_lvm>
[ 11s] + <weight config:type="integer">50</weight>
[ 11s] +
[ 11s] + <disable_order config:type="integer">1</disable_order>
[ 11s] +
[ 11s] +
[ 11s] + <fallback_for_desired_size>/</fallback_for_desired_size>
[ 11s] + <fallback_for_max_size>/</fallback_for_max_size>
[ 11s] + <fallback_for_max_size_lvm>/</fallback_for_max_size_lvm>
[ 11s] + <fallback_for_weight>/</fallback_for_weight>
[ 11s] + </volume>
[ 11s] +
[ 11s] + </volumes>
[ 11s] + </partitioning>
[ 11s] + <software>
[ 11s] + <default_patterns>base suma_proxy</default_patterns>
[ 11s] +
[ 11s] + <!--
[ 11s] + the cdata trick produces an empty string in the data
[ 11s] + instead of omitting the key entirely
[ 11s] + -->
[ 11s] + <optional_default_patterns>
[ 11s] + <![CDATA[]]>
[ 11s] + </optional_default_patterns>
[ 11s] + </software>
[ 11s] + </system_role>
[ 11s] +
[ 11s] +
[ 11s] + <system_role>
[ 11s] +
[ 11s] <!-- the id is a key for texts/$id/label
[ 11s] and texts/$id_description/label below -->
[ 11s] <id>minimal_role</id>
[ 11s] @@ -191,7 +367,9 @@
[ 11s] instead of omitting the key entirely -->
[ 11s] <optional_default_patterns><![CDATA[]]></optional_default_patterns>
[ 11s] </software>
[ 11s] - </system_role>
[ 11s] +
[ 11s] + </system_role>
[ 11s] +
[ 11s] </system_roles>
[ 11s] </insert_system_role>
[ 11s] </insert_system_roles>
[ 11s] + :
[ 11s] + exit 0
[ 11s] Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9dzcN8
[ 11s] + umask 022
[ 11s] + cd /home/abuild/rpmbuild/BUILD
[ 11s] + mkdir -p /home/abuild/rpmbuild/BUILDROOT/skelcd-control-suse-manager-proxy-4.2.0-1.x86_64//usr/share/installation-products
[ 11s] + install -m 644 installation.xml /home/abuild/rpmbuild/BUILDROOT/skelcd-control-suse-manager-proxy-4.2.0-1.x86_64//usr/share/installation-products/suse-manager-proxy.xml
[ 11s] + install -m 644 installation.xml /home/abuild/rpmbuild/BUILDROOT/skelcd-control-suse-manager-proxy-4.2.0-1.x86_64//usr/share/installation-products/suse-manager-retail-branch-server.xml
[ 11s] + /usr/lib/rpm/find-debuginfo.sh -j2 --build-id-seed 4.2.0-1 --unique-debug-suffix -4.2.0-1.x86_64 --unique-debug-src-base skelcd-control-suse-manager-proxy-4.2.0-1.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/abuild/rpmbuild/BUILD/
[ 11s] + /usr/lib/rpm/brp-compress
[ 11s] + /usr/lib/rpm/brp-suse
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-05-permissions
[ 11s] setting / to root:root 0755. (wrong owner/group abuild:abuild)
[ 11s] setting /usr/ to root:root 0755. (wrong owner/group abuild:abuild)
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-15-strip-debug
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-25-symlink
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-35-rpath
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-40-rootfs
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-45-tcl
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-50-check-python
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-55-boot-scripts
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-60-hook
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-65-lib64-linux
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-70-extract-translations
[ 11s] find: '//home/abuild/rpmbuild/BUILDROOT/skelcd-control-suse-manager-proxy-4.2.0-1.x86_64/usr/share/polkit-1/actions/': No such file or directory
[ 11s] find: '//home/abuild/rpmbuild/BUILDROOT/skelcd-control-suse-manager-proxy-4.2.0-1.x86_64/usr/share/mime/': No such file or directory
[ 11s] find: '//home/abuild/rpmbuild/BUILDROOT/skelcd-control-suse-manager-proxy-4.2.0-1.x86_64/usr/share/metainfo/': No such file or directory
[ 11s] find: '//home/abuild/rpmbuild/BUILDROOT/skelcd-control-suse-manager-proxy-4.2.0-1.x86_64/usr/share/appdata/': No such file or directory
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-72-extract-appdata
[ 11s] Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.wla2vb
[ 11s] + umask 022
[ 11s] + cd /home/abuild/rpmbuild/BUILD
[ 11s] + xmllint --noout --relaxng /usr/share/YaST2/control/control.rng installation.xml
[ 11s] Relax-NG validity error : Extra element system_roles in interleave
[ 11s] installation.xml:199: element system_roles: Relax-NG validity error : Element update failed to validate content
[ 11s] Relax-NG validity error : Extra element update in interleave
[ 11s] installation.xml:198: element update: Relax-NG validity error : Element productDefines failed to validate content
[ 11s] installation.xml fails to validate
[ 11s] error: Bad exit status from /var/tmp/rpm-tmp.wla2vb (%check)
[ 11s]
[ 11s]
[ 11s] RPM build errors:
[ 11s] Macro expanded in comment on line 51: %{rb_default_ruby_abi}:byebug) yast2-rdp
[ 11s]
[ 11s] line 56: Invalid version (double separator '-'): SUSE-Manager-Proxy: Provides: system-installation() = SUSE-Manager-Proxy
[ 11s] line 84: Invalid version (double separator '-'): SUSE-Manager-Retail-Branch-Server: Provides: system-installation() = SUSE-Manager-Retail-Branch-Server
[ 11s] Bad exit status from /var/tmp/rpm-tmp.wla2vb (%check)
[ 11s]
[ 11s] vm-yast-ci-worker failed "build skelcd-control-suse-manager-proxy.spec" at Fri Jan 15 17:01:47 UTC 2021.
[ 11s]
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 24201 exited with value 1
Scanning for a pull request...
Found pull request #15
Adding comment ":x: Internal Jenkins [job #12](https://ci.suse.de/job/yast-skelcd-control-suse-manager-proxy-master/12/) failed"
to pull request https://github.com/yast/skelcd-control-suse-manager-proxy/pull/15
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/skelcd-control-suse-manager-proxy/issues/…... OK
Success
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user jreidinger(a)suse.cz
1
4
01 Oct '21
See <https://ci.opensuse.org/job/yast-yast-alternatives-master/14/display/redire…>
Changes:
[lslezak] Bump version to 4.4.0
------------------------------------------
Started by GitHub push by lslezak
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-yast-alternatives-master/ws/>
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir <https://ci.opensuse.org/job/yast-yast-alternatives-master/ws/.git> # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/yast/yast-alternatives.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/yast/yast-alternatives.git
> git --version # timeout=10
> git --version # 'git version 2.26.2'
> git fetch --tags --force --progress --prune -- https://github.com/yast/yast-alternatives.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 415f881e179fb987dcb06b0dcc1cc2525cba5c35 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 415f881e179fb987dcb06b0dcc1cc2525cba5c35 # timeout=10
Commit message: "Bump version to 4.4.0"
> git rev-list --no-walk 1bc81f50707084cf05f60d7568b26b40e0a4752c # 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-yast-alternatives-master] $ /bin/sh -xe /tmp/jenkins12284916929156309943.sh
+ cd <https://ci.opensuse.org/job/yast-yast-alternatives-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-yast-alternatives-master/ws/package/yast2-…> ...
* ...Done
osc -A 'https://api.opensuse.org/' --traceback checkout 'YaST:Head' yast2-alternatives
All files have proper license reference.
A YaST:Head
A YaST:Head/yast2-alternatives
A YaST:Head/yast2-alternatives/yast2-alternatives-4.3.1.tar.bz2
A YaST:Head/yast2-alternatives/yast2-alternatives.changes
A YaST:Head/yast2-alternatives/yast2-alternatives.spec
At revision 16ca5ff7eae08ad0ba0fbfbfcc1680be.
rm <https://ci.opensuse.org/job/yast-yast-alternatives-master/ws/YaST>:Head/yast2-alternatives/yast2-alternatives.spec
rm <https://ci.opensuse.org/job/yast-yast-alternatives-master/ws/YaST>:Head/yast2-alternatives/yast2-alternatives.changes
rm <https://ci.opensuse.org/job/yast-yast-alternatives-master/ws/YaST>:Head/yast2-alternatives/yast2-alternatives-4.3.1.tar.bz2
cp package/yast2-alternatives.spec <https://ci.opensuse.org/job/yast-yast-alternatives-master/ws/YaST>:Head/yast2-alternatives
cp package/yast2-alternatives.changes <https://ci.opensuse.org/job/yast-yast-alternatives-master/ws/YaST>:Head/yast2-alternatives
cp package/yast2-alternatives-4.4.0.tar.bz2 <https://ci.opensuse.org/job/yast-yast-alternatives-master/ws/YaST>:Head/yast2-alternatives
osc -A 'https://api.opensuse.org/' addremove
D yast2-alternatives-4.3.1.tar.bz2
A yast2-alternatives-4.4.0.tar.bz2
osc -A 'https://api.opensuse.org/' cat 'openSUSE:Factory' 'yast2-alternatives' 'yast2-alternatives.spec' > /tmp/yast-rake20210506-25163-qzodqs
Checking IDs in *.changes file
Version has been changed in *.spec file
osc -A 'https://api.opensuse.org/' cat 'openSUSE:Factory' 'yast2-alternatives' 'yast2-alternatives.changes' | diff - 'yast2-alternatives.changes'
rm -rf YaST:Head
rake aborted!
Stopping, missing new bugzilla or fate entry in the *.changes file.
e.g. bnc#<number> or fate#<number>
Tasks: TOP => osc:sr => check:changelog
(See full trace by running task with --trace)
cleaning
Result: PID 25162 exited with value 1
Scanning for a pull request...
Sending Net::HTTP::Get request to https://api.github.com/repos/yast/yast-alternatives/pulls... OK
Pull request not found
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user lslezak(a)suse.cz
1
3
19 Aug '21
See <https://ci.opensuse.org/job/yast-yast-slp-server-master/13/display/redirect…>
Changes:
[lslezak] Bump version to 4.4.0
------------------------------------------
Started by GitHub push by lslezak
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-yast-slp-server-master/ws/>
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir <https://ci.opensuse.org/job/yast-yast-slp-server-master/ws/.git> # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/yast/yast-slp-server.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/yast/yast-slp-server.git
> git --version # timeout=10
> git --version # 'git version 2.26.2'
> git fetch --tags --force --progress --prune -- https://github.com/yast/yast-slp-server.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 47364ad55122a27c4cddce60ab16516b3cd92e81 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 47364ad55122a27c4cddce60ab16516b3cd92e81 # timeout=10
Commit message: "Bump version to 4.4.0"
> git rev-list --no-walk 6e3857d9b2476e92689fd130838c4420f020e071 # 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-yast-slp-server-master] $ /bin/sh -xe /tmp/jenkins4141263568804278217.sh
+ cd <https://ci.opensuse.org/job/yast-yast-slp-server-master/ws/>
+ LC_ALL=en_US.UTF-8
+ /usr/local/bin/jenkins_status_comment.rb rake osc:sr
* Starting syntax check...
src/include/slp-server/dialogs.rb:673: warning: assigned but unused variable - help
src/include/slp-server/dialogs.rb:701: warning: assigned but unused variable - help
* Done
* Making tarball <https://ci.opensuse.org/job/yast-yast-slp-server-master/ws/package/yast2-sl…> ...
* ...Done
osc -A 'https://api.opensuse.org/' --traceback checkout 'YaST:Head' yast2-slp-server
All files have proper license reference.
A YaST:Head
A YaST:Head/yast2-slp-server
A YaST:Head/yast2-slp-server/yast2-slp-server-4.3.0.tar.bz2
A YaST:Head/yast2-slp-server/yast2-slp-server.changes
A YaST:Head/yast2-slp-server/yast2-slp-server.spec
At revision 182.
rm <https://ci.opensuse.org/job/yast-yast-slp-server-master/ws/YaST>:Head/yast2-slp-server/yast2-slp-server-4.3.0.tar.bz2
rm <https://ci.opensuse.org/job/yast-yast-slp-server-master/ws/YaST>:Head/yast2-slp-server/yast2-slp-server.spec
rm <https://ci.opensuse.org/job/yast-yast-slp-server-master/ws/YaST>:Head/yast2-slp-server/yast2-slp-server.changes
cp package/yast2-slp-server-4.4.0.tar.bz2 <https://ci.opensuse.org/job/yast-yast-slp-server-master/ws/YaST>:Head/yast2-slp-server
cp package/yast2-slp-server.spec <https://ci.opensuse.org/job/yast-yast-slp-server-master/ws/YaST>:Head/yast2-slp-server
cp package/yast2-slp-server.changes <https://ci.opensuse.org/job/yast-yast-slp-server-master/ws/YaST>:Head/yast2-slp-server
osc -A 'https://api.opensuse.org/' addremove
A yast2-slp-server-4.4.0.tar.bz2
D yast2-slp-server-4.3.0.tar.bz2
osc -A 'https://api.opensuse.org/' cat 'openSUSE:Factory' 'yast2-slp-server' 'yast2-slp-server.spec' > /tmp/yast-rake20210506-25413-fddmrn
Checking IDs in *.changes file
Version has been changed in *.spec file
osc -A 'https://api.opensuse.org/' cat 'openSUSE:Factory' 'yast2-slp-server' 'yast2-slp-server.changes' | diff - 'yast2-slp-server.changes'
rm -rf YaST:Head
rake aborted!
Stopping, missing new bugzilla or fate entry in the *.changes file.
e.g. bnc#<number> or fate#<number>
Tasks: TOP => osc:sr => check:changelog
(See full trace by running task with --trace)
cleaning
Result: PID 25412 exited with value 1
Scanning for a pull request...
Sending Net::HTTP::Get request to https://api.github.com/repos/yast/yast-slp-server/pulls... OK
Pull request not found
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user lslezak(a)suse.cz
1
1
See <https://ci.opensuse.org/job/yast-yast-docker-master/8/display/redirect?page…>
Changes:
[lslezak] Bump version to 4.4.0
------------------------------------------
Started by GitHub push by lslezak
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-yast-docker-master/ws/>
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir <https://ci.opensuse.org/job/yast-yast-docker-master/ws/.git> # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/yast/yast-docker.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/yast/yast-docker.git
> git --version # timeout=10
> git --version # 'git version 2.26.2'
> git fetch --tags --force --progress --prune -- https://github.com/yast/yast-docker.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 67451df8aedd9920b828cef8ac37b4e0d3322d2c (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 67451df8aedd9920b828cef8ac37b4e0d3322d2c # timeout=10
Commit message: "Bump version to 4.4.0"
> git rev-list --no-walk 5257065b9e4c68ef6a9f491fdc4e0cf3dc4bb47d # 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-yast-docker-master] $ /bin/sh -xe /tmp/jenkins4196850153166668864.sh
+ cd <https://ci.opensuse.org/job/yast-yast-docker-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-yast-docker-master/ws/package/yast2-docker…> ...
* ...Done
osc -A 'https://api.opensuse.org/' --traceback checkout 'YaST:Head' yast2-docker
All files have proper license reference.
A YaST:Head
A YaST:Head/yast2-docker
A YaST:Head/yast2-docker/yast2-docker-4.2.1.tar.bz2
A YaST:Head/yast2-docker/yast2-docker.changes
A YaST:Head/yast2-docker/yast2-docker.spec
At revision 575abc3c707ffa6176ed30ce7a780192.
rm <https://ci.opensuse.org/job/yast-yast-docker-master/ws/YaST>:Head/yast2-docker/yast2-docker.changes
rm <https://ci.opensuse.org/job/yast-yast-docker-master/ws/YaST>:Head/yast2-docker/yast2-docker-4.2.1.tar.bz2
rm <https://ci.opensuse.org/job/yast-yast-docker-master/ws/YaST>:Head/yast2-docker/yast2-docker.spec
cp package/yast2-docker-4.4.0.tar.bz2 <https://ci.opensuse.org/job/yast-yast-docker-master/ws/YaST>:Head/yast2-docker
cp package/yast2-docker.changes <https://ci.opensuse.org/job/yast-yast-docker-master/ws/YaST>:Head/yast2-docker
cp package/yast2-docker.spec <https://ci.opensuse.org/job/yast-yast-docker-master/ws/YaST>:Head/yast2-docker
osc -A 'https://api.opensuse.org/' addremove
D yast2-docker-4.2.1.tar.bz2
A yast2-docker-4.4.0.tar.bz2
osc -A 'https://api.opensuse.org/' cat 'openSUSE:Factory' 'yast2-docker' 'yast2-docker.spec' > /tmp/yast-rake20210506-25306-1sdjzy4
Checking IDs in *.changes file
Version has been changed in *.spec file
osc -A 'https://api.opensuse.org/' cat 'openSUSE:Factory' 'yast2-docker' 'yast2-docker.changes' | diff - 'yast2-docker.changes'
rm -rf YaST:Head
rake aborted!
Stopping, missing new bugzilla or fate entry in the *.changes file.
e.g. bnc#<number> or fate#<number>
Tasks: TOP => osc:sr => check:changelog
(See full trace by running task with --trace)
cleaning
Result: PID 25305 exited with value 1
Scanning for a pull request...
Sending Net::HTTP::Get request to https://api.github.com/repos/yast/yast-docker/pulls... OK
Pull request not found
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user lslezak(a)suse.cz
1
1
See <https://ci.suse.de/job/yast-POT-package-updater/111/display/redirect>
Changes:
------------------------------------------
[...truncated 1.75 MB...]
[ 151s] yast2-trans-eo-84.87.20210522.fa639d2702-0.noarch
[ 151s] yast2-trans-ps-84.87.20210522.fa639d2702-0.noarch
[ 151s] yast2-trans-ca-84.87.20210522.fa639d2702-0.noarch
[ 151s] yast2-trans-pa-84.87.20210522.fa639d2702-0.noarch
[ 152s] ... running 50-check-binary-kernel-log
[ 152s] ... running 50-check-core-files
[ 152s] ... running 50-check-debuginfo
[ 152s] ... testing for empty debuginfo packages
[ 152s] ... running 50-check-filelist
[ 152s] ... checking filelist
[ 155s] ... running 50-check-gconf-scriptlets
[ 155s] ... testing GConf scriptlet presence
[ 155s] ... running 50-check-installtest
[ 155s] ... testing for pre/postinstall scripts that are not idempotent
[ 162s] ... running 50-check-invalid-provides
[ 163s] ... running 50-check-invalid-requires
[ 163s] ... running 50-check-kernel-build-id
[ 163s] ... running 50-check-lanana
[ 166s] ... running 50-check-libtool-deps
[ 166s] ... testing devel dependencies required by libtool .la files
[ 166s] (can be skipped by "skip-check-libtool-deps" anywhere in spec)
[ 167s] ... running 50-check-packaged-twice
[ 167s] ... running 50-check-permissions
[ 167s] ... testing for modified permissions
[ 175s] ... running 98-revert-uname-hack
[ 175s] ... running 99-check-remove-rpms
[ 175s] ... removing all built rpms
[ 178s] (order: reverse yast2-trans-pa yast2-trans-ca yast2-trans-ps yast2-trans-eo yast2-trans-ka yast2-trans-bn yast2-trans-cs yast2-trans-id yast2-trans-nb yast2-trans-mr yast2-trans-es yast2-trans-sr-latin yast2-trans-nl yast2-trans-de yast2-trans-kn yast2-trans-tr yast2-trans-xh yast2-trans-lv yast2-trans-be yast2-trans-pl yast2-trans-sk yast2-trans-nds yast2-trans-fa yast2-trans-zu yast2-trans yast2-trans-it yast2-trans-ta yast2-trans-af yast2-trans-et yast2-trans-vi yast2-trans-nn yast2-trans-he yast2-trans-sv yast2-trans-fi yast2-trans-bg yast2-trans-zh_CN yast2-trans-gl yast2-trans-uk yast2-trans-ro yast2-trans-hr yast2-trans-ne yast2-trans-mk yast2-trans-es_AR yast2-trans-ko yast2-trans-am yast2-trans-si yast2-trans-en_GB yast2-trans-my yast2-trans-lo yast2-trans-pt yast2-trans-cy yast2-trans-sl yast2-trans-sw yast2-trans-da yast2-trans-fr yast2-trans-tk yast2-trans-th yast2-trans-hi yast2-trans-ast yast2-trans-el yast2-trans-ja yast2-trans-lt yast2-trans-zh_TW yast2-trans-sr yast2-trans-jv yast2-trans-pt_BR yast2-trans-gu yast2-trans-hu yast2-trans-ar yast2-trans-tg yast2-trans-wa yast2-trans-ms yast2-trans-km yast2-trans-sq yast2-trans-ru yast2-trans-kab yast2-trans-ku yast2-trans-eu yast2-trans-bs)
[ 180s]
[ 180s] RPMLINT report:
[ 180s] ===============
[ 197s] yast2-trans-pa.noarch: W: description-shorter-than-summary
[ 197s] The package description should be longer than the summary. Be a bit more
[ 197s] verbose, please.
[ 197s]
[ 197s] yast2-trans-am.noarch: W: files-duplicate /usr/share/YaST2/locale/am/LC_MESSAGES/journal.mo /usr/share/YaST2/locale/am/LC_MESSAGES/add-on.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/autoinst.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/base.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/configuration_management.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/control-center.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/control.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/country.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/installation.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/packager.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/proxy.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/qt-pkg.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/qt.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/sap-installation-wizard.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/timezone_db.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/vpn.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-am.noarch: W: files-duplicate /usr/share/YaST2/locale/am/LC_MESSAGES/ldap.mo /usr/share/YaST2/locale/am/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/am/LC_MESSAGES/iplb.mo
[ 197s] yast2-trans-am.noarch: W: files-duplicate /usr/share/YaST2/locale/am/LC_MESSAGES/support.mo /usr/share/YaST2/locale/am/LC_MESSAGES/services-manager.mo
[ 197s] yast2-trans-ast.noarch: W: files-duplicate /usr/share/YaST2/locale/ast/LC_MESSAGES/audit-laf.mo /usr/share/YaST2/locale/ast/LC_MESSAGES/reipl.mo
[ 197s] yast2-trans-ast.noarch: W: files-duplicate /usr/share/YaST2/locale/ast/LC_MESSAGES/auth-client.mo /usr/share/YaST2/locale/ast/LC_MESSAGES/ldap.mo
[ 197s] yast2-trans-ast.noarch: W: files-duplicate /usr/share/YaST2/locale/ast/LC_MESSAGES/ftp-server.mo /usr/share/YaST2/locale/ast/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/ast/LC_MESSAGES/vm.mo
[ 197s] yast2-trans-be.noarch: W: files-duplicate /usr/share/YaST2/locale/be/LC_MESSAGES/vm.mo /usr/share/YaST2/locale/be/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/be/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/be/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/be/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/be/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/be/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/be/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-bs.noarch: W: files-duplicate /usr/share/YaST2/locale/bs/LC_MESSAGES/nfs.mo /usr/share/YaST2/locale/bs/LC_MESSAGES/nfs_server.mo
[ 197s] yast2-trans-bs.noarch: W: files-duplicate /usr/share/YaST2/locale/bs/LC_MESSAGES/reipl.mo /usr/share/YaST2/locale/bs/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/bs/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/bs/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/bs/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/bs/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/bs/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/bs/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/bs/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/bs/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/bs/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-cy.noarch: W: files-duplicate /usr/share/YaST2/locale/cy/LC_MESSAGES/reipl.mo /usr/share/YaST2/locale/cy/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/cy/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/cy/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/cy/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/cy/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/cy/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/cy/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/cy/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/cy/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-da.noarch: W: files-duplicate /usr/share/YaST2/locale/da/LC_MESSAGES/authserver.mo /usr/share/YaST2/locale/da/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/da/LC_MESSAGES/iplb.mo:/usr/share/YaST2/locale/da/LC_MESSAGES/ldap.mo
[ 197s] yast2-trans-da.noarch: W: files-duplicate /usr/share/YaST2/locale/da/LC_MESSAGES/cio.mo /usr/share/YaST2/locale/da/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/da/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/da/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/da/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/da/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/da/LC_MESSAGES/rear.mo
[ 197s] yast2-trans-eo.noarch: W: files-duplicate /usr/share/YaST2/locale/eo/LC_MESSAGES/fonts.mo /usr/share/YaST2/locale/eo/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/vpn.mo
[ 197s] yast2-trans-eo.noarch: W: files-duplicate /usr/share/YaST2/locale/eo/LC_MESSAGES/services-manager.mo /usr/share/YaST2/locale/eo/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/iplb.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/ldap.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/support.mo
[ 197s] yast2-trans-eo.noarch: W: files-duplicate /usr/share/YaST2/locale/eo/LC_MESSAGES/vm.mo /usr/share/YaST2/locale/eo/LC_MESSAGES/add-on.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/autoinst.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/control-center.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/control.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/country.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/packager.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/proxy.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/qt-pkg.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/qt.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/timezone_db.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/eo/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-es_AR.noarch: W: files-duplicate /usr/share/YaST2/locale/es_AR/LC_MESSAGES/installation.mo /usr/share/YaST2/locale/es_AR/LC_MESSAGES/configuration_management.mo:/usr/share/YaST2/locale/es_AR/LC_MESSAGES/sap-installation-wizard.mo
[ 197s] yast2-trans-eu.noarch: W: files-duplicate /usr/share/YaST2/locale/eu/LC_MESSAGES/autoinst.mo /usr/share/YaST2/locale/eu/LC_MESSAGES/add-on.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/base.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/packager.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/proxy.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/qt-pkg.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/qt.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/timezone_db.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/vpn.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-eu.noarch: W: files-duplicate /usr/share/YaST2/locale/eu/LC_MESSAGES/iplb.mo /usr/share/YaST2/locale/eu/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/eu/LC_MESSAGES/ldap.mo
[ 197s] yast2-trans-eu.noarch: W: files-duplicate /usr/share/YaST2/locale/eu/LC_MESSAGES/support.mo /usr/share/YaST2/locale/eu/LC_MESSAGES/services-manager.mo
[ 197s] yast2-trans-fa.noarch: W: files-duplicate /usr/share/YaST2/locale/fa/LC_MESSAGES/ntp-client.mo /usr/share/YaST2/locale/fa/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/fa/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/fa/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/fa/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/fa/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/fa/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/fa/LC_MESSAGES/vm.mo
[ 197s] yast2-trans-fa.noarch: W: files-duplicate /usr/share/YaST2/locale/fa/LC_MESSAGES/reipl.mo /usr/share/YaST2/locale/fa/LC_MESSAGES/audit-laf.mo
[ 197s] yast2-trans-gu.noarch: W: files-duplicate /usr/share/YaST2/locale/gu/LC_MESSAGES/configuration_management.mo /usr/share/YaST2/locale/gu/LC_MESSAGES/slp.mo
[ 197s] yast2-trans-jv.noarch: W: files-duplicate /usr/share/YaST2/locale/jv/LC_MESSAGES/auth-client.mo /usr/share/YaST2/locale/jv/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/iplb.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/ldap.mo
[ 197s] yast2-trans-jv.noarch: W: files-duplicate /usr/share/YaST2/locale/jv/LC_MESSAGES/relocation-server.mo /usr/share/YaST2/locale/jv/LC_MESSAGES/add-on.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/autoinst.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/configuration_management.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/control-center.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/control.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/country.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/installation.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/packager.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/proxy.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/qt-pkg.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/qt.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/sap-installation-wizard.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/timezone_db.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/vpn.mo:/usr/share/YaST2/locale/jv/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-jv.noarch: W: files-duplicate /usr/share/YaST2/locale/jv/LC_MESSAGES/services-manager.mo /usr/share/YaST2/locale/jv/LC_MESSAGES/support.mo
[ 197s] yast2-trans-kn.noarch: W: files-duplicate /usr/share/YaST2/locale/kn/LC_MESSAGES/country.mo /usr/share/YaST2/locale/kn/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/configuration_management.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/control.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/proxy.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/qt.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/sap-installation-wizard.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/timezone_db.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/vm.mo
[ 197s] yast2-trans-kn.noarch: W: files-duplicate /usr/share/YaST2/locale/kn/LC_MESSAGES/crowbar.mo /usr/share/YaST2/locale/kn/LC_MESSAGES/add-on.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/installation.mo
[ 197s] yast2-trans-kn.noarch: W: files-duplicate /usr/share/YaST2/locale/kn/LC_MESSAGES/dns-server.mo /usr/share/YaST2/locale/kn/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/vpn.mo
[ 197s] yast2-trans-kn.noarch: W: files-duplicate /usr/share/YaST2/locale/kn/LC_MESSAGES/fonts.mo /usr/share/YaST2/locale/kn/LC_MESSAGES/control-center.mo
[ 197s] yast2-trans-kn.noarch: W: files-duplicate /usr/share/YaST2/locale/kn/LC_MESSAGES/iplb.mo /usr/share/YaST2/locale/kn/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/kn/LC_MESSAGES/ldap.mo
[ 197s] yast2-trans-kn.noarch: W: files-duplicate /usr/share/YaST2/locale/kn/LC_MESSAGES/printer.mo /usr/share/YaST2/locale/kn/LC_MESSAGES/mail.mo
[ 197s] yast2-trans-kn.noarch: W: files-duplicate /usr/share/YaST2/locale/kn/LC_MESSAGES/support.mo /usr/share/YaST2/locale/kn/LC_MESSAGES/services-manager.mo
[ 197s] yast2-trans-kn.noarch: W: files-duplicate /usr/share/YaST2/locale/kn/LC_MESSAGES/update.mo /usr/share/YaST2/locale/kn/LC_MESSAGES/online-update.mo
[ 197s] yast2-trans-ku.noarch: W: files-duplicate /usr/share/YaST2/locale/ku/LC_MESSAGES/vm.mo /usr/share/YaST2/locale/ku/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/ku/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/ku/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-lo.noarch: W: files-duplicate /usr/share/YaST2/locale/lo/LC_MESSAGES/iplb.mo /usr/share/YaST2/locale/lo/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/ldap.mo
[ 197s] yast2-trans-lo.noarch: W: files-duplicate /usr/share/YaST2/locale/lo/LC_MESSAGES/qt-pkg.mo /usr/share/YaST2/locale/lo/LC_MESSAGES/add-on.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/autoinst.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/base.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/configuration_management.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/control-center.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/control.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/country.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/installation.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/packager.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/proxy.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/qt.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/sap-installation-wizard.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/timezone_db.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/vpn.mo:/usr/share/YaST2/locale/lo/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-lo.noarch: W: files-duplicate /usr/share/YaST2/locale/lo/LC_MESSAGES/support.mo /usr/share/YaST2/locale/lo/LC_MESSAGES/services-manager.mo
[ 197s] yast2-trans-lv.noarch: W: files-duplicate /usr/share/YaST2/locale/lv/LC_MESSAGES/control-center.mo /usr/share/YaST2/locale/lv/LC_MESSAGES/add-on.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/autoinst.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/base.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/configuration_management.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/control.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/country.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/installation.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/packager.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/proxy.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/qt-pkg.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/qt.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/sap-installation-wizard.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/timezone_db.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/vpn.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-lv.noarch: W: files-duplicate /usr/share/YaST2/locale/lv/LC_MESSAGES/iplb.mo /usr/share/YaST2/locale/lv/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/lv/LC_MESSAGES/ldap.mo
[ 197s] yast2-trans-lv.noarch: W: files-duplicate /usr/share/YaST2/locale/lv/LC_MESSAGES/support.mo /usr/share/YaST2/locale/lv/LC_MESSAGES/services-manager.mo
[ 197s] yast2-trans-mk.noarch: W: files-duplicate /usr/share/YaST2/locale/mk/LC_MESSAGES/cio.mo /usr/share/YaST2/locale/mk/LC_MESSAGES/opensuse_mirror.mo
[ 197s] yast2-trans-mk.noarch: W: files-duplicate /usr/share/YaST2/locale/mk/LC_MESSAGES/online-update-configuration.mo /usr/share/YaST2/locale/mk/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/mk/LC_MESSAGES/slp.mo
[ 197s] yast2-trans-ms.noarch: W: files-duplicate /usr/share/YaST2/locale/ms/LC_MESSAGES/geo-cluster.mo /usr/share/YaST2/locale/ms/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/iplb.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/ldap.mo
[ 197s] yast2-trans-ms.noarch: W: files-duplicate /usr/share/YaST2/locale/ms/LC_MESSAGES/packager.mo /usr/share/YaST2/locale/ms/LC_MESSAGES/add-on.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/autoinst.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/configuration_management.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/control-center.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/control.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/installation.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/proxy.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/qt-pkg.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/qt.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/sap-installation-wizard.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/vpn.mo:/usr/share/YaST2/locale/ms/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-ms.noarch: W: files-duplicate /usr/share/YaST2/locale/ms/LC_MESSAGES/support.mo /usr/share/YaST2/locale/ms/LC_MESSAGES/services-manager.mo
[ 197s] yast2-trans-my.noarch: W: files-duplicate /usr/share/YaST2/locale/my/LC_MESSAGES/auth-client.mo /usr/share/YaST2/locale/my/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/iplb.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/ldap.mo
[ 197s] yast2-trans-my.noarch: W: files-duplicate /usr/share/YaST2/locale/my/LC_MESSAGES/sudo.mo /usr/share/YaST2/locale/my/LC_MESSAGES/add-on.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/autoinst.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/base.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/configuration_management.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/control-center.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/control.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/country.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/installation.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/packager.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/proxy.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/qt-pkg.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/qt.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/sap-installation-wizard.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/timezone_db.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/vpn.mo:/usr/share/YaST2/locale/my/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-my.noarch: W: files-duplicate /usr/share/YaST2/locale/my/LC_MESSAGES/support.mo /usr/share/YaST2/locale/my/LC_MESSAGES/services-manager.mo
[ 197s] yast2-trans-nds.noarch: W: files-duplicate /usr/share/YaST2/locale/nds/LC_MESSAGES/cluster.mo /usr/share/YaST2/locale/nds/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/sysconfig.mo
[ 197s] yast2-trans-nds.noarch: W: files-duplicate /usr/share/YaST2/locale/nds/LC_MESSAGES/firewall.mo /usr/share/YaST2/locale/nds/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/storage.mo
[ 197s] yast2-trans-nds.noarch: W: files-duplicate /usr/share/YaST2/locale/nds/LC_MESSAGES/http-server.mo /usr/share/YaST2/locale/nds/LC_MESSAGES/samba-server.mo
[ 197s] yast2-trans-nds.noarch: W: files-duplicate /usr/share/YaST2/locale/nds/LC_MESSAGES/iplb.mo /usr/share/YaST2/locale/nds/LC_MESSAGES/geo-cluster.mo
[ 197s] yast2-trans-nds.noarch: W: files-duplicate /usr/share/YaST2/locale/nds/LC_MESSAGES/ldap.mo /usr/share/YaST2/locale/nds/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/authserver.mo
[ 197s] yast2-trans-nds.noarch: W: files-duplicate /usr/share/YaST2/locale/nds/LC_MESSAGES/mail.mo /usr/share/YaST2/locale/nds/LC_MESSAGES/online-update-configuration.mo
[ 197s] yast2-trans-nds.noarch: W: files-duplicate /usr/share/YaST2/locale/nds/LC_MESSAGES/tftp-server.mo /usr/share/YaST2/locale/nds/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/control-center.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/qt-pkg.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/sap-installation-wizard.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/timezone_db.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/vpn.mo:/usr/share/YaST2/locale/nds/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-ne.noarch: W: files-duplicate /usr/share/YaST2/locale/ne/LC_MESSAGES/ldap.mo /usr/share/YaST2/locale/ne/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/iplb.mo
[ 197s] yast2-trans-ne.noarch: W: files-duplicate /usr/share/YaST2/locale/ne/LC_MESSAGES/proxy.mo /usr/share/YaST2/locale/ne/LC_MESSAGES/add-on.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/autoinst.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/base.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/configuration_management.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/control-center.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/control.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/country.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/installation.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/packager.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/qt-pkg.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/qt.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/sap-installation-wizard.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/timezone_db.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/vpn.mo:/usr/share/YaST2/locale/ne/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-ne.noarch: W: files-duplicate /usr/share/YaST2/locale/ne/LC_MESSAGES/services-manager.mo /usr/share/YaST2/locale/ne/LC_MESSAGES/support.mo
[ 197s] yast2-trans-nn.noarch: W: files-duplicate /usr/share/YaST2/locale/nn/LC_MESSAGES/ldap-client.mo /usr/share/YaST2/locale/nn/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/autoinst.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/proxy.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/timezone_db.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/vpn.mo
[ 197s] yast2-trans-nn.noarch: W: files-duplicate /usr/share/YaST2/locale/nn/LC_MESSAGES/ldap.mo /usr/share/YaST2/locale/nn/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/nn/LC_MESSAGES/iplb.mo
[ 197s] yast2-trans-nn.noarch: W: files-duplicate /usr/share/YaST2/locale/nn/LC_MESSAGES/services-manager.mo /usr/share/YaST2/locale/nn/LC_MESSAGES/support.mo
[ 197s] yast2-trans-ps.noarch: W: files-duplicate /usr/share/YaST2/locale/ps/LC_MESSAGES/instserver.mo /usr/share/YaST2/locale/ps/LC_MESSAGES/add-on.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/autoinst.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/base.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/configuration_management.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/control-center.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/control.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/country.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/installation.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/packager.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/proxy.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/qt-pkg.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/timezone_db.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/vpn.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-ps.noarch: W: files-duplicate /usr/share/YaST2/locale/ps/LC_MESSAGES/ldap.mo /usr/share/YaST2/locale/ps/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/ps/LC_MESSAGES/iplb.mo
[ 197s] yast2-trans-ps.noarch: W: files-duplicate /usr/share/YaST2/locale/ps/LC_MESSAGES/services-manager.mo /usr/share/YaST2/locale/ps/LC_MESSAGES/support.mo
[ 197s] yast2-trans-ro.noarch: W: files-duplicate /usr/share/YaST2/locale/ro/LC_MESSAGES/configuration_management.mo /usr/share/YaST2/locale/ro/LC_MESSAGES/slp.mo
[ 197s] yast2-trans-si.noarch: W: files-duplicate /usr/share/YaST2/locale/si/LC_MESSAGES/auth-client.mo /usr/share/YaST2/locale/si/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/iplb.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/ldap.mo
[ 197s] yast2-trans-si.noarch: W: files-duplicate /usr/share/YaST2/locale/si/LC_MESSAGES/hana-update.mo /usr/share/YaST2/locale/si/LC_MESSAGES/hana-ha.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/hanafirewall.mo
[ 197s] yast2-trans-si.noarch: W: files-duplicate /usr/share/YaST2/locale/si/LC_MESSAGES/migration.mo /usr/share/YaST2/locale/si/LC_MESSAGES/journalctl.mo
[ 197s] yast2-trans-si.noarch: W: files-duplicate /usr/share/YaST2/locale/si/LC_MESSAGES/proxy.mo /usr/share/YaST2/locale/si/LC_MESSAGES/add-on.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/autoinst.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/configuration_management.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/control-center.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/control.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/country.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/installation.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/packager.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/qt-pkg.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/qt.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/sap-installation-wizard.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/vpn.mo:/usr/share/YaST2/locale/si/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-si.noarch: W: files-duplicate /usr/share/YaST2/locale/si/LC_MESSAGES/services-manager.mo /usr/share/YaST2/locale/si/LC_MESSAGES/support.mo
[ 197s] yast2-trans-sq.noarch: W: files-duplicate /usr/share/YaST2/locale/sq/LC_MESSAGES/timezone_db.mo /usr/share/YaST2/locale/sq/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/sq/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/sq/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/sq/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/sq/LC_MESSAGES/samba-client.mo
[ 197s] yast2-trans-sr.noarch: W: files-duplicate /usr/share/YaST2/locale/sr/LC_MESSAGES/slp.mo /usr/share/YaST2/locale/sr/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/sr/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/sr/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/sr/LC_MESSAGES/vm.mo
[ 197s] yast2-trans-sr-latin.noarch: W: files-duplicate /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/add-on.mo /usr/share/YaST2/locale/sr@latin/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/sr@latin/LC_MESSAGES/slp.mo
[ 197s] yast2-trans-sr-latin.noarch: W: files-duplicate /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/cluster.mo /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/audit-laf.mo
[ 197s] yast2-trans-sr-latin.noarch: W: files-duplicate /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/crowbar.mo /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/fcoe-client.mo
[ 197s] yast2-trans-sr-latin.noarch: W: files-duplicate /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/fonts.mo /usr/share/YaST2/locale/sr@latin/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/sr@latin/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/sr@latin/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/sr@latin/LC_MESSAGES/iplb.mo:/usr/share/YaST2/locale/sr@latin/LC_MESSAGES/journal.mo
[ 197s] yast2-trans-sr-latin.noarch: W: files-duplicate /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/gtk.mo /usr/share/YaST2/locale/sr@latin/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/sr@latin/LC_MESSAGES/qt.mo
[ 197s] yast2-trans-sr-latin.noarch: W: files-duplicate /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/iscsi-lio-server.mo /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/ftp-server.mo
[ 197s] yast2-trans-sr-latin.noarch: W: files-duplicate /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/isns.mo /usr/share/YaST2/locale/sr@latin/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/sr@latin/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/sr@latin/LC_MESSAGES/oneclickinstall.mo
[ 197s] yast2-trans-sr-latin.noarch: W: files-duplicate /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/ldap.mo /usr/share/YaST2/locale/sr@latin/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/sr@latin/LC_MESSAGES/authserver.mo
[ 197s] yast2-trans-sr-latin.noarch: W: files-duplicate /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/pkg-bindings.mo /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/samba-users.mo
[ 197s] yast2-trans-sr-latin.noarch: W: files-duplicate /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/reipl.mo /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/rdp.mo
[ 197s] yast2-trans-sr-latin.noarch: W: files-duplicate /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/snapper.mo /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/squid.mo
[ 197s] yast2-trans-sr-latin.noarch: W: files-duplicate /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/support.mo /usr/share/YaST2/locale/sr(a)latin/LC_MESSAGES/services-manager.mo
[ 197s] yast2-trans-sw.noarch: W: files-duplicate /usr/share/YaST2/locale/sw/LC_MESSAGES/ldap.mo /usr/share/YaST2/locale/sw/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/authserver.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/iplb.mo
[ 197s] yast2-trans-sw.noarch: W: files-duplicate /usr/share/YaST2/locale/sw/LC_MESSAGES/services-manager.mo /usr/share/YaST2/locale/sw/LC_MESSAGES/support.mo
[ 197s] yast2-trans-sw.noarch: W: files-duplicate /usr/share/YaST2/locale/sw/LC_MESSAGES/slp-server.mo /usr/share/YaST2/locale/sw/LC_MESSAGES/add-on.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/autoinst.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/base.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/configuration_management.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/control-center.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/control.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/country.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/installation.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/packager.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/proxy.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/qt-pkg.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/qt.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/sap-installation-wizard.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/timezone_db.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/vpn.mo:/usr/share/YaST2/locale/sw/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-tg.noarch: W: files-duplicate /usr/share/YaST2/locale/tg/LC_MESSAGES/rdp.mo /usr/share/YaST2/locale/tg/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/tg/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/tg/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/tg/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/tg/LC_MESSAGES/vm.mo
[ 197s] yast2-trans-tg.noarch: W: files-duplicate /usr/share/YaST2/locale/tg/LC_MESSAGES/reipl.mo /usr/share/YaST2/locale/tg/LC_MESSAGES/audit-laf.mo
[ 197s] yast2-trans-tk.noarch: W: files-duplicate /usr/share/YaST2/locale/tk/LC_MESSAGES/add-on.mo /usr/share/YaST2/locale/tk/LC_MESSAGES/apparmor.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/audit-laf.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/autoinst.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/bootloader.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/cio.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/cluster.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/configuration_management.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/control-center.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/control.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/country.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/crowbar.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/dhcp-server.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/dns-server.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/docker.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/drbd.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/fcoe-client.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/firewall-services.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/firewall.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/firstboot.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/fonts.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/ftp-server.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/gtk-pkg.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/gtk.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/http-server.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/installation.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/instserver.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/iscsi-client.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/iscsi-lio-server.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/isns.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/journal.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/kdump.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/languages_db.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/ldap-client.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/mail.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/multipath.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/ncurses-pkg.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/ncurses.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/network.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/nfs.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/nis.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/nis_server.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/ntp-client.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/oneclickinstall.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/online-update-configuration.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/online-update.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/opensuse_mirror.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/packager.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/pam.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/pkg-bindings.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/printer.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/proxy.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/qt-pkg.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/qt.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/rdp.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/rear.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/registration.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/reipl.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/relocation-server.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/samba-client.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/samba-server.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/samba-users.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/sap-installation-wizard.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/scanner.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/security.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/slp-server.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/slp.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/snapper.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/sound.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/squid.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/storage.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/sudo.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/sysconfig.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/tftp-server.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/tune.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/update.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/users.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/vm.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/vpn.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/wol.mo
[ 197s] yast2-trans-tk.noarch: W: files-duplicate /usr/share/YaST2/locale/tk/LC_MESSAGES/authserver.mo /usr/share/YaST2/locale/tk/LC_MESSAGES/auth-client.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/geo-cluster.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/iplb.mo:/usr/share/YaST2/locale/tk/LC_MESSAGES/ldap.mo
[ 197s] yast2-trans-tk.noarch: W: files-duplicate /usr/share/YaST2/locale/tk/LC_MESSAGES/services-manager.mo /usr/share/YaST2/locale/tk/LC_MESSAGES/support.mo
[ 197s] yast2-trans-vi.noarch: W: files-duplicate /usr/share/YaST2/locale/vi/LC_MESSAGES/firewall.mo /usr/share/YaST2/locale/vi/LC_MESSAGES/nfs_server.mo:/usr/share/YaST2/locale/vi/LC_MESSAGES/vm.mo
[ 197s] yast2-trans.noarch: W: obsolete-not-provided yast2-trans-en
[ 197s] yast2-trans.noarch: W: obsolete-not-provided yast2-trans-en_US
[ 197s] If a package is obsoleted by a compatible replacement, the obsoleted package
[ 197s] should also be provided in order to not cause unnecessary dependency breakage.
[ 197s] If the obsoleting package is not a compatible replacement for the old one,
[ 197s] leave out the Provides.
[ 197s]
[ 197s] yast2-trans-sr-latin.noarch: W: self-obsoletion yast2-trans-sr-latin obsoletes yast2-trans-sr-latin = 84.87.20210522.fa639d2702-0
[ 197s] The package obsoletes itself. This is known to cause errors in various tools
[ 197s] and should thus be avoided, usually by using appropriately versioned Obsoletes
[ 197s] and/or Provides and avoiding unversioned ones.
[ 197s]
[ 197s] 80 packages and 0 specfiles checked; 0 errors, 97 warnings.
[ 197s]
[ 197s]
[ 197s] vm-yast-ci-worker finished "build yast2-trans.spec" at Mon May 24 05:19:18 UTC 2021.
[ 197s]
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/SRPMS/yast2-trans-84.87.20210522.fa639d2702-0.src.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-pa-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-ca-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-ps-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-eo-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-ka-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-bn-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-cs-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-id-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-nb-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-mr-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-es-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-sr-latin-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-nl-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-de-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-kn-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-tr-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-xh-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-lv-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-be-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-pl-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-sk-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-nds-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-fa-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-zu-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-it-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-ta-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-af-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-et-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-vi-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-nn-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-he-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-sv-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-fi-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-bg-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-zh_CN-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-gl-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-uk-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-ro-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-hr-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-ne-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-mk-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-es_AR-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-ko-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-am-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-si-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-en_GB-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-my-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-lo-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-pt-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-cy-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-sl-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-sw-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-da-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-fr-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-tk-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-th-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-hi-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-ast-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-el-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-ja-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-lt-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-zh_TW-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-sr-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-jv-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-pt_BR-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-gu-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-hu-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-ar-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-tg-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-wa-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-ms-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-km-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-sq-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-ru-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-kab-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-ku-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-eu-84.87.20210522.fa639d2702-0.noarch.rpm
/var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/RPMS/noarch/yast2-trans-bs-84.87.20210522.fa639d2702-0.noarch.rpm
+ osc commit -m 'New version'
(W) Attention, .lock is not mentioned in spec files as source or patch.
###ASK /home/jenkins/yast-trans/YaST:Head/yast2-trans/.lock
(W) Attention, .lock is not mentioned in spec files as source or patch.
###ASK /home/jenkins/yast-trans/YaST:Head/yast2-trans/.lock
Sending _servicedata
Deleting yast2-trans-84.87.20210516.482fe91bc6.tar.xz
Sending yast2-trans.changes
Sending yast2-trans.spec
Sending yast2-trans-84.87.20210522.fa639d2702.tar.xz
Transmitting file data ....
Committed revision 493.
+ osc service wait
ok
+ yes
+ osc sr -m 'Submit new version' --yes
created request id 895091
+ yes
+ osc -A https://api.suse.de sr -m 'Submit new version' --yes Devel:YaST:Head yast2-trans SUSE:SLE-15-SP3:GA
Server returned an error: HTTP Error 403: Forbidden
The target project SUSE:SLE-15-SP3:GA is not accepting requests because: Project is locked. Please use maintenance request for source changes and use osc requestbugownership to set bugowner of a package.
Build step 'Execute shell' marked build as failure
1
5