[JIRA] (OVIRT-1978) durable-task-plugin aborting jobs
by Daniel Belenky (oVirt JIRA)
Daniel Belenky created OVIRT-1978:
-------------------------------------
Summary: durable-task-plugin aborting jobs
Key: OVIRT-1978
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1978
Project: oVirt - virtualization made easy
Issue Type: Bug
Reporter: Daniel Belenky
Assignee: infra
It seems that the durable-task-plugin is aborting jobs that runs a shell script after (default) 15 seconds of inactivity. It considers a shell script inactive if it doesn't write any output to STDOUT.
I haven't been able yet to determine the root cause and why we don't see the same issue in production.
{code:java}
wrapper script does not seem to be touching the log file in /home/jenkins-staging/workspace/jenkins_standard-check-patch@tmp/durable-cea206c5
(JENKINS-48300: if on a laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=300)
{code}
Maybe we should increase the HEARTBEAT_CHECK_INTERVAL as suggested in the error message. But why we don't see this error in production Jenkins but only in staging?
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100082)
6 years, 7 months
[JIRA] (OVIRT-1976) use yum4 everywhere
by Barak Korren (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1524385255-25500-230
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1976?page=com.atlassian.jir... ]
Barak Korren edited comment on OVIRT-1976 at 4/22/18 8:20 AM:
--------------------------------------------------------------
If "yum4" is ABI compatible enough with the existing "yum" for RHEL/CentOs to replace it transparently and implicitly within the same Y stream, we will implicitly switch. Otherwise we will stay with what the system uses by default.
was (Author: bkorren(a)redhat.com):
I "yum4" is ABI compatible enough with the existing "yum" for RHEL/CentOs to replace it transparently and implicitly within the same Y stream, we will implicitly switch. Otherwise we will stay with what the system uses by default.
> use yum4 everywhere
> -------------------
>
> Key: OVIRT-1976
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1976
> Project: oVirt - virtualization made easy
> Issue Type: New Feature
> Components: Standard CI (Freestyle)
> Reporter: danken
> Assignee: infra
>
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100082)
------------=_1524385255-25500-230
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1976?page=com.atlassian.jir... ]</pre>
<h3>Barak Korren edited comment on OVIRT-1976 at 4/22/18 8:20 AM:</h3>
<p>If “yum4” is ABI compatible enough with the existing “yum” for RHEL/CentOs to replace it transparently and implicitly within the same Y stream, we will implicitly switch. Otherwise we will stay with what the system uses by default.</p>
<p>was (Author: bkorren(a)redhat.com): I “yum4” is ABI compatible enough with the existing “yum” for RHEL/CentOs to replace it transparently and implicitly within the same Y stream, we will implicitly switch. Otherwise we will stay with what the system uses by default.</p>
<blockquote><h3>use yum4 everywhere</h3>
<pre> Key: OVIRT-1976
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1976
Project: oVirt - virtualization made easy
Issue Type: New Feature
Components: Standard CI (Freestyle)
Reporter: danken
Assignee: infra</pre></blockquote>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100082)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BJ33BS..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1524385255-25500-230--
6 years, 7 months
[oVirt Jenkins] ovirt-system-tests_hc-basic-suite-4.1 - Build # 325 - Failure!
by jenkins@jenkins.phx.ovirt.org
------=_Part_302_1032590581.1524317189420
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_hc-basic-suite-4.1=
/=20
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_hc-basic-suite-4.1/3=
25/
Build Number: 325
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #325
[Milan Zamazal] Enable Vdsm debug logs
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 002_bootstrap.add_hosts
Error Message:
[ERROR]::oVirt API connection failure, (7, 'TCP connection reset by peer')
-------------------- >> begin captured logging << --------------------
ovirtlago.testlib: ERROR: * Unhandled exception in <function _host_is_u=
p at 0x339ba28>
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 219, i=
n assert_equals_within
res =3D func()
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-4.1/ovirt=
-system-tests/hc-basic-suite-4.1/test-scenarios/002_bootstrap.py", line 144=
, in _host_is_up
cur_state =3D api.hosts.get(host.name()).status.state
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py=
", line 18338, in get
headers=3D{"All-Content":all_content}
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py",=
line 46, in get
return self.request(method=3D'GET', url=3Durl, headers=3Dheaders, cls=
=3Dcls)
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py",=
line 122, in request
persistent_auth=3Dself.__persistent_auth
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connection=
spool.py", line 81, in do_request
raise errors.ConnectionError(error)
ConnectionError: [ERROR]::oVirt API connection failure, (7, 'TCP connection=
reset by peer')
--------------------- >> end captured logging << ---------------------
Stack Trace:
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTes=
t
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 129, i=
n wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 59, in=
wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-4.1/ovirt=
-system-tests/hc-basic-suite-4.1/test-scenarios/002_bootstrap.py", line 163=
, in add_hosts
testlib.assert_true_within(_host_is_up, timeout=3D15 * 60)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 263, i=
n assert_true_within
assert_equals_within(func, True, timeout, allowed_exceptions)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 219, i=
n assert_equals_within
res =3D func()
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-4.1/ovirt=
-system-tests/hc-basic-suite-4.1/test-scenarios/002_bootstrap.py", line 144=
, in _host_is_up
cur_state =3D api.hosts.get(host.name()).status.state
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py=
", line 18338, in get
headers=3D{"All-Content":all_content}
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py",=
line 46, in get
return self.request(method=3D'GET', url=3Durl, headers=3Dheaders, cls=
=3Dcls)
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py",=
line 122, in request
persistent_auth=3Dself.__persistent_auth
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connection=
spool.py", line 81, in do_request
raise errors.ConnectionError(error)
'[ERROR]::oVirt API connection failure, (7, \'TCP connection reset by peer\=
')\n-------------------- >> begin captured logging << --------------------\=
novirtlago.testlib: ERROR: * Unhandled exception in <function _host_is_=
up at 0x339ba28>\nTraceback (most recent call last):\n File "/usr/lib/pyth=
on2.7/site-packages/ovirtlago/testlib.py", line 219, in assert_equals_withi=
n\n res =3D func()\n File "/home/jenkins/workspace/ovirt-system-tests_h=
c-basic-suite-4.1/ovirt-system-tests/hc-basic-suite-4.1/test-scenarios/002_=
bootstrap.py", line 144, in _host_is_up\n cur_state =3D api.hosts.get(ho=
st.name()).status.state\n File "/usr/lib/python2.7/site-packages/ovirtsdk/=
infrastructure/brokers.py", line 18338, in get\n headers=3D{"All-Content=
":all_content}\n File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastru=
cture/proxy.py", line 46, in get\n return self.request(method=3D\'GET\',=
url=3Durl, headers=3Dheaders, cls=3Dcls)\n File "/usr/lib/python2.7/site-=
packages/ovirtsdk/infrastructure/proxy.py", line 122, in request\n persi=
stent_auth=3Dself.__persistent_auth\n File "/usr/lib/python2.7/site-packag=
es/ovirtsdk/infrastructure/connectionspool.py", line 81, in do_request\n =
raise errors.ConnectionError(error)\nConnectionError: [ERROR]::oVirt API c=
onnection failure, (7, \'TCP connection reset by peer\')\n-----------------=
---- >> end captured logging << ---------------------'
------=_Part_302_1032590581.1524317189420--
6 years, 7 months
OST Failure - Weekly update [14/04/2018-20/04/2018]
by Dafna Ron
Hi,
I wanted to give a short status on this week's failures and OST current
status.
We had one regression this week which was reported by Gal to the list and
was fix quickly.
The regression was caused by change:
https://gerrit.ovirt.org/#/c/90376/ - core: @Inject DAOs to QoS CRUD
commands
Tal debugged the issue and found that WELD doesn't allow injections of from
generic declared types and revered the change until the issue can be fixed (
https://gerrit.ovirt.org/#/c/90376/ - Revert "core: @Inject DAOs to QoS
CRUD commands").
We have an issue with CQ alerts (
https://ovirt-jira.atlassian.net/browse/OVIRT-1974) and we have been
monitoring CQ manually until the issue is resolved.
This is why I am unable to issue this week's statistics as they are based
on CQ reports on failures.
I am sure this would be fixed soon and I will be able to issue reports as
usual next week.
for now, please note that CQ looks good with no failures in the past few
hours.
Thank you,
Dafna
6 years, 7 months
[JIRA] (OVIRT-1977) Re: please add ovirt-engine-hyper-upgrade to gerrit
by Evgheni Dereveanchin (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1524226068-29137-213
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1977?page=com.atlassian.jir... ]
Evgheni Dereveanchin reassigned OVIRT-1977:
-------------------------------------------
Assignee: Evgheni Dereveanchin (was: infra)
> Re: please add ovirt-engine-hyper-upgrade to gerrit
> ---------------------------------------------------
>
> Key: OVIRT-1977
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1977
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: sbonazzo
> Assignee: Evgheni Dereveanchin
>
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100082)
------------=_1524226068-29137-213
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1977?page=com.atlassian.jir... ]</pre>
<h3>Evgheni Dereveanchin reassigned OVIRT-1977:</h3>
<pre>Assignee: Evgheni Dereveanchin (was: infra)</pre>
<blockquote><h3>Re: please add ovirt-engine-hyper-upgrade to gerrit</h3>
<pre> Key: OVIRT-1977
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1977
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: sbonazzo
Assignee: Evgheni Dereveanchin</pre></blockquote>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100082)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BJ33BS..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1524226068-29137-213--
6 years, 7 months