YaST Commits
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
April 2021
- 3 participants
- 657 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
See <https://ci.suse.de/job/yast-yast-country-master/35/display/redirect?page=ch…>
Changes:
[ancor] Use Yast::Execute to get better logs
[jreidinger] Add test to verify keyboard code are valid
[jreidinger] fix invalid code
[jreidinger] changes
[jreidinger] fix mock
------------------------------------------
[...truncated 45.59 KB...]
[ 19s] #read
[ 19s] reads keyboard information
[ 19s] #write
[ 19s] writes keyboard information
[ 19s] returns the value from the finish client
[ 19s] #reset
[ 19s] resets the keyboard setting
[ 19s] #packages
[ 19s] returns an empty hash (no packages to install)
[ 19s] #modified?
[ 19s] keyboard settings are modified ?
[ 19s] #modified
[ 19s] set to modified
[ 19s]
[ 19s] Keyboards
[ 19s] .all_keyboards
[ 19s] returns list with all code valid (FAILED - 1)
[ 19s]
[ 19s] Language::AutoClient
[ 19s] #change
[ 19s] runs select_language client
[ 19s] returns the value from the select_language client
[ 19s] #summary
[ 19s] returns the AutoYaST summary
[ 19s] #import
[ 19s] imports the profile
[ 19s] #export
[ 19s] exports the profile
[ 19s] #read
[ 19s] reads language information
[ 19s] #write
[ 19s] writes language information
[ 19s] returns the value from the finish client
[ 19s] #reset
[ 19s] resets the language setting
[ 19s] #packages
[ 19s] returns an empty hash (no packages to install)
[ 19s] #modified?
[ 19s] language information is modified ?
[ 19s] #modified
[ 19s] set to modified
[ 19s]
[ 19s] Yast::Language
[ 19s] #integrate_inst_sys_extension
[ 19s] shows UI feedback and extends the inst-sys for selected language
[ 19s] #valid_language?
[ 19s] when checking for a known, valid language
[ 19s] returns true
[ 19s] when checking for an unknown language
[ 19s] returns false
[ 19s] #correct_language
[ 19s] when called with a known, valid language
[ 19s] returns the same unchanged language
[ 19s] when called with an unknown language
[ 19s] reports an error and returns the default fallback language
[ 19s] returns the default fallback language without reporting an error if it is disabled
[ 19s] #Set
[ 19s] when called in inst-sys
[ 19s] sets the new language, encoding integrates inst-sys extension and adapts install.inf
[ 19s] otherwise (running system, AutoYast config, etc.)
[ 19s] sets the new language and encoding
[ 19s] when called in text mode, in first stage, and user wants CJK language
[ 19s] sets language name into its English translation
[ 19s] #Save
[ 19s] updates the .sysconfig.language.INSTALLED_LANGUAGES value
[ 19s] forces writting .sysconfig.language to disk
[ 19s] when language is zh_HK
[ 19s] sets LC_MESSAGES to zh_TW
[ 19s] when LC_MESSAGES is zh_TW
[ 19s] and language is not zh_HK
[ 19s] cleans LC_MESSAGES
[ 19s] when using the readonly_language feature
[ 19s] sets the default language using localectl
[ 19s] in the initial stage
[ 19s] sets the default language using systemd-firstboot
[ 19s] when not using the readonly_language feature
[ 19s] sets the chosen language using localectl
[ 19s] in the initial stage
[ 19s] sets the default language using systemd-firstboot
[ 19s] when the command fails
[ 19s] reports an error
[ 19s] #GetLocaleString
[ 19s] when using UTF-8
[ 19s] returns the full locale
[ 19s] and the language is not found in the database
[ 19s] returns the full locale
[ 19s] and the suffix '@' is already include in the given locale
[ 19s] returns the same locale
[ 19s] when UTF-8 is not being used
[ 19s] returns the full language identifier with no encoding
[ 19s] #ResetRecommendedPackages
[ 19s] resets the recommended packages
[ 19s] #SwitchToEnglishIfNeeded
[ 19s] when running on normal stage
[ 19s] does not change the language
[ 19s] returns false
[ 19s] when not running on textmode
[ 19s] does not change the language
[ 19s] when running on fbiterm
[ 19s] and it is using a supported language
[ 19s] does not change the language
[ 19s] returns false
[ 19s] and it is using a non supported language
[ 19s] changes the language to English
[ 19s] displays an error message if asked to do so
[ 19s] does not display any error message if not asked to do so
[ 19s] returns true
[ 19s] when not running on fbiterm
[ 19s] and it is not using a CJK language
[ 19s] does not change the language
[ 19s] returns false
[ 19s] and it is using a CJK language
[ 19s] changes the language to English
[ 19s] displays an error message if asked to do so
[ 19s] does not display any error message if not asked to do so
[ 19s] returns true
[ 19s] #FillEnglishNames
[ 19s] does not modify the WFM language
[ 19s] #main_language
[ 19s] returns empty string for nil
[ 19s] returns main language for variant with dialect
[ 19s] returns main language for variant with dialect and encoding
[ 19s] returns main language even when it has more then two chars
[ 19s] #Export
[ 19s] returns map with language
[ 19s] returns map with installed languages
[ 19s] returns map with use_utf8 if utf is not used
[ 19s] language settings are default values
[ 19s] exports an empty hash for the AutoYaST profile
[ 19s] #Import
[ 19s] sets language from map
[ 19s] sets utf-8 encoding from map
[ 19s] sets installed languages from map
[ 19s] adds to installed languages language from map
[ 19s] in autoinstallation
[ 19s] sets package locale to imported language
[ 19s] sets additional locales to imported languages
[ 19s] #Summary
[ 19s] returns string with html list
[ 19s] #IncompleteTranslation
[ 19s] returns true if language translation is lower than threshold
[ 19s] returns false otherwise
[ 19s] #GetGivenLanguageCountry
[ 19s] returns country part of passed language
[ 19s] returns upper cased language if country part is missing
[ 19s] #Read
[ 20s] sets initial language
[ 20s] sets initial languages
[ 20s] clears expert settings changed flag
[ 20s] really is set to true
[ 20s] reads language from localed.conf
[ 20s] reads languages from sysconfig
[ 20s] reads utf8 settings during runtime
[ 20s] #MakeProposal
[ 20s] returns array of string with proposal text
[ 20s] force_reset is set to true
[ 20s] sets default language
[ 20s] language changed is set to true
[ 20s] forces read of languages map
[ 20s]
[ 20s] Y2Country::Widgets::LanguageSelection
[ 20s] enlists all available languages
[ 20s] these methods are only tested if they exist
[ 20s] #label
[ 20s] produces a String
[ 20s] #help
[ 20s] produces a String
[ 20s] #opt
[ 20s] produces Symbols
[ 20s] #handle
[ 20s] produces a Symbol or nil
[ 20s] #validate
[ 20s] produces a Boolean (or nil)
[ 20s] #items
[ 20s] produces an array of pairs of strings
[ 20s] #handle
[ 20s] when language remains unchanged
[ 20s] returns nil
[ 20s] when language has been changed
[ 20s] sets the new language
[ 20s] resets the timezones map
[ 20s] when emit_event is set to true and Yast::Mode is not config
[ 20s] returns :redraw
[ 20s] language needed to be switched to English
[ 20s] switch language to english
[ 20s] language does not need to be switched to English
[ 20s] sets console font according to language
[ 20s] sets WFM language according to selected language
[ 20s] selected langauge is nn_NO
[ 20s] it sets WFM language to nb_NO instead
[ 20s] #store
[ 20s] calls #handle method
[ 20s] when emit_event is set to false and Yast::Mode is not config
[ 20s] language needed to be switched to English
[ 20s] switch language to english
[ 20s] language does not need to be switched to English
[ 20s] sets console font according to language
[ 20s] sets WFM language according to selected language
[ 20s] selected langauge is nn_NO
[ 20s] it sets WFM language to nb_NO instead
[ 20s]
[ 20s] Failures:
[ 20s]
[ 20s] 1) Keyboards.all_keyboards returns list with all code valid
[ 20s] Failure/Error: expect(valid_codes).to include(code)
[ 20s] expected ["#", "#", "sg", "nl", "mk-utf", "trq", "uk", "is-latin1", "de", "la-latin1", "us", "ko", "ro-std", "...c", "cn-latin1", "cz-lat2-us", "es-cp850", "ir", "korean", "lt.std", "no-latin1", "ruwin_alt-UTF-8"] to include "es-ast"
[ 20s] # ./keyboard/test/data/keyboard_test.rb:15:in `block (4 levels) in <top (required)>'
[ 20s] # ./keyboard/test/data/keyboard_test.rb:13:in `each'
[ 20s] # ./keyboard/test/data/keyboard_test.rb:13:in `block (3 levels) in <top (required)>'
[ 20s]
[ 20s] Finished in 1.57 seconds (files took 2.58 seconds to load)
[ 20s] 252 examples, 1 failure
[ 20s]
[ 20s] Failed examples:
[ 20s]
[ 20s] rspec ./keyboard/test/data/keyboard_test.rb:9 # Keyboards.all_keyboards returns list with all code valid
[ 20s]
[ 20s] rake aborted!
[ 20s] Command failed with status (1): [rspec --color --format doc 'keyboard/test/...]
[ 20s]
[ 20s] Tasks: TOP => test:unit
[ 20s] (See full trace by running task with --trace)
[ 20s] error: Bad exit status from /var/tmp/rpm-tmp.RMoNqT (%check)
[ 20s]
[ 20s]
[ 20s] RPM build errors:
[ 20s] Bad exit status from /var/tmp/rpm-tmp.RMoNqT (%check)
[ 20s]
[ 20s] vm-yast-ci-worker2 failed "build yast2-country.spec" at Thu Mar 11 14:54:20 UTC 2021.
[ 20s]
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 6440 exited with value 1
Scanning for a pull request...
Found pull request #266
Adding comment ":x: Internal Jenkins [job #35](https://ci.suse.de/job/yast-yast-country-master/35/) failed"
to pull request https://github.com/yast/yast-country/pull/266
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/yast-country/issues/266/comments... OK
Success
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user jreidinger(a)suse.cz
Not sending mail to unregistered user ancor(a)suse.de
1
1
[yast-commit] Build failed in Jenkins: yast-autoyast-profiles-test #535
by jenkins@suse.de 08 Jun '21
by jenkins@suse.de 08 Jun '21
08 Jun '21
See <https://ci.suse.de/job/yast-autoyast-profiles-test/535/display/redirect>
Changes:
------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on yast-nbg-head1 (yast-head yast-pot libstorage libyui snapper) in workspace <https://ci.suse.de/job/yast-autoyast-profiles-test/ws/>
The recommended git tool is: NONE
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/yast/autoyast-profiles-test.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/yast/autoyast-profiles-test.git
> git --version # timeout=10
> git --version # 'git version 2.26.2'
> git fetch --tags --force --progress --prune -- https://github.com/yast/autoyast-profiles-test.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b45aba646753574032130ebcd392f0fcd161c11a (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f b45aba646753574032130ebcd392f0fcd161c11a # timeout=10
Commit message: "Merge pull request #3 from yast/master-bsc-1146403"
> git rev-list --no-walk b45aba646753574032130ebcd392f0fcd161c11a # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
[yast-autoyast-profiles-test] $ /bin/sh -xe /tmp/jenkins10628621923458890404.sh
+ cd <https://ci.suse.de/job/yast-autoyast-profiles-test/ws/>
+ rake test:unit
rspec --color --format doc 'test/sle-12-sp2-s390_test.rb' 'test/Head_test.rb' 'test/sle-12-sp1_test.rb' 'test/sle-11-sp4_test.rb' 'test/sle-12_test.rb'
An error occurred while loading ./test/sle-12-sp2-s390_test.rb.
Failure/Error: raise "I'm sorry, you have to be root to run these tests" if Process.uid != 0
RuntimeError:
I'm sorry, you have to be root to run these tests
# ./test/profile_test_helper.rb:26:in `initialize'
# ./test/sle-12-sp2-s390_test.rb:5:in `new'
# ./test/sle-12-sp2-s390_test.rb:5:in `<top (required)>'
An error occurred while loading ./test/Head_test.rb.
Failure/Error: raise "I'm sorry, you have to be root to run these tests" if Process.uid != 0
RuntimeError:
I'm sorry, you have to be root to run these tests
# ./test/profile_test_helper.rb:26:in `initialize'
# ./test/Head_test.rb:5:in `new'
# ./test/Head_test.rb:5:in `<top (required)>'
An error occurred while loading ./test/sle-12-sp1_test.rb.
Failure/Error: raise "I'm sorry, you have to be root to run these tests" if Process.uid != 0
RuntimeError:
I'm sorry, you have to be root to run these tests
# ./test/profile_test_helper.rb:26:in `initialize'
# ./test/sle-12-sp1_test.rb:5:in `new'
# ./test/sle-12-sp1_test.rb:5:in `<top (required)>'
An error occurred while loading ./test/sle-11-sp4_test.rb.
Failure/Error: raise "I'm sorry, you have to be root to run these tests" if Process.uid != 0
RuntimeError:
I'm sorry, you have to be root to run these tests
# ./test/profile_test_helper.rb:26:in `initialize'
# ./test/sle-11-sp4_test.rb:5:in `new'
# ./test/sle-11-sp4_test.rb:5:in `<top (required)>'
An error occurred while loading ./test/sle-12_test.rb.
Failure/Error: raise "I'm sorry, you have to be root to run these tests" if Process.uid != 0
RuntimeError:
I'm sorry, you have to be root to run these tests
# ./test/profile_test_helper.rb:26:in `initialize'
# ./test/sle-12_test.rb:5:in `new'
# ./test/sle-12_test.rb:5:in `<top (required)>'
No examples found.
Finished in 0.00028 seconds (files took 0.19254 seconds to load)
0 examples, 0 failures, 5 errors occurred outside of examples
rake aborted!
Command failed with status (1): [rspec --color --format doc 'test/sle-12-sp...]
Tasks: TOP => test:unit
(See full trace by running task with --trace)
Build step 'Execute shell' marked build as failure
1
211
See <https://ci.opensuse.org/job/yast-yast-country-master/63/display/redirect?pa…>
Changes:
[ancor] Use Yast::Execute to get better logs
[Josef Reidinger] Add test to verify keyboard code are valid
[Josef Reidinger] fix invalid code
[Josef Reidinger] changes
[Josef Reidinger] fix mock
------------------------------------------
[...truncated 52.62 KB...]
[ 36s] closes the dialog
[ 36s] restores the keyboard layout to the previous selected
[ 36s]
[ 36s] Y2Keyboard::KeyboardLayoutLoader
[ 36s] #load_layout
[ 36s] set layout temporarily
[ 36s]
[ 36s] Language::AutoClient
[ 36s] #change
[ 36s] runs select_language client
[ 36s] returns the value from the select_language client
[ 36s] #summary
[ 36s] returns the AutoYaST summary
[ 36s] #import
[ 36s] imports the profile
[ 36s] #export
[ 36s] exports the profile
[ 36s] #read
[ 36s] reads language information
[ 36s] #write
[ 36s] writes language information
[ 36s] returns the value from the finish client
[ 36s] #reset
[ 36s] resets the language setting
[ 36s] #packages
[ 36s] returns an empty hash (no packages to install)
[ 36s] #modified?
[ 36s] language information is modified ?
[ 36s] #modified
[ 36s] set to modified
[ 36s]
[ 36s] Y2Country::Widgets::LanguageSelection
[ 36s] enlists all available languages
[ 36s] these methods are only tested if they exist
[ 36s] #label
[ 36s] produces a String
[ 36s] #help
[ 36s] produces a String
[ 36s] #opt
[ 36s] produces Symbols
[ 36s] #handle
[ 36s] produces a Symbol or nil
[ 36s] #validate
[ 36s] produces a Boolean (or nil)
[ 36s] #items
[ 36s] produces an array of pairs of strings
[ 36s] #handle
[ 36s] when language remains unchanged
[ 36s] returns nil
[ 36s] when language has been changed
[ 36s] sets the new language
[ 36s] resets the timezones map
[ 36s] when emit_event is set to true and Yast::Mode is not config
[ 36s] returns :redraw
[ 36s] language needed to be switched to English
[ 36s] switch language to english
[ 36s] language does not need to be switched to English
[ 36s] sets console font according to language
[ 36s] sets WFM language according to selected language
[ 36s] selected langauge is nn_NO
[ 36s] it sets WFM language to nb_NO instead
[ 36s] #store
[ 36s] calls #handle method
[ 36s] when emit_event is set to false and Yast::Mode is not config
[ 36s] language needed to be switched to English
[ 36s] switch language to english
[ 36s] language does not need to be switched to English
[ 36s] sets console font according to language
[ 36s] sets WFM language according to selected language
[ 36s] selected langauge is nn_NO
[ 36s] it sets WFM language to nb_NO instead
[ 36s]
[ 36s] Yast::Language
[ 36s] #integrate_inst_sys_extension
[ 36s] shows UI feedback and extends the inst-sys for selected language
[ 36s] #valid_language?
[ 36s] when checking for a known, valid language
[ 36s] returns true
[ 36s] when checking for an unknown language
[ 36s] returns false
[ 36s] #correct_language
[ 36s] when called with a known, valid language
[ 36s] returns the same unchanged language
[ 36s] when called with an unknown language
[ 36s] reports an error and returns the default fallback language
[ 36s] returns the default fallback language without reporting an error if it is disabled
[ 36s] #Set
[ 36s] when called in inst-sys
[ 36s] sets the new language, encoding integrates inst-sys extension and adapts install.inf
[ 36s] otherwise (running system, AutoYast config, etc.)
[ 36s] sets the new language and encoding
[ 36s] when called in text mode, in first stage, and user wants CJK language
[ 36s] sets language name into its English translation
[ 36s] #Save
[ 36s] updates the .sysconfig.language.INSTALLED_LANGUAGES value
[ 36s] forces writting .sysconfig.language to disk
[ 36s] when language is zh_HK
[ 36s] sets LC_MESSAGES to zh_TW
[ 36s] when LC_MESSAGES is zh_TW
[ 36s] and language is not zh_HK
[ 36s] cleans LC_MESSAGES
[ 36s] when using the readonly_language feature
[ 36s] sets the default language using localectl
[ 36s] in the initial stage
[ 36s] sets the default language using systemd-firstboot
[ 36s] when not using the readonly_language feature
[ 36s] sets the chosen language using localectl
[ 36s] in the initial stage
[ 36s] sets the default language using systemd-firstboot
[ 36s] when the command fails
[ 37s] reports an error
[ 37s] #GetLocaleString
[ 37s] when using UTF-8
[ 37s] returns the full locale
[ 37s] and the language is not found in the database
[ 37s] returns the full locale
[ 37s] and the suffix '@' is already include in the given locale
[ 37s] returns the same locale
[ 37s] when UTF-8 is not being used
[ 37s] returns the full language identifier with no encoding
[ 37s] #ResetRecommendedPackages
[ 37s] resets the recommended packages
[ 37s] #SwitchToEnglishIfNeeded
[ 37s] when running on normal stage
[ 37s] does not change the language
[ 37s] returns false
[ 37s] when not running on textmode
[ 37s] does not change the language
[ 37s] when running on fbiterm
[ 37s] and it is using a supported language
[ 37s] does not change the language
[ 37s] returns false
[ 37s] and it is using a non supported language
[ 37s] changes the language to English
[ 37s] displays an error message if asked to do so
[ 37s] does not display any error message if not asked to do so
[ 37s] returns true
[ 37s] when not running on fbiterm
[ 37s] and it is not using a CJK language
[ 37s] does not change the language
[ 37s] returns false
[ 37s] and it is using a CJK language
[ 37s] changes the language to English
[ 37s] displays an error message if asked to do so
[ 37s] does not display any error message if not asked to do so
[ 37s] returns true
[ 37s] #FillEnglishNames
[ 37s] does not modify the WFM language
[ 37s] #main_language
[ 37s] returns empty string for nil
[ 37s] returns main language for variant with dialect
[ 37s] returns main language for variant with dialect and encoding
[ 37s] returns main language even when it has more then two chars
[ 37s] #Export
[ 37s] returns map with language
[ 37s] returns map with installed languages
[ 37s] returns map with use_utf8 if utf is not used
[ 37s] language settings are default values
[ 37s] exports an empty hash for the AutoYaST profile
[ 37s] #Import
[ 37s] sets language from map
[ 37s] sets utf-8 encoding from map
[ 37s] sets installed languages from map
[ 37s] adds to installed languages language from map
[ 37s] in autoinstallation
[ 37s] sets package locale to imported language
[ 37s] sets additional locales to imported languages
[ 37s] #Summary
[ 37s] returns string with html list
[ 37s] #IncompleteTranslation
[ 37s] returns true if language translation is lower than threshold
[ 37s] returns false otherwise
[ 37s] #GetGivenLanguageCountry
[ 37s] returns country part of passed language
[ 37s] returns upper cased language if country part is missing
[ 37s] #Read
[ 37s] sets initial language
[ 37s] sets initial languages
[ 37s] clears expert settings changed flag
[ 37s] really is set to true
[ 37s] reads language from localed.conf
[ 37s] reads languages from sysconfig
[ 37s] reads utf8 settings during runtime
[ 37s] #MakeProposal
[ 37s] returns array of string with proposal text
[ 37s] force_reset is set to true
[ 37s] sets default language
[ 37s] language changed is set to true
[ 37s] forces read of languages map
[ 37s]
[ 37s] Yast::Console
[ 37s] #SelectFont
[ 37s] sets console fonts for the given language
[ 37s] returns the encoding
[ 37s] when no console font is available
[ 37s] does not set the console font
[ 37s] returns the encoding
[ 37s] when using a product with a decidated console map
[ 37s] sets console fonts for the given language
[ 37s] when using braille
[ 37s] runs /usr/bin/setfont
[ 37s]
[ 37s] Failures:
[ 37s]
[ 37s] 1) Keyboards.all_keyboards returns list with all code valid
[ 37s] Failure/Error: expect(valid_codes).to include(code)
[ 37s] expected ["#", "#", "sg", "nl", "mk-utf", "trq", "uk", "is-latin1", "de", "la-latin1", "us", "ko", "ro-std", "...c", "cn-latin1", "cz-lat2-us", "es-cp850", "ir", "korean", "lt.std", "no-latin1", "ruwin_alt-UTF-8"] to include "es-ast"
[ 37s] # ./keyboard/test/data/keyboard_test.rb:15:in `block (4 levels) in <top (required)>'
[ 37s] # ./keyboard/test/data/keyboard_test.rb:13:in `each'
[ 37s] # ./keyboard/test/data/keyboard_test.rb:13:in `block (3 levels) in <top (required)>'
[ 37s]
[ 37s] Finished in 2.44 seconds (files took 0.93042 seconds to load)
[ 37s] 252 examples, 1 failure
[ 37s]
[ 37s] Failed examples:
[ 37s]
[ 37s] rspec ./keyboard/test/data/keyboard_test.rb:9 # Keyboards.all_keyboards returns list with all code valid
[ 37s]
[ 37s] rake aborted!
[ 37s] Command failed with status (1): [rspec --color --format doc 'timezone/test/...]
[ 37s]
[ 37s] Tasks: TOP => test:unit
[ 37s] (See full trace by running task with --trace)
[ 37s] error: Bad exit status from /var/tmp/rpm-tmp.dOF7Fg (%check)
[ 37s]
[ 37s]
[ 37s] RPM build errors:
[ 37s] Bad exit status from /var/tmp/rpm-tmp.dOF7Fg (%check)
[ 37s]
[ 37s] yast-jenkins failed "build yast2-country.spec" at Thu Mar 11 14:50:47 UTC 2021.
[ 37s]
The buildroot was: /var/tmp/build-root/openSUSE_Factory-x86_64
rm -rf YaST:Head
rake aborted!
Command failed with status (1): [yes | osc -A 'https://api.opensuse.org/' b...]
Tasks: TOP => osc:sr => osc:commit => osc:build
(See full trace by running task with --trace)
cleaning
Result: PID 26416 exited with value 1
Scanning for a pull request...
Found pull request #266
Adding comment ":x: Public Jenkins [job #63](https://ci.opensuse.org/job/yast-yast-country-master/63/) failed"
to pull request https://github.com/yast/yast-country/pull/266
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/yast-country/issues/266/comments... OK
Success
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user ancor(a)suse.de
1
4
Branch: refs/heads/y2users_config_manager
Home: https://github.com/yast/yast-users
Commit: e1cc1f6e15cbf671e88aa0a61cd94f0deb7f6387
https://github.com/yast/yast-users/commit/e1cc1f6e15cbf671e88aa0a61cd94f0de…
Author: Josef Reidinger <jreidinger(a)suse.cz>
Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M src/lib/y2users/config_manager.rb
M test/lib/y2users/config_manager_test.rb
Log Message:
-----------
make rubocop happy
1
0