From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 63: | Line 63: | ||
*# x86_64 binaries embedded | *# x86_64 binaries embedded | ||
* openstack-magnum | |||
<pre> | |||
Failed to import test module: magnum.tests.unit.common.test_docker_utils | |||
Traceback (most recent call last): | |||
File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 445, in _find_test_path | |||
module = self._get_module_from_name(name) | |||
File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 384, in _get_module_from_name | |||
__import__(name)\n File "/builddir/build/BUILD/magnum-4.1.1.dev238/magnum/tests/unit/common/test_docker_utils.py", line 18, in <module> | |||
from magnum.common import docker_utils | |||
File "/builddir/build/BUILD/magnum-4.1.1.dev238/magnum/common/docker_utils.py", line 80, in <module> | |||
class DockerHTTPClient(docker.APIClient):\nAttributeError: \'module\' object has no attribute \'APIClient\' | |||
</pre> | |||
Maybe this https://github.com/openstack/magnum/commit/1e0785c32089a229a65f0a3d469f899440d7af2a9 |
Revision as of 23:35, 18 June 2017
- diskimage-builder
- https://review.openstack.org/#/c/447739/ needs updating
- https://git.openstack.org/cgit/openstack/diskimage-builder/tree/diskimage_builder/elements/centos7/root.d/10-centos7-cloud-image#n19
- https://git.openstack.org/cgit/openstack/diskimage-builder/tree/diskimage_builder/elements/rpm-distro/pre-install.d/01-override-yum-arch#n25
- compile for ppc64le https://cloud.centos.org/altarch/7/images/
- compile for ppc64le https://trunk.rdoproject.org/centos7-master/current-passed-ci/ (delorean.repo)
- compile for ppc64le https://buildlogs.centos.org/centos/7/cloud/ppc64le/openstack-pike/ (delorean-deps.repo)
- openstack/python-tripleoclient
- handle ppc64le arch
tripleoclient/v1/overcloud_image.py
- openstack/tripleo-common
- handle ppc64le arch
tripleo_common/image/build.py
- openvswitch
- support ppc64le
... error: Architecture is not included: ppc64le ...
- nodejs
- support ppc64le
... error: Architecture is not included: ppc64le ...
- python-fastcache
- Does not build locally via mockchain
[hamzy@pkvmci853 mockchain2]$ mockchain -r epel-7-ppc64le --tmp_prefix=mockbuild --localrepo=mock-repo ${ADDREPO} --log=mockchain.log --recurse python-fastcache-1.0.2-3.el7.src.rpm ... ============================= test session starts ============================== platform linux2 -- Python 2.7.5, pytest-3.0.6, py-1.4.31, pluggy-0.4.0 -- /usr/bin/python2 cachedir: .cache rootdir: /builddir/build/BUILD/python-fastcache-1.0.2/fastcache-1.0.2, inifile: collecting ... collected 0 items ========================= no tests ran in 0.01 seconds ========================= ...
- openstack-tripleo-ui-deps
- support ppc64le
... error: Architecture is not included: ppc64le ...
- x86_64 binaries embedded
- openstack-magnum
Failed to import test module: magnum.tests.unit.common.test_docker_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 445, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 384, in _get_module_from_name __import__(name)\n File "/builddir/build/BUILD/magnum-4.1.1.dev238/magnum/tests/unit/common/test_docker_utils.py", line 18, in <module> from magnum.common import docker_utils File "/builddir/build/BUILD/magnum-4.1.1.dev238/magnum/common/docker_utils.py", line 80, in <module> class DockerHTTPClient(docker.APIClient):\nAttributeError: \'module\' object has no attribute \'APIClient\'
Maybe this https://github.com/openstack/magnum/commit/1e0785c32089a229a65f0a3d469f899440d7af2a9