[ovirt] #105: Jenkins server for oVirt Kimchi incubator project
by ovirt
#105: Jenkins server for oVirt Kimchi incubator project
----------------------+-----------------------
Reporter: alinefm | Owner: infra@…
Type: task | Status: new
Priority: major | Milestone: oVirt 3.2
Component: General | Version: Test
Severity: Trivial | Keywords:
Blocked By: | Blocking:
----------------------+-----------------------
We (from kimchi community) would like to have a jenkins server to help us
with CI.
That way we can create routines to test patches before them get merged
upstream and also
facilitate tests in different OS.
Is it possible? What are the steps to get it done?
Maybe we could add a new project in the current ovirt jenkins:
http://jenkins.ovirt.org/
--
Ticket URL: <https://fedorahosted.org/ovirt/ticket/105>
ovirt <http://www.ovirt.org/>
oVirt - virtualization made easy.
10 years, 4 months
Fail accessing gerrit.ovirt.org
by Oved Ourfalli
Hi
I fail in accessing gerrit.ovirt.org.
Is there a known issue with it?
I pushed something a few minutes ago, and it was pushed successfully, however trying to access the patch from the WEB UI failed:
------------------------------------------------------------------------------------------------------------------------------------------
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /.
Reason: Error reading from remote server
Apache/2.2.15 (Red Hat) Server at gerrit.ovirt.org Port 80
------------------------------------------------------------------------------------------------------------------------------------------
Thank you,
Oved
10 years, 5 months
Intermittent Jenkins crashes
by Francesco Romani
Hi infra
Recently tests started to fail quite randomly due to the python interpreter
crashing.
E.g. for example (but many others are like this)
http://jenkins.ovirt.org/job/vdsm_master_unit_tests_gerrit/8370/console
LibvirtModuleConfigureTests
testLibvirtConfigureToSSLFalse ../tests/run_tests_local.sh: line 10: 31835 Segmentation fault PYTHONDONTWRITEBYTECODE=1 LC_ALL=C PYTHONPATH="../lib:../vdsm:../client:../vdsm_api:$PYTHONPATH" "$PYTHON_EXE" ../tests/testrunner.py --local-modules $@
quite often, re-running the same tests using jenkins manual trigger
or uploading a new version of the affected patch seem to somehow fix the crash.
I have ssh access to the affected box, so I did more investigation
the main, if not only, lead those crashes leave behind is a laconic
[8855948.327687] python[10418]: segfault at 1 ip 00000036f2c88637 sp 00007fffda3c3a60 error 4 in libpython2.7.so.1.0[36f2c00000+178000]
the error code sometimes varies, the addresses do not.
So, I followed http://enki-tech.blogspot.it/2012/08/debugging-c-part-3-dmesg.html
and found the following:
[root@jenkins-slave-vm02 ~]# ./getcrash.sh '[9141800.034517] python[11612]: segfault at 1 ip 00000036f2c88637 sp 00007fffe1127c50 error 4 in libpython2.7.so.1.0[36f2c00000+178000]'
Segmentation fault in libpython2.7.so.1.0 at: 0x88637.
[root@jenkins-slave-vm02 ~]# gdb /usr/lib64/libpython2.7.so.1.0
GNU gdb (GDB) Fedora 7.6.50.20130731-19.fc20
[...]
Reading symbols from /usr/lib64/libpython2.7.so.1.0...Reading symbols from /usr/lib/debug/usr/lib64/libpython2.7.so.1.0.debug...done.
done.
(gdb) disass 0x88637
No function contains specified address.
(gdb)
(getcrash.sh is a copy of the script presented in the page linked above)
The only sense I can make from all of the above summarized, is a faulty RAM bank, but this is little more than a wild guess.
Any suggestion on how to go further?
Thanks,
--
Francesco Romani
RedHat Engineering Virtualization R & D
Phone: 8261328
IRC: fromani
10 years, 6 months
[oVirt Jenkins] ovirt-engine_master_animal-sniffer_merged - Build # 6564 - Fixed!
by Jenkins ci oVirt Server
------=_Part_2132_2106147764.1398872170105
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Project: http://jenkins.ovirt.org/job/ovirt-engine_master_animal-sniffer_merged/
Build: http://jenkins.ovirt.org/job/ovirt-engine_master_animal-sniffer_merged/6564/
Build Number: 6564
Build Status: Fixed
Triggered By: Triggered by Gerrit: http://gerrit.ovirt.org/26256
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #6558
[Tomas Jelinek] core: Warning when deleting an instance type which is attached to a VM
Changes for Build #6559
[Tomas Jelinek] engine: fix instance types permissions
Changes for Build #6560
[Yevgeny Zaspitsky] engine: Add AuditLogDirectorDelegator as a non-static version of AuditLogDirector
Changes for Build #6561
[Vered Volansky] core: Disallow RO disks resize in CDA
Changes for Build #6562
[Vered Volansky] core: Fix canDoActionFailedUpdateReadOnly Test
Changes for Build #6563
[ndarshan] engine: Added port for Nrpe operations.
Changes for Build #6564
[Yevgeny Zaspitsky] engine: Audit log warning about display network change.
-----------------
Failed Tests:
-----------------
No tests ran.
------=_Part_2132_2106147764.1398872170105--
10 years, 6 months