Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-66242-326484/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-ceilometer-13.0.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-66242-326484/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-ceilometer.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jeEdWq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ceilometer-13.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/ceilometer-13.0.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ceilometer-13.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'openstack-ceilometer-13.0.0 base' + /usr/bin/cat /builddir/build/SOURCES/0001-Add-dummy-skip-metering-database-temporarily.patch + /usr/bin/git apply --index - + /usr/bin/git commit -q -m 0001-Add-dummy-skip-metering-database-temporarily.patch --author 'rpm-build ' + find . '(' -name .gitignore -o -name .placeholder ')' -delete + find ceilometer -name '*.py' -exec sed -i '/\/usr\/bin\/env python/{d;q}' '{}' + + sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZFXYmx + umask 022 + cd /builddir/build/BUILD + cd ceilometer-13.0.0 + PYTHONPATH=. + oslo-config-generator-2 --config-file=etc/ceilometer/ceilometer-config-generator.conf + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/ceilometer creating build/lib/ceilometer/tests creating build/lib/ceilometer/tests/unit creating build/lib/ceilometer/tests/unit/network creating build/lib/ceilometer/tests/unit/network/statistics copying ceilometer/tests/unit/network/statistics/test_statistics.py -> build/lib/ceilometer/tests/unit/network/statistics copying ceilometer/tests/unit/network/statistics/test_flow.py -> build/lib/ceilometer/tests/unit/network/statistics copying ceilometer/tests/unit/network/statistics/__init__.py -> build/lib/ceilometer/tests/unit/network/statistics copying ceilometer/tests/unit/network/statistics/test_port.py -> build/lib/ceilometer/tests/unit/network/statistics copying ceilometer/tests/unit/network/statistics/test_table.py -> build/lib/ceilometer/tests/unit/network/statistics copying ceilometer/tests/unit/network/statistics/test_switch.py -> build/lib/ceilometer/tests/unit/network/statistics copying ceilometer/tests/unit/network/statistics/test_port_v2.py -> build/lib/ceilometer/tests/unit/network/statistics creating build/lib/ceilometer/network creating build/lib/ceilometer/network/statistics creating build/lib/ceilometer/network/statistics/opencontrail copying ceilometer/network/statistics/opencontrail/driver.py -> build/lib/ceilometer/network/statistics/opencontrail copying ceilometer/network/statistics/opencontrail/client.py -> build/lib/ceilometer/network/statistics/opencontrail copying ceilometer/network/statistics/opencontrail/__init__.py -> build/lib/ceilometer/network/statistics/opencontrail creating build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_http.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/__init__.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_zaqar.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_messaging_publisher.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_prometheus.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_udp.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_utils.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_gnocchi.py -> build/lib/ceilometer/tests/unit/publisher copying ceilometer/tests/unit/publisher/test_file.py -> build/lib/ceilometer/tests/unit/publisher creating build/lib/ceilometer/compute copying ceilometer/compute/__init__.py -> build/lib/ceilometer/compute copying ceilometer/compute/discovery.py -> build/lib/ceilometer/compute creating build/lib/ceilometer/tests/unit/ipmi creating build/lib/ceilometer/tests/unit/ipmi/notifications copying ceilometer/tests/unit/ipmi/notifications/__init__.py -> build/lib/ceilometer/tests/unit/ipmi/notifications copying ceilometer/tests/unit/ipmi/notifications/ipmi_test_data.py -> build/lib/ceilometer/tests/unit/ipmi/notifications copying ceilometer/tests/unit/ipmi/notifications/test_ironic.py -> build/lib/ceilometer/tests/unit/ipmi/notifications creating build/lib/ceilometer/tests/unit/cmd copying ceilometer/tests/unit/cmd/__init__.py -> build/lib/ceilometer/tests/unit/cmd copying ceilometer/tests/unit/cmd/test_status.py -> build/lib/ceilometer/tests/unit/cmd creating build/lib/ceilometer/hardware copying ceilometer/hardware/__init__.py -> build/lib/ceilometer/hardware copying ceilometer/hardware/discovery.py -> build/lib/ceilometer/hardware creating build/lib/ceilometer/ipmi copying ceilometer/ipmi/__init__.py -> build/lib/ceilometer/ipmi creating build/lib/ceilometer/objectstore copying ceilometer/objectstore/__init__.py -> build/lib/ceilometer/objectstore copying ceilometer/objectstore/rgw_client.py -> build/lib/ceilometer/objectstore copying ceilometer/objectstore/rgw.py -> build/lib/ceilometer/objectstore copying ceilometer/objectstore/swift.py -> build/lib/ceilometer/objectstore creating build/lib/ceilometer/ipmi/notifications copying ceilometer/ipmi/notifications/__init__.py -> build/lib/ceilometer/ipmi/notifications copying ceilometer/ipmi/notifications/ironic.py -> build/lib/ceilometer/ipmi/notifications creating build/lib/ceilometer/compute/pollsters copying ceilometer/compute/pollsters/__init__.py -> build/lib/ceilometer/compute/pollsters copying ceilometer/compute/pollsters/disk.py -> build/lib/ceilometer/compute/pollsters copying ceilometer/compute/pollsters/net.py -> build/lib/ceilometer/compute/pollsters copying ceilometer/compute/pollsters/instance_stats.py -> build/lib/ceilometer/compute/pollsters copying ceilometer/compute/pollsters/util.py -> build/lib/ceilometer/compute/pollsters creating build/lib/ceilometer/pipeline copying ceilometer/pipeline/sample.py -> build/lib/ceilometer/pipeline copying ceilometer/pipeline/__init__.py -> build/lib/ceilometer/pipeline copying ceilometer/pipeline/event.py -> build/lib/ceilometer/pipeline copying ceilometer/pipeline/base.py -> build/lib/ceilometer/pipeline creating build/lib/ceilometer/telemetry copying ceilometer/telemetry/__init__.py -> build/lib/ceilometer/telemetry copying ceilometer/telemetry/notifications.py -> build/lib/ceilometer/telemetry creating build/lib/ceilometer/tests/unit/compute creating build/lib/ceilometer/tests/unit/compute/virt creating build/lib/ceilometer/tests/unit/compute/virt/hyperv copying ceilometer/tests/unit/compute/virt/hyperv/__init__.py -> build/lib/ceilometer/tests/unit/compute/virt/hyperv copying ceilometer/tests/unit/compute/virt/hyperv/test_inspector.py -> build/lib/ceilometer/tests/unit/compute/virt/hyperv creating build/lib/ceilometer/privsep copying ceilometer/privsep/__init__.py -> build/lib/ceilometer/privsep copying ceilometer/privsep/ipmitool.py -> build/lib/ceilometer/privsep copying ceilometer/tests/unit/ipmi/__init__.py -> build/lib/ceilometer/tests/unit/ipmi creating build/lib/ceilometer/compute/virt creating build/lib/ceilometer/compute/virt/xenapi copying ceilometer/compute/virt/xenapi/__init__.py -> build/lib/ceilometer/compute/virt/xenapi copying ceilometer/compute/virt/xenapi/inspector.py -> build/lib/ceilometer/compute/virt/xenapi creating build/lib/ceilometer/tests/unit/hardware creating build/lib/ceilometer/tests/unit/hardware/inspector copying ceilometer/tests/unit/hardware/inspector/__init__.py -> build/lib/ceilometer/tests/unit/hardware/inspector copying ceilometer/tests/unit/hardware/inspector/test_snmp.py -> build/lib/ceilometer/tests/unit/hardware/inspector copying ceilometer/tests/unit/hardware/inspector/test_inspector.py -> build/lib/ceilometer/tests/unit/hardware/inspector creating build/lib/ceilometer/hacking copying ceilometer/hacking/__init__.py -> build/lib/ceilometer/hacking copying ceilometer/hacking/checks.py -> build/lib/ceilometer/hacking creating build/lib/ceilometer/polling copying ceilometer/polling/__init__.py -> build/lib/ceilometer/polling copying ceilometer/polling/manager.py -> build/lib/ceilometer/polling copying ceilometer/polling/plugin_base.py -> build/lib/ceilometer/polling creating build/lib/ceilometer/tests/unit/polling copying ceilometer/tests/unit/polling/__init__.py -> build/lib/ceilometer/tests/unit/polling copying ceilometer/tests/unit/polling/test_manager.py -> build/lib/ceilometer/tests/unit/polling copying ceilometer/tests/unit/polling/test_discovery.py -> build/lib/ceilometer/tests/unit/polling creating build/lib/ceilometer/publisher copying ceilometer/publisher/test.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/http.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/__init__.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/gnocchi.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/utils.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/prometheus.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/udp.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/file.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/messaging.py -> build/lib/ceilometer/publisher copying ceilometer/publisher/zaqar.py -> build/lib/ceilometer/publisher copying ceilometer/compute/virt/__init__.py -> build/lib/ceilometer/compute/virt copying ceilometer/compute/virt/inspector.py -> build/lib/ceilometer/compute/virt creating build/lib/ceilometer/network/services copying ceilometer/network/services/lbaas.py -> build/lib/ceilometer/network/services copying ceilometer/network/services/__init__.py -> build/lib/ceilometer/network/services copying ceilometer/network/services/vpnaas.py -> build/lib/ceilometer/network/services copying ceilometer/network/services/discovery.py -> build/lib/ceilometer/network/services copying ceilometer/network/services/base.py -> build/lib/ceilometer/network/services copying ceilometer/network/services/fwaas.py -> build/lib/ceilometer/network/services creating build/lib/ceilometer/tests/unit/ipmi/pollsters copying ceilometer/tests/unit/ipmi/pollsters/__init__.py -> build/lib/ceilometer/tests/unit/ipmi/pollsters copying ceilometer/tests/unit/ipmi/pollsters/test_node.py -> build/lib/ceilometer/tests/unit/ipmi/pollsters copying ceilometer/tests/unit/ipmi/pollsters/test_sensor.py -> build/lib/ceilometer/tests/unit/ipmi/pollsters copying ceilometer/tests/unit/ipmi/pollsters/base.py -> build/lib/ceilometer/tests/unit/ipmi/pollsters copying ceilometer/tests/__init__.py -> build/lib/ceilometer/tests copying ceilometer/tests/base.py -> build/lib/ceilometer/tests copying ceilometer/tests/unit/pipeline_base.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_notification.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/__init__.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_sample.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_messaging.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_bin.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_declarative.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_novaclient.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_neutronclient_lbaas_v2.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_event_pipeline.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_middleware.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_neutronclient.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_decoupled_pipeline.py -> build/lib/ceilometer/tests/unit copying ceilometer/tests/unit/test_polling.py -> build/lib/ceilometer/tests/unit creating build/lib/ceilometer/tests/unit/hardware/pollsters copying ceilometer/tests/unit/hardware/pollsters/__init__.py -> build/lib/ceilometer/tests/unit/hardware/pollsters copying ceilometer/tests/unit/hardware/pollsters/test_util.py -> build/lib/ceilometer/tests/unit/hardware/pollsters copying ceilometer/tests/unit/hardware/pollsters/test_generic.py -> build/lib/ceilometer/tests/unit/hardware/pollsters creating build/lib/ceilometer/ipmi/platform copying ceilometer/ipmi/platform/__init__.py -> build/lib/ceilometer/ipmi/platform copying ceilometer/ipmi/platform/intel_node_manager.py -> build/lib/ceilometer/ipmi/platform copying ceilometer/ipmi/platform/ipmi_sensor.py -> build/lib/ceilometer/ipmi/platform copying ceilometer/ipmi/platform/exception.py -> build/lib/ceilometer/ipmi/platform copying ceilometer/ipmi/platform/ipmitool.py -> build/lib/ceilometer/ipmi/platform copying ceilometer/tests/unit/compute/__init__.py -> build/lib/ceilometer/tests/unit/compute copying ceilometer/tests/unit/compute/test_discovery.py -> build/lib/ceilometer/tests/unit/compute copying ceilometer/network/statistics/driver.py -> build/lib/ceilometer/network/statistics copying ceilometer/network/statistics/__init__.py -> build/lib/ceilometer/network/statistics copying ceilometer/network/statistics/port.py -> build/lib/ceilometer/network/statistics copying ceilometer/network/statistics/port_v2.py -> build/lib/ceilometer/network/statistics copying ceilometer/network/statistics/switch.py -> build/lib/ceilometer/network/statistics copying ceilometer/network/statistics/flow.py -> build/lib/ceilometer/network/statistics copying ceilometer/network/statistics/table.py -> build/lib/ceilometer/network/statistics creating build/lib/ceilometer/compute/virt/libvirt copying ceilometer/compute/virt/libvirt/__init__.py -> build/lib/ceilometer/compute/virt/libvirt copying ceilometer/compute/virt/libvirt/inspector.py -> build/lib/ceilometer/compute/virt/libvirt copying ceilometer/compute/virt/libvirt/utils.py -> build/lib/ceilometer/compute/virt/libvirt copying ceilometer/network/__init__.py -> build/lib/ceilometer/network copying ceilometer/network/floatingip.py -> build/lib/ceilometer/network creating build/lib/ceilometer/cmd copying ceilometer/cmd/sample.py -> build/lib/ceilometer/cmd copying ceilometer/cmd/agent_notification.py -> build/lib/ceilometer/cmd copying ceilometer/cmd/__init__.py -> build/lib/ceilometer/cmd copying ceilometer/cmd/polling.py -> build/lib/ceilometer/cmd copying ceilometer/cmd/storage.py -> build/lib/ceilometer/cmd copying ceilometer/cmd/status.py -> build/lib/ceilometer/cmd creating build/lib/ceilometer/tests/unit/compute/virt/libvirt copying ceilometer/tests/unit/compute/virt/libvirt/__init__.py -> build/lib/ceilometer/tests/unit/compute/virt/libvirt copying ceilometer/tests/unit/compute/virt/libvirt/test_inspector.py -> build/lib/ceilometer/tests/unit/compute/virt/libvirt creating build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/__init__.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/test_diskio.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/test_net.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/test_perf.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/test_location_metadata.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/base.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/test_cpu.py -> build/lib/ceilometer/tests/unit/compute/pollsters copying ceilometer/tests/unit/compute/pollsters/test_memory.py -> build/lib/ceilometer/tests/unit/compute/pollsters creating build/lib/ceilometer/ipmi/pollsters copying ceilometer/ipmi/pollsters/__init__.py -> build/lib/ceilometer/ipmi/pollsters copying ceilometer/ipmi/pollsters/sensor.py -> build/lib/ceilometer/ipmi/pollsters copying ceilometer/ipmi/pollsters/node.py -> build/lib/ceilometer/ipmi/pollsters creating build/lib/ceilometer/tests/unit/volume copying ceilometer/tests/unit/volume/__init__.py -> build/lib/ceilometer/tests/unit/volume copying ceilometer/tests/unit/volume/test_cinder.py -> build/lib/ceilometer/tests/unit/volume copying ceilometer/tests/unit/hardware/__init__.py -> build/lib/ceilometer/tests/unit/hardware creating build/lib/ceilometer/tests/unit/network/services copying ceilometer/tests/unit/network/services/__init__.py -> build/lib/ceilometer/tests/unit/network/services copying ceilometer/tests/unit/network/services/test_vpnaas.py -> build/lib/ceilometer/tests/unit/network/services copying ceilometer/tests/unit/network/services/test_lbaas.py -> build/lib/ceilometer/tests/unit/network/services copying ceilometer/tests/unit/network/services/test_lbaas_v2.py -> build/lib/ceilometer/tests/unit/network/services copying ceilometer/tests/unit/network/services/test_fwaas.py -> build/lib/ceilometer/tests/unit/network/services creating build/lib/ceilometer/tests/unit/network/statistics/opendaylight copying ceilometer/tests/unit/network/statistics/opendaylight/__init__.py -> build/lib/ceilometer/tests/unit/network/statistics/opendaylight copying ceilometer/tests/unit/network/statistics/opendaylight/test_client.py -> build/lib/ceilometer/tests/unit/network/statistics/opendaylight copying ceilometer/tests/unit/network/statistics/opendaylight/test_driver.py -> build/lib/ceilometer/tests/unit/network/statistics/opendaylight creating build/lib/ceilometer/network/statistics/opendaylight copying ceilometer/network/statistics/opendaylight/driver.py -> build/lib/ceilometer/network/statistics/opendaylight copying ceilometer/network/statistics/opendaylight/client.py -> build/lib/ceilometer/network/statistics/opendaylight copying ceilometer/network/statistics/opendaylight/__init__.py -> build/lib/ceilometer/network/statistics/opendaylight creating build/lib/ceilometer/tests/unit/ipmi/platform copying ceilometer/tests/unit/ipmi/platform/test_ipmi_sensor.py -> build/lib/ceilometer/tests/unit/ipmi/platform copying ceilometer/tests/unit/ipmi/platform/__init__.py -> build/lib/ceilometer/tests/unit/ipmi/platform copying ceilometer/tests/unit/ipmi/platform/ipmitool_test_data.py -> build/lib/ceilometer/tests/unit/ipmi/platform copying ceilometer/tests/unit/ipmi/platform/test_intel_node_manager.py -> build/lib/ceilometer/tests/unit/ipmi/platform copying ceilometer/tests/unit/ipmi/platform/fake_utils.py -> build/lib/ceilometer/tests/unit/ipmi/platform creating build/lib/ceilometer/tests/unit/network/statistics/opencontrail copying ceilometer/tests/unit/network/statistics/opencontrail/__init__.py -> build/lib/ceilometer/tests/unit/network/statistics/opencontrail copying ceilometer/tests/unit/network/statistics/opencontrail/test_client.py -> build/lib/ceilometer/tests/unit/network/statistics/opencontrail copying ceilometer/tests/unit/network/statistics/opencontrail/test_driver.py -> build/lib/ceilometer/tests/unit/network/statistics/opencontrail creating build/lib/ceilometer/image copying ceilometer/image/__init__.py -> build/lib/ceilometer/image copying ceilometer/image/discovery.py -> build/lib/ceilometer/image copying ceilometer/image/glance.py -> build/lib/ceilometer/image copying ceilometer/tests/unit/compute/virt/__init__.py -> build/lib/ceilometer/tests/unit/compute/virt copying ceilometer/sample.py -> build/lib/ceilometer copying ceilometer/__init__.py -> build/lib/ceilometer copying ceilometer/utils.py -> build/lib/ceilometer copying ceilometer/middleware.py -> build/lib/ceilometer copying ceilometer/opts.py -> build/lib/ceilometer copying ceilometer/version.py -> build/lib/ceilometer copying ceilometer/service.py -> build/lib/ceilometer copying ceilometer/i18n.py -> build/lib/ceilometer copying ceilometer/neutron_client.py -> build/lib/ceilometer copying ceilometer/gnocchi_client.py -> build/lib/ceilometer copying ceilometer/keystone_client.py -> build/lib/ceilometer copying ceilometer/notification.py -> build/lib/ceilometer copying ceilometer/declarative.py -> build/lib/ceilometer copying ceilometer/nova_client.py -> build/lib/ceilometer copying ceilometer/messaging.py -> build/lib/ceilometer copying ceilometer/agent.py -> build/lib/ceilometer creating build/lib/ceilometer/meter copying ceilometer/meter/__init__.py -> build/lib/ceilometer/meter copying ceilometer/meter/notifications.py -> build/lib/ceilometer/meter creating build/lib/ceilometer/tests/unit/meter copying ceilometer/tests/unit/meter/__init__.py -> build/lib/ceilometer/tests/unit/meter copying ceilometer/tests/unit/meter/test_meter_plugins.py -> build/lib/ceilometer/tests/unit/meter copying ceilometer/tests/unit/meter/test_notifications.py -> build/lib/ceilometer/tests/unit/meter creating build/lib/ceilometer/hardware/inspector copying ceilometer/hardware/inspector/__init__.py -> build/lib/ceilometer/hardware/inspector copying ceilometer/hardware/inspector/snmp.py -> build/lib/ceilometer/hardware/inspector copying ceilometer/hardware/inspector/base.py -> build/lib/ceilometer/hardware/inspector creating build/lib/ceilometer/tests/unit/compute/virt/vmware copying ceilometer/tests/unit/compute/virt/vmware/__init__.py -> build/lib/ceilometer/tests/unit/compute/virt/vmware copying ceilometer/tests/unit/compute/virt/vmware/test_vsphere_operations.py -> build/lib/ceilometer/tests/unit/compute/virt/vmware copying ceilometer/tests/unit/compute/virt/vmware/test_inspector.py -> build/lib/ceilometer/tests/unit/compute/virt/vmware creating build/lib/ceilometer/polling/discovery copying ceilometer/polling/discovery/endpoint.py -> build/lib/ceilometer/polling/discovery copying ceilometer/polling/discovery/__init__.py -> build/lib/ceilometer/polling/discovery copying ceilometer/polling/discovery/localnode.py -> build/lib/ceilometer/polling/discovery copying ceilometer/polling/discovery/tenant.py -> build/lib/ceilometer/polling/discovery creating build/lib/ceilometer/compute/virt/vmware copying ceilometer/compute/virt/vmware/__init__.py -> build/lib/ceilometer/compute/virt/vmware copying ceilometer/compute/virt/vmware/inspector.py -> build/lib/ceilometer/compute/virt/vmware copying ceilometer/compute/virt/vmware/vsphere_operations.py -> build/lib/ceilometer/compute/virt/vmware creating build/lib/ceilometer/compute/virt/hyperv copying ceilometer/compute/virt/hyperv/__init__.py -> build/lib/ceilometer/compute/virt/hyperv copying ceilometer/compute/virt/hyperv/inspector.py -> build/lib/ceilometer/compute/virt/hyperv creating build/lib/ceilometer/volume copying ceilometer/volume/__init__.py -> build/lib/ceilometer/volume copying ceilometer/volume/cinder.py -> build/lib/ceilometer/volume copying ceilometer/volume/discovery.py -> build/lib/ceilometer/volume creating build/lib/ceilometer/tests/unit/objectstore copying ceilometer/tests/unit/objectstore/__init__.py -> build/lib/ceilometer/tests/unit/objectstore copying ceilometer/tests/unit/objectstore/test_rgw.py -> build/lib/ceilometer/tests/unit/objectstore copying ceilometer/tests/unit/objectstore/test_swift.py -> build/lib/ceilometer/tests/unit/objectstore copying ceilometer/tests/unit/objectstore/test_rgw_client.py -> build/lib/ceilometer/tests/unit/objectstore creating build/lib/ceilometer/tests/unit/compute/virt/xenapi copying ceilometer/tests/unit/compute/virt/xenapi/__init__.py -> build/lib/ceilometer/tests/unit/compute/virt/xenapi copying ceilometer/tests/unit/compute/virt/xenapi/test_inspector.py -> build/lib/ceilometer/tests/unit/compute/virt/xenapi creating build/lib/ceilometer/tests/unit/event copying ceilometer/tests/unit/event/__init__.py -> build/lib/ceilometer/tests/unit/event copying ceilometer/tests/unit/event/test_endpoint.py -> build/lib/ceilometer/tests/unit/event copying ceilometer/tests/unit/event/test_converter.py -> build/lib/ceilometer/tests/unit/event copying ceilometer/tests/unit/event/test_trait_plugins.py -> build/lib/ceilometer/tests/unit/event copying ceilometer/tests/unit/network/__init__.py -> build/lib/ceilometer/tests/unit/network copying ceilometer/tests/unit/network/test_floating_ip.py -> build/lib/ceilometer/tests/unit/network creating build/lib/ceilometer/hardware/pollsters copying ceilometer/hardware/pollsters/__init__.py -> build/lib/ceilometer/hardware/pollsters copying ceilometer/hardware/pollsters/generic.py -> build/lib/ceilometer/hardware/pollsters copying ceilometer/hardware/pollsters/util.py -> build/lib/ceilometer/hardware/pollsters creating build/lib/ceilometer/tests/unit/image copying ceilometer/tests/unit/image/__init__.py -> build/lib/ceilometer/tests/unit/image copying ceilometer/tests/unit/image/test_glance.py -> build/lib/ceilometer/tests/unit/image creating build/lib/ceilometer/event copying ceilometer/event/trait_plugins.py -> build/lib/ceilometer/event copying ceilometer/event/__init__.py -> build/lib/ceilometer/event copying ceilometer/event/models.py -> build/lib/ceilometer/event copying ceilometer/event/converter.py -> build/lib/ceilometer/event running egg_info deleting ceilometer.egg-info/requires.txt writing ceilometer.egg-info/PKG-INFO writing top-level names to ceilometer.egg-info/top_level.txt writing dependency_links to ceilometer.egg-info/dependency_links.txt writing entry points to ceilometer.egg-info/entry_points.txt writing pbr to ceilometer.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'ceilometer.egg-info/SOURCES.txt' creating build/lib/ceilometer/pipeline/data copying ceilometer/pipeline/data/event_definitions.yaml -> build/lib/ceilometer/pipeline/data copying ceilometer/pipeline/data/event_pipeline.yaml -> build/lib/ceilometer/pipeline/data copying ceilometer/pipeline/data/pipeline.yaml -> build/lib/ceilometer/pipeline/data creating build/lib/ceilometer/publisher/data copying ceilometer/publisher/data/gnocchi_resources.yaml -> build/lib/ceilometer/publisher/data creating build/lib/ceilometer/data creating build/lib/ceilometer/data/meters.d copying ceilometer/data/meters.d/meters.yaml -> build/lib/ceilometer/data/meters.d creating build/lib/ceilometer/locale creating build/lib/ceilometer/locale/de creating build/lib/ceilometer/locale/de/LC_MESSAGES copying ceilometer/locale/de/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/de/LC_MESSAGES creating build/lib/ceilometer/locale/en_GB creating build/lib/ceilometer/locale/en_GB/LC_MESSAGES copying ceilometer/locale/en_GB/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/en_GB/LC_MESSAGES creating build/lib/ceilometer/locale/es creating build/lib/ceilometer/locale/es/LC_MESSAGES copying ceilometer/locale/es/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/es/LC_MESSAGES creating build/lib/ceilometer/locale/fr creating build/lib/ceilometer/locale/fr/LC_MESSAGES copying ceilometer/locale/fr/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/fr/LC_MESSAGES creating build/lib/ceilometer/locale/it creating build/lib/ceilometer/locale/it/LC_MESSAGES copying ceilometer/locale/it/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/it/LC_MESSAGES creating build/lib/ceilometer/locale/ja creating build/lib/ceilometer/locale/ja/LC_MESSAGES copying ceilometer/locale/ja/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/ja/LC_MESSAGES creating build/lib/ceilometer/locale/ko_KR creating build/lib/ceilometer/locale/ko_KR/LC_MESSAGES copying ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/ko_KR/LC_MESSAGES creating build/lib/ceilometer/locale/pt_BR creating build/lib/ceilometer/locale/pt_BR/LC_MESSAGES copying ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/pt_BR/LC_MESSAGES creating build/lib/ceilometer/locale/ru creating build/lib/ceilometer/locale/ru/LC_MESSAGES copying ceilometer/locale/ru/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/ru/LC_MESSAGES creating build/lib/ceilometer/locale/zh_CN creating build/lib/ceilometer/locale/zh_CN/LC_MESSAGES copying ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/zh_CN/LC_MESSAGES creating build/lib/ceilometer/locale/zh_TW creating build/lib/ceilometer/locale/zh_TW/LC_MESSAGES copying ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.po -> build/lib/ceilometer/locale/zh_TW/LC_MESSAGES creating build/lib/ceilometer/hardware/pollsters/data copying ceilometer/hardware/pollsters/data/snmp.yaml -> build/lib/ceilometer/hardware/pollsters/data + sleep 1 + python2 setup.py compile_catalog -d build/lib/ceilometer/locale running compile_catalog compiling catalog build/lib/ceilometer/locale/de/LC_MESSAGES/ceilometer.po to build/lib/ceilometer/locale/de/LC_MESSAGES/ceilometer.mo compiling catalog build/lib/ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.po to build/lib/ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.mo compiling catalog build/lib/ceilometer/locale/en_GB/LC_MESSAGES/ceilometer.po to build/lib/ceilometer/locale/en_GB/LC_MESSAGES/ceilometer.mo compiling catalog build/lib/ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.po to build/lib/ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.mo compiling catalog build/lib/ceilometer/locale/it/LC_MESSAGES/ceilometer.po to build/lib/ceilometer/locale/it/LC_MESSAGES/ceilometer.mo compiling catalog build/lib/ceilometer/locale/es/LC_MESSAGES/ceilometer.po to build/lib/ceilometer/locale/es/LC_MESSAGES/ceilometer.mo compiling catalog build/lib/ceilometer/locale/ru/LC_MESSAGES/ceilometer.po to build/lib/ceilometer/locale/ru/LC_MESSAGES/ceilometer.mo compiling catalog build/lib/ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.po to build/lib/ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.mo compiling catalog build/lib/ceilometer/locale/fr/LC_MESSAGES/ceilometer.po to build/lib/ceilometer/locale/fr/LC_MESSAGES/ceilometer.mo compiling catalog build/lib/ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.po to build/lib/ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.mo compiling catalog build/lib/ceilometer/locale/ja/LC_MESSAGES/ceilometer.po to build/lib/ceilometer/locale/ja/LC_MESSAGES/ceilometer.mo + read name eq value + test '[DEFAULT]' + test '' + continue + read name eq value + test log_dir + test /var/log/ceilometer + sed -i '0,/^# *log_dir=/{s!^# *log_dir=.*!#log_dir=/var/log/ceilometer!}' etc/ceilometer/ceilometer.conf + read name eq value + test use_stderr + test False + sed -i '0,/^# *use_stderr=/{s!^# *use_stderr=.*!#use_stderr=False!}' etc/ceilometer/ceilometer.conf + read name eq value + test '' + continue + read name eq value + test '[database]' + test '' + continue + read name eq value + test connection + test mongodb://localhost:27017/ceilometer + sed -i '0,/^# *connection=/{s!^# *connection=.*!#connection=mongodb://localhost:27017/ceilometer!}' etc/ceilometer/ceilometer.conf + read name eq value + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Y2tArM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch + cd ceilometer-13.0.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer copying build/lib/ceilometer/sample.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/image copying build/lib/ceilometer/image/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/image copying build/lib/ceilometer/image/discovery.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/image copying build/lib/ceilometer/image/glance.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/image copying build/lib/ceilometer/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics copying build/lib/ceilometer/network/statistics/driver.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics copying build/lib/ceilometer/network/statistics/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opencontrail copying build/lib/ceilometer/network/statistics/opencontrail/driver.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opencontrail copying build/lib/ceilometer/network/statistics/opencontrail/client.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opencontrail copying build/lib/ceilometer/network/statistics/opencontrail/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opencontrail copying build/lib/ceilometer/network/statistics/port.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics copying build/lib/ceilometer/network/statistics/port_v2.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics copying build/lib/ceilometer/network/statistics/switch.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opendaylight copying build/lib/ceilometer/network/statistics/opendaylight/driver.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opendaylight copying build/lib/ceilometer/network/statistics/opendaylight/client.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opendaylight copying build/lib/ceilometer/network/statistics/opendaylight/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opendaylight copying build/lib/ceilometer/network/statistics/flow.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics copying build/lib/ceilometer/network/statistics/table.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics copying build/lib/ceilometer/network/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network copying build/lib/ceilometer/network/floatingip.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/services copying build/lib/ceilometer/network/services/lbaas.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/services copying build/lib/ceilometer/network/services/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/services copying build/lib/ceilometer/network/services/vpnaas.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/services copying build/lib/ceilometer/network/services/discovery.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/services copying build/lib/ceilometer/network/services/base.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/services copying build/lib/ceilometer/network/services/fwaas.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/services creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/privsep copying build/lib/ceilometer/privsep/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/privsep copying build/lib/ceilometer/privsep/ipmitool.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/privsep creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/event copying build/lib/ceilometer/event/trait_plugins.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/event copying build/lib/ceilometer/event/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/event copying build/lib/ceilometer/event/models.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/event copying build/lib/ceilometer/event/converter.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/event creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/pipeline copying build/lib/ceilometer/pipeline/sample.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/pipeline copying build/lib/ceilometer/pipeline/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/pipeline copying build/lib/ceilometer/pipeline/event.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/pipeline copying build/lib/ceilometer/pipeline/base.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/pipeline creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/pipeline/data copying build/lib/ceilometer/pipeline/data/event_pipeline.yaml -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/pipeline/data copying build/lib/ceilometer/pipeline/data/event_definitions.yaml -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/pipeline/data copying build/lib/ceilometer/pipeline/data/pipeline.yaml -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/pipeline/data creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/cmd copying build/lib/ceilometer/cmd/sample.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/cmd copying build/lib/ceilometer/cmd/agent_notification.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/cmd copying build/lib/ceilometer/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/cmd copying build/lib/ceilometer/cmd/polling.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/cmd copying build/lib/ceilometer/cmd/storage.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/cmd copying build/lib/ceilometer/cmd/status.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/cmd creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/de creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/de/LC_MESSAGES copying build/lib/ceilometer/locale/de/LC_MESSAGES/ceilometer.po -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/de/LC_MESSAGES copying build/lib/ceilometer/locale/de/LC_MESSAGES/ceilometer.mo -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/zh_CN creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/zh_CN/LC_MESSAGES copying build/lib/ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.po -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/zh_CN/LC_MESSAGES copying build/lib/ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.mo -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/en_GB creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/en_GB/LC_MESSAGES copying build/lib/ceilometer/locale/en_GB/LC_MESSAGES/ceilometer.po -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/en_GB/LC_MESSAGES copying build/lib/ceilometer/locale/en_GB/LC_MESSAGES/ceilometer.mo -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/pt_BR creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/pt_BR/LC_MESSAGES copying build/lib/ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.po -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/pt_BR/LC_MESSAGES copying build/lib/ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.mo -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/it creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/it/LC_MESSAGES copying build/lib/ceilometer/locale/it/LC_MESSAGES/ceilometer.po -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/it/LC_MESSAGES copying build/lib/ceilometer/locale/it/LC_MESSAGES/ceilometer.mo -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/es creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/es/LC_MESSAGES copying build/lib/ceilometer/locale/es/LC_MESSAGES/ceilometer.po -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/es/LC_MESSAGES copying build/lib/ceilometer/locale/es/LC_MESSAGES/ceilometer.mo -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ru creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ru/LC_MESSAGES copying build/lib/ceilometer/locale/ru/LC_MESSAGES/ceilometer.po -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ru/LC_MESSAGES copying build/lib/ceilometer/locale/ru/LC_MESSAGES/ceilometer.mo -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ko_KR creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ko_KR/LC_MESSAGES copying build/lib/ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.po -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ko_KR/LC_MESSAGES copying build/lib/ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.mo -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/fr creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/fr/LC_MESSAGES copying build/lib/ceilometer/locale/fr/LC_MESSAGES/ceilometer.po -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/fr/LC_MESSAGES copying build/lib/ceilometer/locale/fr/LC_MESSAGES/ceilometer.mo -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/zh_TW creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/zh_TW/LC_MESSAGES copying build/lib/ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.po -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/zh_TW/LC_MESSAGES copying build/lib/ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.mo -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/zh_TW/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ja creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ja/LC_MESSAGES copying build/lib/ceilometer/locale/ja/LC_MESSAGES/ceilometer.po -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ja/LC_MESSAGES copying build/lib/ceilometer/locale/ja/LC_MESSAGES/ceilometer.mo -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hacking copying build/lib/ceilometer/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hacking copying build/lib/ceilometer/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hacking copying build/lib/ceilometer/utils.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer copying build/lib/ceilometer/middleware.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer copying build/lib/ceilometer/opts.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer copying build/lib/ceilometer/version.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher copying build/lib/ceilometer/publisher/test.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher copying build/lib/ceilometer/publisher/http.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher copying build/lib/ceilometer/publisher/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher copying build/lib/ceilometer/publisher/gnocchi.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher copying build/lib/ceilometer/publisher/utils.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher copying build/lib/ceilometer/publisher/prometheus.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher copying build/lib/ceilometer/publisher/udp.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher copying build/lib/ceilometer/publisher/file.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher/data copying build/lib/ceilometer/publisher/data/gnocchi_resources.yaml -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher/data copying build/lib/ceilometer/publisher/messaging.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher copying build/lib/ceilometer/publisher/zaqar.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/objectstore copying build/lib/ceilometer/objectstore/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/objectstore copying build/lib/ceilometer/objectstore/rgw_client.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/objectstore copying build/lib/ceilometer/objectstore/rgw.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/objectstore copying build/lib/ceilometer/objectstore/swift.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/objectstore copying build/lib/ceilometer/service.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/telemetry copying build/lib/ceilometer/telemetry/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/telemetry copying build/lib/ceilometer/telemetry/notifications.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/telemetry copying build/lib/ceilometer/i18n.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer copying build/lib/ceilometer/neutron_client.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer copying build/lib/ceilometer/gnocchi_client.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling copying build/lib/ceilometer/polling/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling copying build/lib/ceilometer/polling/manager.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling/discovery copying build/lib/ceilometer/polling/discovery/endpoint.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling/discovery copying build/lib/ceilometer/polling/discovery/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling/discovery copying build/lib/ceilometer/polling/discovery/localnode.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling/discovery copying build/lib/ceilometer/polling/discovery/tenant.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling/discovery copying build/lib/ceilometer/polling/plugin_base.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware copying build/lib/ceilometer/hardware/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/inspector copying build/lib/ceilometer/hardware/inspector/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/inspector copying build/lib/ceilometer/hardware/inspector/snmp.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/inspector copying build/lib/ceilometer/hardware/inspector/base.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/inspector creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/pollsters copying build/lib/ceilometer/hardware/pollsters/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/pollsters copying build/lib/ceilometer/hardware/pollsters/generic.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/pollsters copying build/lib/ceilometer/hardware/pollsters/util.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/pollsters creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/pollsters/data copying build/lib/ceilometer/hardware/pollsters/data/snmp.yaml -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/pollsters/data copying build/lib/ceilometer/hardware/discovery.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware copying build/lib/ceilometer/keystone_client.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute copying build/lib/ceilometer/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/pollsters copying build/lib/ceilometer/compute/pollsters/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/pollsters copying build/lib/ceilometer/compute/pollsters/disk.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/pollsters copying build/lib/ceilometer/compute/pollsters/net.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/pollsters copying build/lib/ceilometer/compute/pollsters/instance_stats.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/pollsters copying build/lib/ceilometer/compute/pollsters/util.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/pollsters copying build/lib/ceilometer/compute/discovery.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt copying build/lib/ceilometer/compute/virt/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/vmware copying build/lib/ceilometer/compute/virt/vmware/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/vmware copying build/lib/ceilometer/compute/virt/vmware/inspector.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/vmware copying build/lib/ceilometer/compute/virt/vmware/vsphere_operations.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/vmware copying build/lib/ceilometer/compute/virt/inspector.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/libvirt copying build/lib/ceilometer/compute/virt/libvirt/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/libvirt copying build/lib/ceilometer/compute/virt/libvirt/inspector.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/libvirt copying build/lib/ceilometer/compute/virt/libvirt/utils.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/libvirt creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/xenapi copying build/lib/ceilometer/compute/virt/xenapi/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/xenapi copying build/lib/ceilometer/compute/virt/xenapi/inspector.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/xenapi creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/hyperv copying build/lib/ceilometer/compute/virt/hyperv/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/hyperv copying build/lib/ceilometer/compute/virt/hyperv/inspector.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/hyperv copying build/lib/ceilometer/notification.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer copying build/lib/ceilometer/declarative.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/meter copying build/lib/ceilometer/meter/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/meter copying build/lib/ceilometer/meter/notifications.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/meter copying build/lib/ceilometer/nova_client.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/data creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/data/meters.d copying build/lib/ceilometer/data/meters.d/meters.yaml -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/data/meters.d creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests copying build/lib/ceilometer/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/pipeline_base.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/image copying build/lib/ceilometer/tests/unit/image/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/image copying build/lib/ceilometer/tests/unit/image/test_glance.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/image copying build/lib/ceilometer/tests/unit/test_notification.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics copying build/lib/ceilometer/tests/unit/network/statistics/test_statistics.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics copying build/lib/ceilometer/tests/unit/network/statistics/test_flow.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics copying build/lib/ceilometer/tests/unit/network/statistics/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opencontrail copying build/lib/ceilometer/tests/unit/network/statistics/opencontrail/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opencontrail copying build/lib/ceilometer/tests/unit/network/statistics/opencontrail/test_client.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opencontrail copying build/lib/ceilometer/tests/unit/network/statistics/opencontrail/test_driver.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opencontrail copying build/lib/ceilometer/tests/unit/network/statistics/test_port.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics copying build/lib/ceilometer/tests/unit/network/statistics/test_table.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics copying build/lib/ceilometer/tests/unit/network/statistics/test_switch.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opendaylight copying build/lib/ceilometer/tests/unit/network/statistics/opendaylight/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opendaylight copying build/lib/ceilometer/tests/unit/network/statistics/opendaylight/test_client.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opendaylight copying build/lib/ceilometer/tests/unit/network/statistics/opendaylight/test_driver.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opendaylight copying build/lib/ceilometer/tests/unit/network/statistics/test_port_v2.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics copying build/lib/ceilometer/tests/unit/network/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/services copying build/lib/ceilometer/tests/unit/network/services/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/services copying build/lib/ceilometer/tests/unit/network/services/test_vpnaas.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/services copying build/lib/ceilometer/tests/unit/network/services/test_lbaas.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/services copying build/lib/ceilometer/tests/unit/network/services/test_lbaas_v2.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/services copying build/lib/ceilometer/tests/unit/network/services/test_fwaas.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/services copying build/lib/ceilometer/tests/unit/network/test_floating_ip.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/event copying build/lib/ceilometer/tests/unit/event/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/event copying build/lib/ceilometer/tests/unit/event/test_endpoint.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/event copying build/lib/ceilometer/tests/unit/event/test_converter.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/event copying build/lib/ceilometer/tests/unit/event/test_trait_plugins.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/event creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/cmd copying build/lib/ceilometer/tests/unit/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/cmd copying build/lib/ceilometer/tests/unit/cmd/test_status.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/cmd copying build/lib/ceilometer/tests/unit/test_sample.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_messaging.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_bin.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_declarative.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_novaclient.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_http.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_zaqar.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_messaging_publisher.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_prometheus.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_udp.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_utils.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_gnocchi.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher copying build/lib/ceilometer/tests/unit/publisher/test_file.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/objectstore copying build/lib/ceilometer/tests/unit/objectstore/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/objectstore copying build/lib/ceilometer/tests/unit/objectstore/test_rgw.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/objectstore copying build/lib/ceilometer/tests/unit/objectstore/test_swift.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/objectstore copying build/lib/ceilometer/tests/unit/objectstore/test_rgw_client.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/objectstore copying build/lib/ceilometer/tests/unit/test_neutronclient_lbaas_v2.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/polling copying build/lib/ceilometer/tests/unit/polling/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/polling copying build/lib/ceilometer/tests/unit/polling/test_manager.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/polling copying build/lib/ceilometer/tests/unit/polling/test_discovery.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/polling creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware copying build/lib/ceilometer/tests/unit/hardware/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/inspector copying build/lib/ceilometer/tests/unit/hardware/inspector/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/inspector copying build/lib/ceilometer/tests/unit/hardware/inspector/test_snmp.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/inspector copying build/lib/ceilometer/tests/unit/hardware/inspector/test_inspector.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/inspector creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/pollsters copying build/lib/ceilometer/tests/unit/hardware/pollsters/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/pollsters copying build/lib/ceilometer/tests/unit/hardware/pollsters/test_util.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/pollsters copying build/lib/ceilometer/tests/unit/hardware/pollsters/test_generic.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/pollsters copying build/lib/ceilometer/tests/unit/test_event_pipeline.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute copying build/lib/ceilometer/tests/unit/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/test_diskio.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/test_net.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/test_perf.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/test_location_metadata.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/base.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/test_cpu.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters copying build/lib/ceilometer/tests/unit/compute/pollsters/test_memory.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt copying build/lib/ceilometer/tests/unit/compute/virt/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/vmware copying build/lib/ceilometer/tests/unit/compute/virt/vmware/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/vmware copying build/lib/ceilometer/tests/unit/compute/virt/vmware/test_vsphere_operations.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/vmware copying build/lib/ceilometer/tests/unit/compute/virt/vmware/test_inspector.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/vmware creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/libvirt copying build/lib/ceilometer/tests/unit/compute/virt/libvirt/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/libvirt copying build/lib/ceilometer/tests/unit/compute/virt/libvirt/test_inspector.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/libvirt creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/xenapi copying build/lib/ceilometer/tests/unit/compute/virt/xenapi/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/xenapi copying build/lib/ceilometer/tests/unit/compute/virt/xenapi/test_inspector.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/xenapi creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/hyperv copying build/lib/ceilometer/tests/unit/compute/virt/hyperv/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/hyperv copying build/lib/ceilometer/tests/unit/compute/virt/hyperv/test_inspector.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/hyperv copying build/lib/ceilometer/tests/unit/compute/test_discovery.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute copying build/lib/ceilometer/tests/unit/test_middleware.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit copying build/lib/ceilometer/tests/unit/test_neutronclient.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/meter copying build/lib/ceilometer/tests/unit/meter/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/meter copying build/lib/ceilometer/tests/unit/meter/test_meter_plugins.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/meter copying build/lib/ceilometer/tests/unit/meter/test_notifications.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/meter creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/volume copying build/lib/ceilometer/tests/unit/volume/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/volume copying build/lib/ceilometer/tests/unit/volume/test_cinder.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/volume copying build/lib/ceilometer/tests/unit/test_decoupled_pipeline.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi copying build/lib/ceilometer/tests/unit/ipmi/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/platform copying build/lib/ceilometer/tests/unit/ipmi/platform/test_ipmi_sensor.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/platform copying build/lib/ceilometer/tests/unit/ipmi/platform/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/platform copying build/lib/ceilometer/tests/unit/ipmi/platform/ipmitool_test_data.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/platform copying build/lib/ceilometer/tests/unit/ipmi/platform/test_intel_node_manager.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/platform copying build/lib/ceilometer/tests/unit/ipmi/platform/fake_utils.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/platform creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/notifications copying build/lib/ceilometer/tests/unit/ipmi/notifications/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/notifications copying build/lib/ceilometer/tests/unit/ipmi/notifications/ipmi_test_data.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/notifications copying build/lib/ceilometer/tests/unit/ipmi/notifications/test_ironic.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/notifications creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/pollsters copying build/lib/ceilometer/tests/unit/ipmi/pollsters/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/pollsters copying build/lib/ceilometer/tests/unit/ipmi/pollsters/test_node.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/pollsters copying build/lib/ceilometer/tests/unit/ipmi/pollsters/test_sensor.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/pollsters copying build/lib/ceilometer/tests/unit/ipmi/pollsters/base.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/pollsters copying build/lib/ceilometer/tests/unit/test_polling.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit copying build/lib/ceilometer/tests/base.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/volume copying build/lib/ceilometer/volume/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/volume copying build/lib/ceilometer/volume/cinder.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/volume copying build/lib/ceilometer/volume/discovery.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/volume creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi copying build/lib/ceilometer/ipmi/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/platform copying build/lib/ceilometer/ipmi/platform/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/platform copying build/lib/ceilometer/ipmi/platform/intel_node_manager.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/platform copying build/lib/ceilometer/ipmi/platform/ipmi_sensor.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/platform copying build/lib/ceilometer/ipmi/platform/exception.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/platform copying build/lib/ceilometer/ipmi/platform/ipmitool.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/platform creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/notifications copying build/lib/ceilometer/ipmi/notifications/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/notifications copying build/lib/ceilometer/ipmi/notifications/ironic.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/notifications creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/pollsters copying build/lib/ceilometer/ipmi/pollsters/__init__.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/pollsters copying build/lib/ceilometer/ipmi/pollsters/sensor.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/pollsters copying build/lib/ceilometer/ipmi/pollsters/node.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/pollsters copying build/lib/ceilometer/messaging.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer copying build/lib/ceilometer/agent.py -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/sample.py to sample.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/image/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/image/glance.py to glance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opencontrail/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opencontrail/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opencontrail/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/port.py to port.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/port_v2.py to port_v2.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/switch.py to switch.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opendaylight/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opendaylight/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/opendaylight/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/flow.py to flow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/statistics/table.py to table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/floatingip.py to floatingip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/services/lbaas.py to lbaas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/services/vpnaas.py to vpnaas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/services/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/services/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/network/services/fwaas.py to fwaas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/privsep/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/privsep/ipmitool.py to ipmitool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/event/trait_plugins.py to trait_plugins.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/event/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/event/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/event/converter.py to converter.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/pipeline/sample.py to sample.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/pipeline/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/pipeline/event.py to event.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/pipeline/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/cmd/sample.py to sample.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/cmd/agent_notification.py to agent_notification.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/cmd/polling.py to polling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/cmd/storage.py to storage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/cmd/status.py to status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/middleware.py to middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher/gnocchi.py to gnocchi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher/prometheus.py to prometheus.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher/udp.py to udp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher/file.py to file.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher/messaging.py to messaging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/publisher/zaqar.py to zaqar.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/objectstore/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/objectstore/rgw_client.py to rgw_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/objectstore/rgw.py to rgw.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/objectstore/swift.py to swift.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/telemetry/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/telemetry/notifications.py to notifications.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/neutron_client.py to neutron_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/gnocchi_client.py to gnocchi_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling/discovery/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling/discovery/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling/discovery/localnode.py to localnode.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling/discovery/tenant.py to tenant.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/polling/plugin_base.py to plugin_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/inspector/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/inspector/snmp.py to snmp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/inspector/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/pollsters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/pollsters/generic.py to generic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/pollsters/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/hardware/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/keystone_client.py to keystone_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/pollsters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/pollsters/disk.py to disk.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/pollsters/net.py to net.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/pollsters/instance_stats.py to instance_stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/pollsters/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/vmware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/vmware/inspector.py to inspector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/vmware/vsphere_operations.py to vsphere_operations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/inspector.py to inspector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/libvirt/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/libvirt/inspector.py to inspector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/libvirt/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/xenapi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/xenapi/inspector.py to inspector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/hyperv/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/compute/virt/hyperv/inspector.py to inspector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/notification.py to notification.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/declarative.py to declarative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/meter/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/meter/notifications.py to notifications.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/nova_client.py to nova_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/pipeline_base.py to pipeline_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/image/test_glance.py to test_glance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/test_notification.py to test_notification.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/test_statistics.py to test_statistics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/test_flow.py to test_flow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opencontrail/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opencontrail/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opencontrail/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/test_port.py to test_port.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/test_table.py to test_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/test_switch.py to test_switch.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opendaylight/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opendaylight/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/opendaylight/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/statistics/test_port_v2.py to test_port_v2.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/services/test_vpnaas.py to test_vpnaas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/services/test_lbaas.py to test_lbaas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/services/test_lbaas_v2.py to test_lbaas_v2.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/services/test_fwaas.py to test_fwaas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/network/test_floating_ip.py to test_floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/event/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/event/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/event/test_converter.py to test_converter.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/event/test_trait_plugins.py to test_trait_plugins.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/cmd/test_status.py to test_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/test_sample.py to test_sample.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/test_messaging.py to test_messaging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/test_bin.py to test_bin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/test_declarative.py to test_declarative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/test_novaclient.py to test_novaclient.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher/test_http.py to test_http.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher/test_zaqar.py to test_zaqar.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher/test_messaging_publisher.py to test_messaging_publisher.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher/test_prometheus.py to test_prometheus.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher/test_udp.py to test_udp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher/test_gnocchi.py to test_gnocchi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/publisher/test_file.py to test_file.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/objectstore/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/objectstore/test_rgw.py to test_rgw.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/objectstore/test_swift.py to test_swift.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/objectstore/test_rgw_client.py to test_rgw_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/test_neutronclient_lbaas_v2.py to test_neutronclient_lbaas_v2.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/polling/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/polling/test_manager.py to test_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/polling/test_discovery.py to test_discovery.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/inspector/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/inspector/test_snmp.py to test_snmp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/inspector/test_inspector.py to test_inspector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/pollsters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/pollsters/test_util.py to test_util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/hardware/pollsters/test_generic.py to test_generic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/test_event_pipeline.py to test_event_pipeline.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters/test_diskio.py to test_diskio.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters/test_net.py to test_net.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters/test_perf.py to test_perf.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters/test_location_metadata.py to test_location_metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters/test_cpu.py to test_cpu.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/pollsters/test_memory.py to test_memory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/vmware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/vmware/test_vsphere_operations.py to test_vsphere_operations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/vmware/test_inspector.py to test_inspector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/libvirt/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/libvirt/test_inspector.py to test_inspector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/xenapi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/xenapi/test_inspector.py to test_inspector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/hyperv/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/virt/hyperv/test_inspector.py to test_inspector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/compute/test_discovery.py to test_discovery.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/test_middleware.py to test_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/test_neutronclient.py to test_neutronclient.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/meter/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/meter/test_meter_plugins.py to test_meter_plugins.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/meter/test_notifications.py to test_notifications.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/volume/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/volume/test_cinder.py to test_cinder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/test_decoupled_pipeline.py to test_decoupled_pipeline.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/platform/test_ipmi_sensor.py to test_ipmi_sensor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/platform/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/platform/ipmitool_test_data.py to ipmitool_test_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/platform/test_intel_node_manager.py to test_intel_node_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/platform/fake_utils.py to fake_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/notifications/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/notifications/ipmi_test_data.py to ipmi_test_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/notifications/test_ironic.py to test_ironic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/pollsters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/pollsters/test_node.py to test_node.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/pollsters/test_sensor.py to test_sensor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/ipmi/pollsters/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/unit/test_polling.py to test_polling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/volume/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/volume/cinder.py to cinder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/volume/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/platform/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/platform/intel_node_manager.py to intel_node_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/platform/ipmi_sensor.py to ipmi_sensor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/platform/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/platform/ipmitool.py to ipmitool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/notifications/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/notifications/ironic.py to ironic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/pollsters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/pollsters/sensor.py to sensor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/ipmi/pollsters/node.py to node.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/messaging.py to messaging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/agent.py to agent.pyc writing byte-compilation script '/tmp/tmpknt7VR.py' /usr/bin/python2 -O /tmp/tmpknt7VR.py removing /tmp/tmpknt7VR.py running install_data creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/etc creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/etc/ceilometer creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/etc/ceilometer/rootwrap.d copying etc/ceilometer/rootwrap.d/ipmi.filters -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/etc/ceilometer/rootwrap.d creating /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/etc/ceilometer/examples copying etc/ceilometer/examples/osprofiler_event_definitions.yaml -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/etc/ceilometer/examples copying etc/ceilometer/examples/loadbalancer_v2_meter_definitions.yaml -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/etc/ceilometer/examples copying etc/ceilometer/ceilometer.conf -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/etc/ceilometer/ copying etc/ceilometer/rootwrap.conf -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/etc/ceilometer/ copying etc/ceilometer/polling_all.yaml -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/etc/ceilometer/ copying etc/ceilometer/polling.yaml -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/etc/ceilometer/ copying etc/ceilometer/ceilometer-config-generator.conf -> /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/etc/ceilometer/ running install_egg_info running egg_info writing ceilometer.egg-info/PKG-INFO writing top-level names to ceilometer.egg-info/top_level.txt writing dependency_links to ceilometer.egg-info/dependency_links.txt writing entry points to ceilometer.egg-info/entry_points.txt writing pbr to ceilometer.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'ceilometer.egg-info/SOURCES.txt' Copying ceilometer.egg-info to /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer-13.0.0-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing ceilometer-status script to /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/bin Installing ceilometer-upgrade script to /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/bin Installing ceilometer-polling script to /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/bin Installing ceilometer-send-sample script to /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/bin Installing ceilometer-agent-notification script to /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/bin Installing ceilometer-rootwrap script to /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/bin + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/var/lib/ceilometer + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/var/lib/ceilometer/tmp + install -d -m 750 /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/var/log/ceilometer + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/ceilometer + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/ceilometer/rootwrap.d + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/sudoers.d + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/sysconfig + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/ceilometer/meters.d + install -p -D -m 640 /builddir/build/SOURCES/ceilometer-dist.conf /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/share/ceilometer/ceilometer-dist.conf + install -p -D -m 440 /builddir/build/SOURCES/ceilometer-rootwrap-sudoers /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/sudoers.d/ceilometer + install -p -D -m 640 etc/ceilometer/ceilometer.conf /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/ceilometer/ceilometer.conf + install -p -D -m 640 ceilometer/pipeline/data/pipeline.yaml /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/ceilometer/pipeline.yaml + install -p -D -m 640 etc/ceilometer/polling.yaml /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/ceilometer/polling.yaml + install -p -D -m 640 ceilometer/pipeline/data/event_pipeline.yaml /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/ceilometer/event_pipeline.yaml + install -p -D -m 640 ceilometer/pipeline/data/event_definitions.yaml /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/ceilometer/event_definitions.yaml + install -p -D -m 640 etc/ceilometer/rootwrap.conf /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/ceilometer/rootwrap.conf + install -p -D -m 640 etc/ceilometer/rootwrap.d/ipmi.filters /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch//etc/ceilometer/rootwrap.d/ipmi.filters + install -p -D -m 640 ceilometer/publisher/data/gnocchi_resources.yaml /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/ceilometer/gnocchi_resources.yaml + install -p -D -m 640 ceilometer/data/meters.d/meters.yaml /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/ceilometer/meters.d/meters.yaml + install -p -D -m 644 /builddir/build/SOURCES/openstack-ceilometer-compute.service /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/systemd/system/openstack-ceilometer-compute.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-ceilometer-central.service /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/systemd/system/openstack-ceilometer-central.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-ceilometer-notification.service /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/systemd/system/openstack-ceilometer-notification.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-ceilometer-ipmi.service /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/systemd/system/openstack-ceilometer-ipmi.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-ceilometer-polling.service /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/systemd/system/openstack-ceilometer-polling.service + install -p -D -m 644 /builddir/build/SOURCES/ceilometer.logrotate /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/etc/logrotate.d/openstack-ceilometer + install -d -m 755 /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/share + rm -f /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/de/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/en_GB/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/es/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/fr/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/it/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ja/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/ru/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.po /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.po + rm -f '/builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale/*pot' + mv /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/ceilometer/locale /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/share/locale + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch ceilometer --all-name + rm -f '/builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/share/doc/ceilometer/README*' + rm -fr /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/etc + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/ceilometer-13.0.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-ceilometer-13.0.0-1.el7.noarch Provides: python-ceilometer = 1:13.0.0-1.el7 python2-ceilometer = 1:13.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-ceilometer < 1:13.0.0-1.el7 Processing files: openstack-ceilometer-common-13.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.GNGECh + umask 022 + cd /builddir/build/BUILD + cd ceilometer-13.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/share/licenses/openstack-ceilometer-common-13.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/share/licenses/openstack-ceilometer-common-13.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/share/licenses/openstack-ceilometer-common-13.0.0 + exit 0 Provides: config(openstack-ceilometer-common) = 1:13.0.0-1.el7 openstack-ceilometer-collector = 1:13.0.0-1.el7 openstack-ceilometer-common = 1:13.0.0-1.el7 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): systemd Requires(preun): systemd Requires(postun): systemd Requires: /usr/bin/python2 Obsoletes: openstack-ceilometer-collector < 1:13.0.0-1.el7 openstack-ceilometer-api Processing files: openstack-ceilometer-compute-13.0.0-1.el7.noarch Provides: openstack-ceilometer-compute = 1:13.0.0-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Processing files: openstack-ceilometer-central-13.0.0-1.el7.noarch Provides: openstack-ceilometer-central = 1:13.0.0-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Processing files: openstack-ceilometer-notification-13.0.0-1.el7.noarch Provides: config(openstack-ceilometer-notification) = 1:13.0.0-1.el7 openstack-ceilometer-notification = 1:13.0.0-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-ceilometer-ipmi-13.0.0-1.el7.noarch Provides: config(openstack-ceilometer-ipmi) = 1:13.0.0-1.el7 openstack-ceilometer-ipmi = 1:13.0.0-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-ceilometer-polling-13.0.0-1.el7.noarch Provides: openstack-ceilometer-polling = 1:13.0.0-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: python2-ceilometer-tests-13.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dtWViN + umask 022 + cd /builddir/build/BUILD + cd ceilometer-13.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/share/licenses/python2-ceilometer-tests-13.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/share/licenses/python2-ceilometer-tests-13.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch/usr/share/licenses/python2-ceilometer-tests-13.0.0 + exit 0 Provides: python-ceilometer-tests = 1:13.0.0-1.el7 python2-ceilometer-tests = 1:13.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-ceilometer-tests < 1:13.0.0-1.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-ceilometer-13.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-ceilometer-common-13.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-ceilometer-compute-13.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-ceilometer-central-13.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-ceilometer-notification-13.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-ceilometer-ipmi-13.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-ceilometer-polling-13.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-ceilometer-tests-13.0.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xVUa9n + umask 022 + cd /builddir/build/BUILD + cd ceilometer-13.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-ceilometer-13.0.0-1.el7.noarch + exit 0 Child return code was: 0