Comment 3 for bug 1622673

Revision history for this message
Nikita Karpin (mkarpin) wrote :

same issue is seen here:

https://ci.fuel-infra.org/job/master.puppet-openstack.fuel-library.pkgs.ubuntu.smoke_neutron/4678/
https://ci.fuel-infra.org/job/master.puppet-openstack.fuel-library.pkgs.ubuntu.smoke_neutron/4683/
https://ci.fuel-infra.org/job/master.puppet-openstack.fuel-library.pkgs.ubuntu.smoke_neutron/4681/
https://ci.fuel-infra.org/job/master.puppet-openstack.fuel-library.pkgs.ubuntu.smoke_neutron/4679/

and looks like in many others builds

in all the cases, something like this can be seen in controller's kern.log:

<3>Sep 14 00:23:25 node-3 kernel: [ 2603.871961] Out of memory: Kill process 2156 (mysqld) score 43 or sacrifice child
<3>Sep 14 00:23:25 node-3 kernel: [ 2603.871965] Killed process 2122 (mysqld) total-vm:2547440kB, anon-rss:112436kB, file-rss:2444kB

also OSTF tests in all cases are failing like this:

 Create volume and boot instance from it success
 Launch instance, create snapshot, launch instance from snapshot failure
 Create instance flavor success
 Request volume list success
 Launch instance with file injection failure
 Request user list success
 Request image list using Glance v2 success
 Create security group failure
 Launch instance failure
 Request active services list success
 Check that required services are running success
 Create user and authenticate with it. failure
 Request image list using Glance v1 success
 Request snapshot list success
 Create keypair failure
 Request flavor list success
 Check create, update and delete image actions using Glance v2 success
 Request image list using Nova success
 Create volume and attach it to instance success
 Request instance list success
 Request stack list success
 Check network parameters failure
 Request list of networks success
 Check network connectivity from instance via floating IP failure
 Request absolute limits list success

This issue really blocks CI in upstream openstack-puppet project