yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #17172
[Bug 1340514] [NEW] jenkins gate job failed when devstack installing qemu-kvm
*** This bug is a duplicate of bug 1286818 ***
https://bugs.launchpad.net/bugs/1286818
Public bug reported:
2014-07-11 03:35:39.934 | + apt_get install qemu-kvm
2014-07-11 03:35:39.939 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install qemu-kvm
2014-07-11 03:35:39.963 | Reading package lists...
2014-07-11 03:35:40.224 | Building dependency tree...
2014-07-11 03:35:40.225 | Reading state information...
2014-07-11 03:35:40.430 | The following packages were automatically installed and are no longer required:
2014-07-11 03:35:40.430 | python-colorama python-distlib python-html5lib
2014-07-11 03:35:40.430 | Use 'apt-get autoremove' to remove them.
2014-07-11 03:35:40.448 | The following extra packages will be installed:
2014-07-11 03:35:40.448 | cpu-checker ipxe-qemu libbluetooth3 libbrlapi0.6 libcaca0 libfdt1
2014-07-11 03:35:40.448 | libsdl1.2debian libseccomp2 libspice-server1 libusbredirparser1 libxen-4.4
2014-07-11 03:35:40.448 | libxenstore3.0 libyajl2 msr-tools qemu-keymaps qemu-system-common
2014-07-11 03:35:40.448 | qemu-system-x86 seabios
2014-07-11 03:35:40.449 | Suggested packages:
2014-07-11 03:35:40.449 | samba vde2 sgabios
2014-07-11 03:35:40.451 | The following NEW packages will be installed:
2014-07-11 03:35:40.451 | cpu-checker ipxe-qemu libbluetooth3 libbrlapi0.6 libcaca0 libfdt1
2014-07-11 03:35:40.451 | libsdl1.2debian libseccomp2 libspice-server1 libusbredirparser1 libxen-4.4
2014-07-11 03:35:40.451 | libxenstore3.0 libyajl2 msr-tools qemu-keymaps qemu-kvm qemu-system-common
2014-07-11 03:35:40.451 | qemu-system-x86 seabios
2014-07-11 03:35:40.514 | 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded.
2014-07-11 03:35:40.514 | Need to get 291 kB/3985 kB of archives.
2014-07-11 03:35:40.514 | After this operation, 20.4 MB of additional disk space will be used.
2014-07-11 03:35:40.514 | Err http://mirror.rackspace.com/ubuntu/ trusty-security/main libxenstore3.0 amd64 4.4.0-0ubuntu5.1
2014-07-11 03:35:40.514 | 404 Not Found
2014-07-11 03:35:40.518 | Err http://mirror.rackspace.com/ubuntu/ trusty-security/main libxen-4.4 amd64 4.4.0-0ubuntu5.1
2014-07-11 03:35:40.518 | 404 Not Found
2014-07-11 03:35:40.522 | E: Failed to fetch http://mirror.rackspace.com/ubuntu/pool/main/x/xen/libxenstore3.0_4.4.0-0ubuntu5.1_amd64.deb 404 Not Found
2014-07-11 03:35:40.522 |
2014-07-11 03:35:40.522 | E: Failed to fetch http://mirror.rackspace.com/ubuntu/pool/main/x/xen/libxen-4.4_4.4.0-0ubuntu5.1_amd64.deb 404 Not Found
2014-07-11 03:35:40.522 |
2014-07-11 03:35:40.522 | E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
2014-07-11 03:35:40.524 | + exit_trap
2014-07-11 03:35:40.524 | + local r=100
2014-07-11 03:35:40.524 | ++ jobs -p
2014-07-11 03:35:40.525 | + jobs=
2014-07-11 03:35:40.525 | + [[ -n '' ]]
2014-07-11 03:35:40.525 | + kill_spinner
2014-07-11 03:35:40.525 | + '[' '!' -z '' ']'
2014-07-11 03:35:40.525 | + [[ 100 -ne 0 ]]
2014-07-11 03:35:40.525 | + echo 'Error on exit'
2014-07-11 03:35:40.525 | Error on exit
2014-07-11 03:35:40.525 | + ./tools/worlddump.py -d /opt/stack/new
2014-07-11 03:35:40.551 | World dumping... see /opt/stack/new/worlddump-2014-07-11-033540.txt for details
2014-07-11 03:35:40.570 | + exit 100
Jenkins gate jobs failed since devstack failed to install qemu-kvm. Some libs in ubuntu deb source mirrors are missing.
I found several commits stuck by this problem.
https://review.openstack.org/#/c/104952/
https://review.openstack.org/#/c/105626/
https://review.openstack.org/#/c/103023/
** Affects: openstack-ci
Importance: Undecided
Status: New
** Project changed: nova => openstack-ci
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1340514
Title:
jenkins gate job failed when devstack installing qemu-kvm
Status in OpenStack Core Infrastructure:
New
Bug description:
2014-07-11 03:35:39.934 | + apt_get install qemu-kvm
2014-07-11 03:35:39.939 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install qemu-kvm
2014-07-11 03:35:39.963 | Reading package lists...
2014-07-11 03:35:40.224 | Building dependency tree...
2014-07-11 03:35:40.225 | Reading state information...
2014-07-11 03:35:40.430 | The following packages were automatically installed and are no longer required:
2014-07-11 03:35:40.430 | python-colorama python-distlib python-html5lib
2014-07-11 03:35:40.430 | Use 'apt-get autoremove' to remove them.
2014-07-11 03:35:40.448 | The following extra packages will be installed:
2014-07-11 03:35:40.448 | cpu-checker ipxe-qemu libbluetooth3 libbrlapi0.6 libcaca0 libfdt1
2014-07-11 03:35:40.448 | libsdl1.2debian libseccomp2 libspice-server1 libusbredirparser1 libxen-4.4
2014-07-11 03:35:40.448 | libxenstore3.0 libyajl2 msr-tools qemu-keymaps qemu-system-common
2014-07-11 03:35:40.448 | qemu-system-x86 seabios
2014-07-11 03:35:40.449 | Suggested packages:
2014-07-11 03:35:40.449 | samba vde2 sgabios
2014-07-11 03:35:40.451 | The following NEW packages will be installed:
2014-07-11 03:35:40.451 | cpu-checker ipxe-qemu libbluetooth3 libbrlapi0.6 libcaca0 libfdt1
2014-07-11 03:35:40.451 | libsdl1.2debian libseccomp2 libspice-server1 libusbredirparser1 libxen-4.4
2014-07-11 03:35:40.451 | libxenstore3.0 libyajl2 msr-tools qemu-keymaps qemu-kvm qemu-system-common
2014-07-11 03:35:40.451 | qemu-system-x86 seabios
2014-07-11 03:35:40.514 | 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded.
2014-07-11 03:35:40.514 | Need to get 291 kB/3985 kB of archives.
2014-07-11 03:35:40.514 | After this operation, 20.4 MB of additional disk space will be used.
2014-07-11 03:35:40.514 | Err http://mirror.rackspace.com/ubuntu/ trusty-security/main libxenstore3.0 amd64 4.4.0-0ubuntu5.1
2014-07-11 03:35:40.514 | 404 Not Found
2014-07-11 03:35:40.518 | Err http://mirror.rackspace.com/ubuntu/ trusty-security/main libxen-4.4 amd64 4.4.0-0ubuntu5.1
2014-07-11 03:35:40.518 | 404 Not Found
2014-07-11 03:35:40.522 | E: Failed to fetch http://mirror.rackspace.com/ubuntu/pool/main/x/xen/libxenstore3.0_4.4.0-0ubuntu5.1_amd64.deb 404 Not Found
2014-07-11 03:35:40.522 |
2014-07-11 03:35:40.522 | E: Failed to fetch http://mirror.rackspace.com/ubuntu/pool/main/x/xen/libxen-4.4_4.4.0-0ubuntu5.1_amd64.deb 404 Not Found
2014-07-11 03:35:40.522 |
2014-07-11 03:35:40.522 | E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
2014-07-11 03:35:40.524 | + exit_trap
2014-07-11 03:35:40.524 | + local r=100
2014-07-11 03:35:40.524 | ++ jobs -p
2014-07-11 03:35:40.525 | + jobs=
2014-07-11 03:35:40.525 | + [[ -n '' ]]
2014-07-11 03:35:40.525 | + kill_spinner
2014-07-11 03:35:40.525 | + '[' '!' -z '' ']'
2014-07-11 03:35:40.525 | + [[ 100 -ne 0 ]]
2014-07-11 03:35:40.525 | + echo 'Error on exit'
2014-07-11 03:35:40.525 | Error on exit
2014-07-11 03:35:40.525 | + ./tools/worlddump.py -d /opt/stack/new
2014-07-11 03:35:40.551 | World dumping... see /opt/stack/new/worlddump-2014-07-11-033540.txt for details
2014-07-11 03:35:40.570 | + exit 100
Jenkins gate jobs failed since devstack failed to install qemu-kvm. Some libs in ubuntu deb source mirrors are missing.
I found several commits stuck by this problem.
https://review.openstack.org/#/c/104952/
https://review.openstack.org/#/c/105626/
https://review.openstack.org/#/c/103023/
To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-ci/+bug/1340514/+subscriptions
Follow ups
References