[openstack-qa] Build failed in Jenkins: periodic-tempest-dsvm-stress-havana #3

OpenStack Jenkins jenkins at openstack.org
Sat Dec 7 09:10:25 UTC 2013


See <https://jenkins02.openstack.org/job/periodic-tempest-dsvm-stress-havana/3/>

------------------------------------------
[...truncated 18101 lines...]
2013-12-07 06:39:55 # tenant networks.
2013-12-07 06:39:55 tenant_network_cidr = 10.100.0.0/16
2013-12-07 06:39:55 
2013-12-07 06:39:55 # The mask bits used to partition the tenant block.
2013-12-07 06:39:55 tenant_network_mask_bits = 24
2013-12-07 06:39:55 
2013-12-07 06:39:55 # If tenant networks are reachable, connectivity checks will be
2013-12-07 06:39:55 # performed directly against addresses on those networks.
2013-12-07 06:39:55 tenant_networks_reachable = false
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Id of the public network that provides external connectivity.
2013-12-07 06:39:55 public_network_id = 
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Id of a shared public router that provides external connectivity.
2013-12-07 06:39:55 # A shared public router would commonly be used where IP namespaces
2013-12-07 06:39:55 # were disabled.  If namespaces are enabled, it would be preferable
2013-12-07 06:39:55 # for each tenant to have their own router.
2013-12-07 06:39:55 public_router_id = 
2013-12-07 06:39:55 
2013-12-07 06:39:55 
2013-12-07 06:39:55 [volume]
2013-12-07 06:39:55 volume_backup_enabled = True
2013-12-07 06:39:55 # This section contains the configuration options used when executing tests
2013-12-07 06:39:55 # against the OpenStack Block Storage API service
2013-12-07 06:39:55 
2013-12-07 06:39:55 # The type of endpoint for a Cinder or Block Storage API service.
2013-12-07 06:39:55 # Unless you have a custom Keystone service catalog implementation, you
2013-12-07 06:39:55 # probably want to leave this value as "volume"
2013-12-07 06:39:55 catalog_type = volume
2013-12-07 06:39:55 # The name of a region for volume. If empty or commented-out, the value of
2013-12-07 06:39:55 # identity.region is used instead. If no such region is found in the service
2013-12-07 06:39:55 # catalog, the first found one is used.
2013-12-07 06:39:55 #region = RegionOne
2013-12-07 06:39:55 # The disk format to use when copying a volume to image
2013-12-07 06:39:55 disk_format = raw
2013-12-07 06:39:55 # Number of seconds to wait while looping to check the status of a
2013-12-07 06:39:55 # volume that is being made available
2013-12-07 06:39:55 build_interval = 1
2013-12-07 06:39:55 # Number of seconds to time out on waiting for a volume
2013-12-07 06:39:55 # to be available or reach an expected status
2013-12-07 06:39:55 build_timeout = 400
2013-12-07 06:39:55 # Runs Cinder multi-backend tests (requires 2 backends declared in cinder.conf)
2013-12-07 06:39:55 # They must have different volume_backend_name (backend1_name and backend2_name
2013-12-07 06:39:55 # have to be different)
2013-12-07 06:39:55 multi_backend_enabled = false
2013-12-07 06:39:55 backend1_name = BACKEND_1
2013-12-07 06:39:55 backend2_name = BACKEND_2
2013-12-07 06:39:55 # Protocol and vendor of volume backend to target when testing volume-types.
2013-12-07 06:39:55 # You should update to reflect those exported by configured backend driver.
2013-12-07 06:39:55 storage_protocol = iSCSI
2013-12-07 06:39:55 vendor_name = Open Source
2013-12-07 06:39:55 
2013-12-07 06:39:55 [object-storage]
2013-12-07 06:39:55 # This section contains configuration options used when executing tests
2013-12-07 06:39:55 # against the OpenStack Object Storage API.
2013-12-07 06:39:55 
2013-12-07 06:39:55 # You can configure the credentials in the compute section
2013-12-07 06:39:55 
2013-12-07 06:39:55 # The type of endpoint for an Object Storage API service. Unless you have a
2013-12-07 06:39:55 # custom Keystone service catalog implementation, you probably want to leave
2013-12-07 06:39:55 # this value as "object-store"
2013-12-07 06:39:55 catalog_type = object-store
2013-12-07 06:39:55 
2013-12-07 06:39:55 # The name of a region for object storage. If empty or commented-out, the
2013-12-07 06:39:55 # value of identity.region is used instead. If no such region is found in
2013-12-07 06:39:55 # the service catalog, the first found one is used.
2013-12-07 06:39:55 #region = RegionOne
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Number of seconds to time on waiting for a container to container
2013-12-07 06:39:55 # synchronization complete
2013-12-07 06:39:55 container_sync_timeout = 120
2013-12-07 06:39:55 # Number of seconds to wait while looping to check the status of a
2013-12-07 06:39:55 # container to container synchronization
2013-12-07 06:39:55 container_sync_interval = 5
2013-12-07 06:39:55 # Set to True if the Account Quota middleware is enabled
2013-12-07 06:39:55 accounts_quotas_available = True
2013-12-07 06:39:55 # Set to True if the Container Quota middleware is enabled
2013-12-07 06:39:55 container_quotas_available = True
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Set operator role for tests that require creating a container
2013-12-07 06:39:55 operator_role = Member
2013-12-07 06:39:55 
2013-12-07 06:39:55 [boto]
2013-12-07 06:39:55 ssh_user = cirros
2013-12-07 06:39:55 # This section contains configuration options used when executing tests
2013-12-07 06:39:55 # with boto.
2013-12-07 06:39:55 
2013-12-07 06:39:55 # EC2 URL
2013-12-07 06:39:55 ec2_url = http://127.0.0.1:8773/services/Cloud
2013-12-07 06:39:55 # S3 URL
2013-12-07 06:39:55 s3_url = http://127.0.0.1:3333
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Use keystone ec2-* command to get those values for your test user and tenant
2013-12-07 06:39:55 aws_access =
2013-12-07 06:39:55 aws_secret =
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Image materials for S3 upload
2013-12-07 06:39:55 # ALL content of the specified directory will be uploaded to S3
2013-12-07 06:39:55 s3_materials_path = /opt/stack/new/devstack/files/images/s3-materials/cirros-0.3.1
2013-12-07 06:39:55 
2013-12-07 06:39:55 # The manifest.xml files, must be in the s3_materials_path directory
2013-12-07 06:39:55 # Subdirectories not allowed!
2013-12-07 06:39:55 # The filenames will be used as a Keys in the S3 Buckets
2013-12-07 06:39:55 
2013-12-07 06:39:55 # ARI Ramdisk manifest. Must be in the above s3_materials_path
2013-12-07 06:39:55 ari_manifest = cirros-0.3.1-x86_64-initrd.manifest.xml
2013-12-07 06:39:55 
2013-12-07 06:39:55 # AMI Machine Image manifest. Must be in the above s3_materials_path
2013-12-07 06:39:55 ami_manifest = cirros-0.3.1-x86_64-blank.img.manifest.xml
2013-12-07 06:39:55 
2013-12-07 06:39:55 # AKI Kernel Image manifest, Must be in the above s3_materials_path
2013-12-07 06:39:55 aki_manifest = cirros-0.3.1-x86_64-vmlinuz.manifest.xml
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Instance type
2013-12-07 06:39:55 instance_type = m1.nano
2013-12-07 06:39:55 
2013-12-07 06:39:55 # TCP/IP connection timeout
2013-12-07 06:39:55 http_socket_timeout = 30
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Number of retries actions on connection or 5xx error
2013-12-07 06:39:55 num_retries = 1
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Status change wait timout
2013-12-07 06:39:55 build_timeout = 400
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Status change wait interval
2013-12-07 06:39:55 build_interval = 1
2013-12-07 06:39:55 
2013-12-07 06:39:55 [orchestration]
2013-12-07 06:39:55 # The type of endpoint for an Orchestration API service. Unless you have a
2013-12-07 06:39:55 # custom Keystone service catalog implementation, you probably want to leave
2013-12-07 06:39:55 # this value as "orchestration"
2013-12-07 06:39:55 catalog_type = orchestration
2013-12-07 06:39:55 
2013-12-07 06:39:55 # The name of a region for orchestration. If empty or commented-out, the value
2013-12-07 06:39:55 # of identity.region is used instead. If no such region is found in the service
2013-12-07 06:39:55 # catalog, the first found one is used.
2013-12-07 06:39:55 #region = RegionOne
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Status change wait interval
2013-12-07 06:39:55 build_interval = 1
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Status change wait timout. This may vary across environments as some some
2013-12-07 06:39:55 # tests spawn full VMs, which could be slow if the test is already in a VM.
2013-12-07 06:39:55 build_timeout = 300
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Instance type for tests. Needs to be big enough for a
2013-12-07 06:39:55 # full OS plus the test workload
2013-12-07 06:39:55 instance_type = m1.micro
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Name of heat-cfntools enabled image to use when launching test instances
2013-12-07 06:39:55 # If not specified, tests that spawn instances will not run
2013-12-07 06:39:55 #image_ref = ubuntu-vm-heat-cfntools
2013-12-07 06:39:55 
2013-12-07 06:39:55 # Name of existing keypair to launch servers with. The default is not to specify
2013-12-07 06:39:55 # any key, which will generate a keypair for each test class
2013-12-07 06:39:55 #keypair_name = heat_key
2013-12-07 06:39:55 
2013-12-07 06:39:55 [dashboard]
2013-12-07 06:39:55 # URL where to find the dashboard home page
2013-12-07 06:39:55 dashboard_url = http://127.0.0.1/
2013-12-07 06:39:55 
2013-12-07 06:39:55 # URL where to submit the login form
2013-12-07 06:39:55 login_url = http://127.0.0.1/auth/login/
2013-12-07 06:39:55 
2013-12-07 06:39:55 [scenario]
2013-12-07 06:39:55 # Directory containing image files
2013-12-07 06:39:55 img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
2013-12-07 06:39:55 
2013-12-07 06:39:55 # AMI image file name
2013-12-07 06:39:55 ami_img_file = cirros-0.3.1-x86_64-blank.img
2013-12-07 06:39:55 
2013-12-07 06:39:55 # ARI image file name
2013-12-07 06:39:55 ari_img_file = cirros-0.3.1-x86_64-initrd
2013-12-07 06:39:55 
2013-12-07 06:39:55 # AKI image file name
2013-12-07 06:39:55 aki_img_file = cirros-0.3.1-x86_64-vmlinuz
2013-12-07 06:39:55 
2013-12-07 06:39:55 # ssh username for the image file
2013-12-07 06:39:55 ssh_user = cirros
2013-12-07 06:39:55 
2013-12-07 06:39:55 # specifies how many resources to request at once. Used for large operations
2013-12-07 06:39:55 # testing."
2013-12-07 06:39:55 large_ops_number = 0
2013-12-07 06:39:55 
2013-12-07 06:39:55 [cli]
2013-12-07 06:39:55 # Enable cli tests
2013-12-07 06:39:55 enabled = True
2013-12-07 06:39:55 # directory where python client binaries are located
2013-12-07 06:39:55 cli_dir = /usr/local/bin
2013-12-07 06:39:55 # Number of seconds to wait on a CLI timeout
2013-12-07 06:39:55 timeout = 15
2013-12-07 06:39:55 
2013-12-07 06:39:55 [service_available]
2013-12-07 06:39:55 # Whether or not cinder is expected to be available
2013-12-07 06:39:55 cinder = True
2013-12-07 06:39:55 # Whether or not neutron is expected to be available
2013-12-07 06:39:55 neutron = False
2013-12-07 06:39:55 # Whether or not glance is expected to be available
2013-12-07 06:39:55 glance = True
2013-12-07 06:39:55 # Whether or not swift is expected to be available
2013-12-07 06:39:55 swift = True
2013-12-07 06:39:55 # Whether or not nova is expected to be available
2013-12-07 06:39:55 nova = True
2013-12-07 06:39:55 # Whether or not Heat is expected to be available
2013-12-07 06:39:55 heat = True
2013-12-07 06:39:55 # Whether or not horizon is expected to be available
2013-12-07 06:39:55 horizon = True
2013-12-07 06:39:55 
2013-12-07 06:39:55 [stress]
2013-12-07 06:39:55 # Maximum number of instances to create during test
2013-12-07 06:39:55 max_instances = 32
2013-12-07 06:39:55 # Time (in seconds) between log file error checks
2013-12-07 06:39:55 log_check_interval = 60
2013-12-07 06:39:55 # The default number of threads created while stress test
2013-12-07 06:39:55 default_thread_number_per_action=4
2013-12-07 06:39:55 
2013-12-07 06:39:55 [debug]
2013-12-07 06:39:55 # Enable diagnostic commands
2013-12-07 06:39:55 enable = True
2013-12-07 06:39:55 ++ IFS=' 	
2013-12-07 06:39:55 '
2013-12-07 06:39:55 ++ set +o errexit
2013-12-07 06:39:55 ++ init_tempest
2013-12-07 06:39:55 ++ local base_image_name=cirros-0.3.1-x86_64
2013-12-07 06:39:55 ++ local image_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
2013-12-07 06:39:55 ++ local kernel=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec/cirros-0.3.1-x86_64-vmlinuz
2013-12-07 06:39:55 ++ local ramdisk=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec/cirros-0.3.1-x86_64-initrd
stress develop-inst: /opt/stack/new/tempest
stress runtests: commands[0] | python -m tempest/stress/run_stress -a -d 3600 -S
___________________________________ summary ____________________________________
  stress: commands succeeded
  congratulations :)
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
[periodic-tempest-dsvm-stress-havana] $ /bin/sh /tmp/hudson9203149208928822022.sh
Detailed logs: http://logs.openstack.org/periodic/periodic-tempest-dsvm-stress-havana/10bc33e/
Looks like the node went offline during the build. Check the slave log for the details.FATAL: /var/lib/jenkins/logs/slaves/devstack-precise-hpcloud-az1-810903/slave.log (No such file or directory)
java.io.FileNotFoundException: /var/lib/jenkins/logs/slaves/devstack-precise-hpcloud-az1-810903/slave.log (No such file or directory)
	at java.io.RandomAccessFile.open(Native Method)
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233)
	at org.kohsuke.stapler.framework.io.LargeText$FileSession.<init>(LargeText.java:397)
	at org.kohsuke.stapler.framework.io.LargeText$2.open(LargeText.java:120)
	at org.kohsuke.stapler.framework.io.LargeText.writeLogTo(LargeText.java:210)
	at hudson.console.AnnotatedLargeText.writeHtmlTo(AnnotatedLargeText.java:159)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:599)
	at hudson.model.Run.execute(Run.java:1593)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:247)



More information about the openstack-qa mailing list