-----Original Message----- From: A mailing list for the OpenStack Stable Branch test reports. <openstack-stable-maint at lists.openstack.org> Reply: openstack-dev at lists.openstack.org <openstack-dev at lists.openstack.org> Date: February 1, 2017 at 00:11:20 To: openstack-stable-maint at lists.openstack.org <openstack-stable-maint at lists.openstack.org> Subject: [Openstack-stable-maint] Stable check of openstack/ceilometer failed > Build failed. > > - periodic-ceilometer-docs-mitaka http://logs.openstack.org/periodic-stable/periodic-ceilometer-docs-mitaka/3774607/ > : SUCCESS in 4m 09s > - periodic-ceilometer-python27-mitaka http://logs.openstack.org/periodic-stable/periodic-ceilometer-python27-mitaka/ca03c38/ > : FAILURE in 4m 09s This appears to be a problem with oslo.vmware interactions with spec'd mocks. It looks like y'all are mocking out some underlying part of oslo.vmware and it's being provided a parameter that it doesn't recognize. It also looks like ceilometer isn't using constraints on mitaka. The lack of constraints on mitaka was a problem for Glance's docs job. If ceilometer is using constraints on newer versions, perhaps it should consider backporting to stable/mitaka. > - periodic-ceilometer-docs-newton http://logs.openstack.org/periodic-stable/periodic-ceilometer-docs-newton/49e5570/ > : SUCCESS in 3m 08s > - periodic-ceilometer-python27-newton http://logs.openstack.org/periodic-stable/periodic-ceilometer-python27-newton/2088177/ > : FAILURE in 3m 08s This also looks like a possible constraints problem. Whatever version of gnocchiclient is being installed, the gnocchiclient.utils module doesn't have "encode_resource_id" present and so the tests fail. I suspect this is caused by some newer version of gnocchiclient being used than is actually supported for stable/newton. Cheers! -- Ian Cordasco