CI: OVB jobs fail because can't install XStatic from PyPI mirror on rh1 cloud

Bug #1720721 reported by Sagi (Sergey) Shnaidman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
Paul Belanger
Revision history for this message
yatin (yatinkarel) wrote :

JFI: Local reproduction:-
virtualenv /tmp/ansible
/tmp/ansible/bin/pip install -i http://mirror.regionone.tripleo-test-cloud-rh1.openstack.org/pypi/simple/ --trusted-host mirror.regionone.tripleo-test-cloud-rh1.openstack.org ara

Tried with other cloud and it's working: /tmp/ansible/bin/pip install -i http://mirror.gra1.ovh.openstack.org/pypi/simple/ --trusted-host mirror.gra1.ovh.openstack.org ara

Revision history for this message
Paul Belanger (pabelanger) wrote :

Here was the fix:

  fs flushvolume /afs/openstack.org/mirror/pypi/

for some reason we needed to force an update of the cached data:

  http://docs.openafs.org/AdminGuide/HDRWQ412.html

Revision history for this message
Ben Nemec (bnemec) wrote :

Is that something we can do? And if not, would rebooting the mirror instance accomplish the same thing?

Revision history for this message
Paul Belanger (pabelanger) wrote :

Is there still an issue? The fix was to flush the AFS volume on the mirror.

Revision history for this message
Ben Nemec (bnemec) wrote :

No, I'm just wondering if this happens again if it's something we can resolve or if we need an infra admin.

Revision history for this message
Ben Nemec (bnemec) wrote :

I can confirm that the missing package is now found so we can close this.

Changed in tripleo:
status: Triaged → Fix Released
Revision history for this message
Sagi (Sergey) Shnaidman (sshnaidm) wrote :

I'm not sure it's the same problem, but now ara fails to install in OVB because doesn't find libcffi:

http://logs.openstack.org/26/508226/1/check/legacy-tripleo-ci-centos-7-containers-multinode-upgrades/9642d03/job-output.txt.gz#_2017-10-04_08_17_31_722911

2017-10-04 08:17:31.722839 | primary | gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python2.7 -c c/_cffi_backend.c -o build/temp.linux-x86_64-2.7/c/_cffi_backend.o
2017-10-04 08:17:31.722885 | primary | c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory
2017-10-04 08:17:31.722911 | primary | #include <ffi.h>
2017-10-04 08:17:31.722936 | primary | ^
2017-10-04 08:17:31.722964 | primary | compilation terminated.
2017-10-04 08:17:31.723005 | primary | error: command 'gcc' failed with exit status 1

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.