You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Pierre-Luc Dion <pd...@apache.org> on 2015/06/01 02:33:50 UTC

Re: Errors while packaging master

Doesn't seams to have been fixed on master branch. Look like the build
slave on j.bac.o is broken and if running manually ./package.sh -d centos63
it fail with the following error:

error: File not found:
/home/jenkins/cloudstack/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/etc/cloudstack/management/commons-logging.properties

RPM build errors:

    File not found:
/home/jenkins/cloudstack/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/etc/cloudstack/management/commons-logging.properties

RPM Build Failed



Regards,

On Tue, May 12, 2015 at 4:06 PM, Erik Weber <te...@gmail.com> wrote:

> Anyone able to build the centos63 packages on master? Seems broken after
> awsapi removal and 4.5 merge.
>
> Atleast I keep getting errors.
>
> Trying to fix it, but it takes time to rebuild and fetch new ones.
>
> --
> Erik
>
> On Tue, May 12, 2015 at 1:28 PM, Erik Weber <te...@gmail.com> wrote:
>
> > Anyone else get this? Happens when i do "bash package.sh -d centos63"
> >
> > + ln -sf /var/cache/cloudstack/management/temp
> >
> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/share/cloudstack-management/temp
> > + ln -sf /var/cache/cloudstack/management/work
> >
> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/share/cloudstack-management/work
> > + /bin/touch
> >
> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/var/log/cloudstack/management/catalina.out
> > + install -D client/target/utilities/bin/cloud-migrate-databases
> >
> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-migrate-databases
> > + install -D client/target/utilities/bin/cloud-set-guest-password
> >
> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-set-guest-password
> > + install -D client/target/utilities/bin/cloud-set-guest-sshkey
> >
> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-set-guest-sshkey
> > + install -D client/target/utilities/bin/cloud-setup-databases
> >
> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-setup-databases
> > + install -D client/target/utilities/bin/cloud-setup-encryption
> >
> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-setup-encryption
> > + install -D client/target/utilities/bin/cloud-setup-management
> >
> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-setup-management
> > + install -D client/target/utilities/bin/cloud-setup-baremetal
> >
> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-setup-baremetal
> > + install -D client/target/utilities/bin/cloud-sysvmadm
> >
> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-sysvmadm
> > + install -D client/target/utilities/bin/cloud-update-xenserver-licenses
> >
> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-update-xenserver-licenses
> > + '%{_cloudstackmanagementconf}'
> > /var/tmp/rpm-tmp.nuuOOp: line 93: fg: no job control
> > error: Bad exit status from /var/tmp/rpm-tmp.nuuOOp (%install)
> >
>

Re: Errors while packaging master

Posted by Pierre-Luc Dion <pd...@cloudops.com>.
I think I fixed the problem with :
https://github.com/apache/cloudstack/pull/337
jenkins is broken for now, but was working locally.


On Sun, May 31, 2015 at 8:33 PM, Pierre-Luc Dion <pd...@apache.org>
wrote:

> Doesn't seams to have been fixed on master branch. Look like the build
> slave on j.bac.o is broken and if running manually ./package.sh -d centos63
> it fail with the following error:
>
> error: File not found:
> /home/jenkins/cloudstack/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/etc/cloudstack/management/commons-logging.properties
>
> RPM build errors:
>
>     File not found:
> /home/jenkins/cloudstack/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/etc/cloudstack/management/commons-logging.properties
>
> RPM Build Failed
>
>
>
> Regards,
>
> On Tue, May 12, 2015 at 4:06 PM, Erik Weber <te...@gmail.com> wrote:
>
>> Anyone able to build the centos63 packages on master? Seems broken after
>> awsapi removal and 4.5 merge.
>>
>> Atleast I keep getting errors.
>>
>> Trying to fix it, but it takes time to rebuild and fetch new ones.
>>
>> --
>> Erik
>>
>> On Tue, May 12, 2015 at 1:28 PM, Erik Weber <te...@gmail.com> wrote:
>>
>> > Anyone else get this? Happens when i do "bash package.sh -d centos63"
>> >
>> > + ln -sf /var/cache/cloudstack/management/temp
>> >
>> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/share/cloudstack-management/temp
>> > + ln -sf /var/cache/cloudstack/management/work
>> >
>> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/share/cloudstack-management/work
>> > + /bin/touch
>> >
>> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/var/log/cloudstack/management/catalina.out
>> > + install -D client/target/utilities/bin/cloud-migrate-databases
>> >
>> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-migrate-databases
>> > + install -D client/target/utilities/bin/cloud-set-guest-password
>> >
>> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-set-guest-password
>> > + install -D client/target/utilities/bin/cloud-set-guest-sshkey
>> >
>> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-set-guest-sshkey
>> > + install -D client/target/utilities/bin/cloud-setup-databases
>> >
>> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-setup-databases
>> > + install -D client/target/utilities/bin/cloud-setup-encryption
>> >
>> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-setup-encryption
>> > + install -D client/target/utilities/bin/cloud-setup-management
>> >
>> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-setup-management
>> > + install -D client/target/utilities/bin/cloud-setup-baremetal
>> >
>> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-setup-baremetal
>> > + install -D client/target/utilities/bin/cloud-sysvmadm
>> >
>> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-sysvmadm
>> > + install -D client/target/utilities/bin/cloud-update-xenserver-licenses
>> >
>> /home/jenkins/.jenkins/jobs/cloudstack-4.6-fix-extractable-rpm/workspace/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-update-xenserver-licenses
>> > + '%{_cloudstackmanagementconf}'
>> > /var/tmp/rpm-tmp.nuuOOp: line 93: fg: no job control
>> > error: Bad exit status from /var/tmp/rpm-tmp.nuuOOp (%install)
>> >
>>
>
>