You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Rayees Namathponnan <ra...@citrix.com> on 2014/07/17 23:21:07 UTC

4.4 and master system template jobs failing

Hi All,

4.4 and master system template jobs failing from http://jenkins.buildacloud.org;  these jobs try to download ISO  from below location and fail with 404 error;

http://cdimage.debian.org/mirror/cdimage/archive/7.4.0/amd64/iso-cd/debian-7.4.0-amd64-netinst.iso
http://ftp.acc.umu.se/mirror/cdimage/release/7.4.0/amd64/iso-cd/debian-7.4.0-amd64-netinst.iso



I can see the debian-7.4.0-i386-netinst.iso  at http://ftp.cae.tntech.edu/debian-cd/debian-7.4.0-amd64-netinst.iso   ? probably we may need to update our system scripts to download from here.

Build jobs failing with below error



The isofile VBoxGuestAdditions_4.2.6.iso already exists.

Building Box systemvmtemplate with Definition systemvmtemplate:

- debug : false

- cwd : /home/jenkins/workspace/cloudstack-4.4-systemvm/tools/appliance

- force : false

- nogui : true

- auto : true

- checksum : false

- redirectconsole : false

- postinstall_include : []

- postinstall_exclude : []

- skip_to_postinstall : false



We did not find an isofile here : /home/jenkins/workspace/cloudstack-4.4-systemvm/tools/appliance/iso/debian-7.4.0-i386-netinst.iso.



The definition provided the following download information:

- Download url: http://cdimage.debian.org/mirror/cdimage/archive/7.4.0/i386/iso-cd/debian-7.4.0-i386-netinst.iso

- Md5 Checksum: 7339b668a81b417ac023d73739dc6a03





Checking if isofile debian-7.4.0-i386-netinst.iso already exists.

Full path: /home/jenkins/workspace/cloudstack-4.4-systemvm/tools/appliance/iso/debian-7.4.0-i386-netinst.iso

There was an error downloading http://cdimage.debian.org/mirror/cdimage/archive/7.4.0/i386/iso-cd/debian-7.4.0-i386-netinst.iso:

404 Not Found

There was an error downloading http://cdimage.debian.org/mirror/cdimage/archive/7.4.0/i386/iso-cd/debian-7.4.0-i386-netinst.iso:

404 Not Found

+ bundle exec veewee vbox halt systemvmtemplate

Box is not running

++ vboxmanage list runningvms

++ grep systemvmtemplate

++ wc -l

+ [[ 1 -ne 0 ]]

+ echo 'Waiting for systemvmtemplate to shutdown'

Waiting for systemvmtemplate to shutdown

+ sleep 2

++ vboxmanage list runningvms

++ grep systemvmtemplate

++ wc -l

+ [[ 1 -ne 0 ]]

+ echo 'Waiting for systemvmtemplate to shutdown'

Waiting for systemvmtemplate to shutdown


Regards,
Rayees