Build failed in Jenkins: yast-yast-autoinstallation-master #248
See <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/248/display/redirect?page=changes> Changes: [Josef Reidinger] Bump version to 5.0.0 ------------------------------------------ Started by GitHub push by jreidinger Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins2 (yast-head yast-jenkins) in workspace <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/> The recommended git tool is: NONE No credentials specified
git rev-parse --resolve-git-dir <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/.git> # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-autoinstallation.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-autoinstallation.git git --version # timeout=10 git --version # 'git version 2.35.3' git fetch --tags --force --progress --prune -- https://github.com/yast/yast-autoinstallation.git +refs/heads/*:refs/remotes/origin/* # timeout=10 git rev-parse origin/master^{commit} # timeout=10 Checking out Revision a70024542c562f012c7f04b8909c55c78b780b8f (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f a70024542c562f012c7f04b8909c55c78b780b8f # timeout=10 Commit message: "Bump version to 5.0.0" git rev-list --no-walk 9d104b5d89e276356e62941a9015315d5cf05952 # 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-autoinstallation-master] $ /bin/sh -xe /tmp/jenkins14635327067692579216.sh + cd <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/> + LC_ALL=en_US.UTF-8 + /usr/local/bin/jenkins_status_comment.rb timeout 30m rake osc:sr All files have proper license reference. * Starting syntax check... src/include/autoinstall/general_dialogs.rb:965: warning: shadowing outer local variable - m src/include/autoinstall/general_dialogs.rb:998: warning: shadowing outer local variable - m src/include/autoinstall/general_dialogs.rb:1050: warning: shadowing outer local variable - m * Done * Making tarball <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/package/autoyast2-5.0.0.tar.bz2> ... osc -A 'https://api.opensuse.org/' --traceback checkout 'YaST:Head' autoyast2 * ...Done Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/osc/core.py", line 5205, in checkout_package x = show_upstream_xsrcmd5(apiurl, project, package, revision=revision, meta=meta, include_service_files=server_service_files) File "/usr/lib/python3.6/site-packages/osc/core.py", line 4024, in show_upstream_xsrcmd5 m = show_files_meta(apiurl, prj, pac, revision=revision, linkrev=linkrev, linkrepair=linkrepair, meta=meta, expand=include_service_files) File "/usr/lib/python3.6/site-packages/osc/core.py", line 4007, in show_files_meta f = http_GET(makeurl(apiurl, ['source', prj, pac], query=query)) File "/usr/lib/python3.6/site-packages/osc/core.py", line 3464, in http_GET def http_GET(*args, **kwargs): return http_request('GET', *args, **kwargs) File "/usr/lib/python3.6/site-packages/osc/core.py", line 3455, in http_request return urlopen(req) File "/usr/lib64/python3.6/urllib/request.py", line 223, in urlopen return opener.open(url, data, timeout) File "/usr/lib64/python3.6/urllib/request.py", line 532, in open response = meth(req, response) File "/usr/lib64/python3.6/urllib/request.py", line 642, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib64/python3.6/urllib/request.py", line 570, in error return self._call_chain(*args) File "/usr/lib64/python3.6/urllib/request.py", line 504, in _call_chain result = func(*args) File "/usr/lib64/python3.6/urllib/request.py", line 650, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 503: Service Unavailable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/osc/babysitter.py", line 67, in run return prg.main(argv) File "/usr/lib/python3.6/site-packages/osc/cmdln.py", line 349, in main return self.cmd(args) File "/usr/lib/python3.6/site-packages/osc/cmdln.py", line 372, in cmd retval = self.onecmd(argv) File "/usr/lib/python3.6/site-packages/osc/cmdln.py", line 506, in onecmd return self._dispatch_cmd(handler, argv) File "/usr/lib/python3.6/site-packages/osc/cmdln.py", line 1237, in _dispatch_cmd return handler(argv[0], opts, *args) File "/usr/lib/python3.6/site-packages/osc/commandline.py", line 4673, in do_checkout meta=opts.meta, outdir=opts.output_dir) File "/usr/lib/python3.6/site-packages/osc/core.py", line 5207, in checkout_package x = show_upstream_xsrcmd5(apiurl, project, package, revision=revision, meta=meta, linkrev='base', include_service_files=server_service_files) File "/usr/lib/python3.6/site-packages/osc/core.py", line 4024, in show_upstream_xsrcmd5 m = show_files_meta(apiurl, prj, pac, revision=revision, linkrev=linkrev, linkrepair=linkrepair, meta=meta, expand=include_service_files) File "/usr/lib/python3.6/site-packages/osc/core.py", line 4007, in show_files_meta f = http_GET(makeurl(apiurl, ['source', prj, pac], query=query)) File "/usr/lib/python3.6/site-packages/osc/core.py", line 3464, in http_GET def http_GET(*args, **kwargs): return http_request('GET', *args, **kwargs) File "/usr/lib/python3.6/site-packages/osc/core.py", line 3455, in http_request return urlopen(req) File "/usr/lib64/python3.6/urllib/request.py", line 223, in urlopen return opener.open(url, data, timeout) File "/usr/lib64/python3.6/urllib/request.py", line 532, in open response = meth(req, response) File "/usr/lib64/python3.6/urllib/request.py", line 642, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib64/python3.6/urllib/request.py", line 570, in error return self._call_chain(*args) File "/usr/lib64/python3.6/urllib/request.py", line 504, in _call_chain result = func(*args) File "/usr/lib64/python3.6/urllib/request.py", line 650, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 503: Service Unavailable Server returned an error: HTTP Error 503: Service Unavailable Request: https://api.opensuse.org/source/YaST:Head/autoyast2?rev=latest&linkrev=base Headers: Date: Wed, 30 Aug 2023 21:20:29 GMT Server: Apache/2.4.51 (Linux/SUSE) Strict-Transport-Security: max-age=31536000 cache-control: private, no-transform referrer-policy: strict-origin-when-cross-origin x-permitted-cross-domain-policies: none x-xss-protection: 1; mode=block x-opensuse-runtimes: {"view":null,"db":4.4338260889053345,"backend":0} x-request-id: 4d7dfb88-117b-4a49-866f-358d08d2c5c1 x-opensuse-apiversion: 2.11~alpha.20230829T171147.fc37021e1 x-download-options: noopen x-runtime: 0.014668 x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-powered-by: Phusion Passenger(R) content-length: 514 content-type: text/html; charset=iso-8859-1 Connection: close rm -rf YaST:Head rake aborted! Command failed with status (1): [osc -A 'https://api.opensuse.org/' --trace...] Tasks: TOP => osc:sr => check:changelog (See full trace by running task with --trace) cleaning Result: PID 15131 exited with value 1 Scanning for a pull request... Sending Net::HTTP::Get request to https://api.github.com/repos/yast/yast-autoinstallation/pulls... OK Pull request not found Build step 'Execute shell' marked build as failure
See <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/249/display/redirect?page=changes> Changes: [Josef Reidinger] Adapt files for the SLE-15-SP6 branch ------------------------------------------ Started by GitHub push by jreidinger Started by GitHub push by jreidinger Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins2 (yast-head yast-jenkins) in workspace <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/> The recommended git tool is: NONE No credentials specified
git rev-parse --resolve-git-dir <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/.git> # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-autoinstallation.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-autoinstallation.git git --version # timeout=10 git --version # 'git version 2.35.3' git fetch --tags --force --progress --prune -- https://github.com/yast/yast-autoinstallation.git +refs/heads/*:refs/remotes/origin/* # timeout=10 git rev-parse origin/master^{commit} # timeout=10 Checking out Revision a381c820c3f513449976fa0d30d9fbe0b03f6a4a (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f a381c820c3f513449976fa0d30d9fbe0b03f6a4a # timeout=10 Commit message: "Clean merge of SP6" git rev-list --no-walk a70024542c562f012c7f04b8909c55c78b780b8f # 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-autoinstallation-master] $ /bin/sh -xe /tmp/jenkins1922432187870559047.sh + cd <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/> + LC_ALL=en_US.UTF-8 + /usr/local/bin/jenkins_status_comment.rb timeout 30m rake osc:sr All files have proper license reference. * Starting syntax check... src/include/autoinstall/general_dialogs.rb:965: warning: shadowing outer local variable - m src/include/autoinstall/general_dialogs.rb:998: warning: shadowing outer local variable - m src/include/autoinstall/general_dialogs.rb:1050: warning: shadowing outer local variable - m * Done * Making tarball <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/package/autoyast2-5.0.0.tar.bz2> ... osc -A 'https://api.opensuse.org/' --traceback checkout 'YaST:Head' autoyast2 * ...Done A YaST:Head A YaST:Head/autoyast2 A YaST:Head/autoyast2/autoyast2-4.6.2.tar.bz2 A YaST:Head/autoyast2/autoyast2.changes A YaST:Head/autoyast2/autoyast2.spec A YaST:Head/autoyast2/autoyast_en_html.tar.bz2 At revision 1033. rm <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2/autoyast2-4.6.2.tar.bz2 rm <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2/autoyast_en_html.tar.bz2 rm <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2/autoyast2.changes rm <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2/autoyast2.spec cp package/autoyast_en_html.tar.bz2 <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2 cp package/autoyast2.changes <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2 cp package/autoyast2.spec <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2 cp package/autoyast2-5.0.0.tar.bz2 <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2 osc -A 'https://api.opensuse.org/' addremove A autoyast2-5.0.0.tar.bz2 D autoyast2-4.6.2.tar.bz2 osc -A 'https://api.opensuse.org/' cat 'openSUSE:Factory' 'autoyast2' 'autoyast2.spec' > /tmp/yast-rake20230901-8900-1v6xp5t Checking IDs in *.changes file Version has been changed in *.spec file osc -A 'https://api.opensuse.org/' cat 'openSUSE:Factory' 'autoyast2' 'autoyast2.changes' | diff - 'autoyast2.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 8897 exited with value 1 Scanning for a pull request... Sending Net::HTTP::Get request to https://api.github.com/repos/yast/yast-autoinstallation/pulls... OK Pull request not found Build step 'Execute shell' marked build as failure
See <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/250/display/redirect> Changes: ------------------------------------------ Started by user Josef Reidinger Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins2 (yast-head yast-jenkins) in workspace <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/> The recommended git tool is: NONE No credentials specified
git rev-parse --resolve-git-dir <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/.git> # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-autoinstallation.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-autoinstallation.git git --version # timeout=10 git --version # 'git version 2.35.3' git fetch --tags --force --progress --prune -- https://github.com/yast/yast-autoinstallation.git +refs/heads/*:refs/remotes/origin/* # timeout=10 git rev-parse origin/master^{commit} # timeout=10 Checking out Revision a381c820c3f513449976fa0d30d9fbe0b03f6a4a (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f a381c820c3f513449976fa0d30d9fbe0b03f6a4a # timeout=10 Commit message: "Clean merge of SP6" git rev-list --no-walk a381c820c3f513449976fa0d30d9fbe0b03f6a4a # 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-autoinstallation-master] $ /bin/sh -xe /tmp/jenkins3512974185357109555.sh + cd <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/> + LC_ALL=en_US.UTF-8 + /usr/local/bin/jenkins_status_comment.rb timeout 30m rake osc:sr All files have proper license reference. * Starting syntax check... src/include/autoinstall/general_dialogs.rb:965: warning: shadowing outer local variable - m src/include/autoinstall/general_dialogs.rb:998: warning: shadowing outer local variable - m src/include/autoinstall/general_dialogs.rb:1050: warning: shadowing outer local variable - m * Done * Making tarball <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/package/autoyast2-5.0.0.tar.bz2> ... osc -A 'https://api.opensuse.org/' --traceback checkout 'YaST:Head' autoyast2 * ...Done A YaST:Head A YaST:Head/autoyast2 A YaST:Head/autoyast2/autoyast2-4.6.2.tar.bz2 A YaST:Head/autoyast2/autoyast2.changes A YaST:Head/autoyast2/autoyast2.spec A YaST:Head/autoyast2/autoyast_en_html.tar.bz2 At revision 1033. rm <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2/autoyast2-4.6.2.tar.bz2 rm <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2/autoyast_en_html.tar.bz2 rm <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2/autoyast2.changes rm <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2/autoyast2.spec cp package/autoyast_en_html.tar.bz2 <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2 cp package/autoyast2.changes <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2 cp package/autoyast2.spec <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2 cp package/autoyast2-5.0.0.tar.bz2 <https://ci.opensuse.org/job/yast-yast-autoinstallation-master/ws/YaST>:Head/autoyast2 osc -A 'https://api.opensuse.org/' addremove A autoyast2-5.0.0.tar.bz2 D autoyast2-4.6.2.tar.bz2 osc -A 'https://api.opensuse.org/' cat 'openSUSE:Factory' 'autoyast2' 'autoyast2.spec' > /tmp/yast-rake20230905-6756-194a0kf Checking IDs in *.changes file Version has been changed in *.spec file osc -A 'https://api.opensuse.org/' cat 'openSUSE:Factory' 'autoyast2' 'autoyast2.changes' | diff - 'autoyast2.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 6753 exited with value 1 Scanning for a pull request... Sending Net::HTTP::Get request to https://api.github.com/repos/yast/yast-autoinstallation/pulls... OK Pull request not found Build step 'Execute shell' marked build as failure
participants (1)
-
admin@opensuse.org