[oVirt Jenkins] ovirt-system-tests_network-suite-master - Build #
585 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-master/
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-master/585/
Build Number: 585
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #585
[Milan Zamazal] Update test-vm.ovf file
-----------------
Failed Tests:
-----------------
2 tests failed.
FAILED: network-suite-master.tests.ovn-provider.test_ovn_provider.test_ovn_provider_create_scenario
Error Message:
AnsibleExecutionFailure
Stack Trace:
openstack_client_config = 'ovirt'
def test_ovn_provider_create_scenario(openstack_client_config):
> _test_ovn_provider('create_scenario.yml')
network-suite-master/tests/ovn-provider/test_ovn_provider.py:49:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
network-suite-master/tests/ovn-provider/test_ovn_provider.py:167: in _test_ovn_provider
playbook.run()
network-suite-master/lib/ansiblelib.py:127: in run
self._run_playbook_executor()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <lib.ansiblelib.Playbook object at 0x7f7977502510>
def _run_playbook_executor(self):
pbex = PlaybookExecutor(**self._pbex_args)
if pbex.run() != 0:
> raise AnsibleExecutionFailure
E AnsibleExecutionFailure
network-suite-master/lib/ansiblelib.py:140: AnsibleExecutionFailure
FAILED: network-suite-master.tests.ovn-provider.test_ovn_provider.test_validate_ovn_provider_connectivity
Error Message:
PingFailed: Ssh command "ip netns exec net10_port1 ping -4 -c 1 -M do -s 56 10.11.0.11" exited with status code 1. Stderr:
Stack Trace:
default_ovn_provider_client = <shade.openstackcloud.OpenStackCloud object at 0x7f7976cc5310>
host_0 = <lib.hostlib.Host object at 0x7f798404ac10>
host_1 = <lib.hostlib.Host object at 0x7f798404a2d0>
def test_validate_ovn_provider_connectivity(default_ovn_provider_client,
host_0, host_1):
net10_port1 = default_ovn_provider_client.get_port(NETWORK10_PORT1_NAME)
net11_port1 = default_ovn_provider_client.get_port(NETWORK11_PORT1_NAME)
net14_port1 = default_ovn_provider_client.get_port(NETWORK14_PORT1_NAME)
net10_subnet1 = default_ovn_provider_client.get_subnet(
NETWORK10_SUBNET1_NAME)
net11_subnet1 = default_ovn_provider_client.get_subnet(
NETWORK11_SUBNET1_NAME)
net14_subnet1 = default_ovn_provider_client.get_subnet(
NETWORK14_SUBNET1_NAME)
connections = (
(host_0, net10_port1, net10_subnet1,),
(host_1, net11_port1, net11_subnet1,),
(host_1, net14_port1, net14_subnet1,)
)
with _create_namespaces(connections):
with _create_ovs_ports(connections):
assert_connectivity_between(host=host_0, from_port=net10_port1,
> to_port=net11_port1)
network-suite-master/tests/ovn-provider/test_ovn_provider.py:73:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
network-suite-master/tests/ovn-provider/test_ovn_provider.py:96: in assert_connectivity_between
_ping(host=host, from_port=from_port, to_port=to_port)
network-suite-master/tests/ovn-provider/test_ovn_provider.py:109: in _ping
netns=from_port.name)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
source = '192.168.201.3', password = '123456', destination = '10.11.0.11'
data_size = 56, netns = 'net10_port1'
def ssh_ping(source, password, destination, data_size=56, netns=None):
"""
Ping a given destination from source.
:parameter source: the host which executes the ping command
:parameter password: the root password for the host source
:parameter destination: the destination of the ping command
:parameter data_size: the size of the data payload
:parameter netns: optional networking namespace in which to execute
"""
netns_prefix = 'ip netns exec {} '.format(netns) if netns else ''
cmd = netns_prefix + 'ping -4 -c 1 -M do -s {} {}'.format(
data_size, destination)
try:
sshlib.exec_command(source, password, cmd)
except SshException as err:
> raise PingFailed(err)
E PingFailed: Ssh command "ip netns exec net10_port1 ping -4 -c 1 -M do -s 56 10.11.0.11" exited with status code 1. Stderr:
network-suite-master/testlib/ping.py:45: PingFailed
6 years, 2 months
[JIRA] (OVIRT-2506) Accessing logs is sometimes extremely slow even
without blueocean
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2506?page=com.atlassian.jir... ]
Barak Korren commented on OVIRT-2506:
-------------------------------------
Its still beeign server by jenkins, just not via any complex code; but if the whole JVM becomes slow because of GC issues, it can be slow too.
In any case we've restarted Jenkins a few minutes ago, so everything aught to be faster now.
> Accessing logs is sometimes extremely slow even without blueocean
> -----------------------------------------------------------------
>
> Key: OVIRT-2506
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2506
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Components: Jenkins Master
> Reporter: Roman Mohr
> Assignee: infra
>
> Hi,
> With the switch from blueocean to the text-based build summary in
> kubevirt/kubevirt, in general accessing works much better. Still
> especially in the morning hours it can take a long time to access the
> logs.
> Can it be that the build summary and the logs are still served by
> jenkins? If yes, would it help to copied out/cache/serve the build
> logs via a dedicated webserver?
> Best Regards,
> Roman
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100092)
6 years, 2 months
[JIRA] (OVIRT-2506) Accessing logs is sometimes extremely slow even
without blueocean
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2506?page=com.atlassian.jir... ]
Barak Korren updated OVIRT-2506:
--------------------------------
Component/s: Jenkins Master
> Accessing logs is sometimes extremely slow even without blueocean
> -----------------------------------------------------------------
>
> Key: OVIRT-2506
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2506
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Components: Jenkins Master
> Reporter: Roman Mohr
> Assignee: infra
>
> Hi,
> With the switch from blueocean to the text-based build summary in
> kubevirt/kubevirt, in general accessing works much better. Still
> especially in the morning hours it can take a long time to access the
> logs.
> Can it be that the build summary and the logs are still served by
> jenkins? If yes, would it help to copied out/cache/serve the build
> logs via a dedicated webserver?
> Best Regards,
> Roman
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100092)
6 years, 2 months
[JIRA] (OVIRT-2506) Accessing logs is sometimes extremely slow even
without blueocean
by Roman Mohr (oVirt JIRA)
Roman Mohr created OVIRT-2506:
---------------------------------
Summary: Accessing logs is sometimes extremely slow even without blueocean
Key: OVIRT-2506
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2506
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Roman Mohr
Assignee: infra
Hi,
With the switch from blueocean to the text-based build summary in
kubevirt/kubevirt, in general accessing works much better. Still
especially in the morning hours it can take a long time to access the
logs.
Can it be that the build summary and the logs are still served by
jenkins? If yes, would it help to copied out/cache/serve the build
logs via a dedicated webserver?
Best Regards,
Roman
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100092)
6 years, 2 months
Build failed in Jenkins: system-sync_mirrors-epel-el6-x86_64 #1881
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-epel-el6-x86_64/1881/dis...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-epel-el6-x86_64/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f9508e32027645ea57bcfec09dafe628fbb06677 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f f9508e32027645ea57bcfec09dafe628fbb06677
Commit message: "standard_pipelines: add nmstate project"
> git rev-list --no-walk f9508e32027645ea57bcfec09dafe628fbb06677 # timeout=10
[system-sync_mirrors-epel-el6-x86_64] $ /bin/bash -xe /tmp/jenkins3983678000755324930.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror epel-el6 x86_64 jenkins/data/mirrors-reposync.conf
Checking if mirror needs a resync
Traceback (most recent call last):
File "/usr/bin/reposync", line 343, in <module>
main()
File "/usr/bin/reposync", line 209, in main
my.doSackSetup(arches)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 741, in doSackSetup
return self._getSacks(archlist=archlist, thisrepo=thisrepo)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 778, in _getSacks
self.repos.populateSack(which=repos)
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 386, in populateSack
sack.populate(repo, mdtype, callback, cacheonly)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 256, in populate
ret = misc.repo_gen_decompress(xml, gen, cached=repo.cache)
File "/usr/lib/python2.7/site-packages/yum/misc.py", line 1165, in repo_gen_decompress
return decompress(filename, dest=dest, check_timestamps=True)
File "/usr/lib/python2.7/site-packages/yum/misc.py", line 1150, in decompress
_decompress_chunked(filename, out, ztype)
File "/usr/lib/python2.7/site-packages/yum/misc.py", line 791, in _decompress_chunked
raise Errors.MiscError, msg
yum.Errors.MiscError: Error reading from file /home/jenkins/mirrors_cache/epel-el6/b4d4d39ae211c497fd1d621791a9b1757c2509be7347291886b9d35d6e1a61ff-primary.xml.gz: Not a gzipped file
Build step 'Execute shell' marked build as failure
6 years, 2 months