[opensuse-buildservice] New package without _service is in state blocked: service in progress
After creating a new prj and creating the first pkg in it, osc commit hangs since hours: # obs r -v home:olh:xen-4.9 libguestfs openSUSE_Tumbleweed x86_64 blocked: service in progress There are no _serivce files at all in the chain from the new pkg to the actual source package. What is OBS doing here? What I did was: $ for i in libguestfs libguestfs-1.26 libvirt libvirt-python perl-Sys-Virt qemu qemu-2.4 qemu-2.5 qemu-2.6 qemu-2.7 qemu-2.8 qemu-2.9 xen-logdirty xen-tscinfo ; do osc mkpac $i ; obs cat -u home:olh:xen-4.8 $i _link > $i/_link ; if pushd $i ; then osc ar ; osc commit -m _link _link ; popd ; fi ; osc meta pkg -e home:olh:xen-4.8/$i ; osc meta pkg -e $i ; done A libguestfs ~/work/obs/home:olh:xen-4.9/libguestfs ~/work/obs/home:olh:xen-4.9 A _link Sending meta data... Done. Sending libguestfs Sending libguestfs/_link Transmitting file data Committed revision 1. Waiting for server side source service run .......................................... Olaf
I have the same issue with a link to Network_Manager. "service is running" but there is no _service in my package, only the _link. not even a link diff (yet). On 21.06.2017 07:57, Olaf Hering wrote:
After creating a new prj and creating the first pkg in it, osc commit hangs since hours:
# obs r -v home:olh:xen-4.9 libguestfs openSUSE_Tumbleweed x86_64 blocked: service in progress
There are no _serivce files at all in the chain from the new pkg to the actual source package. What is OBS doing here? What I did was:
$ for i in libguestfs libguestfs-1.26 libvirt libvirt-python perl-Sys-Virt qemu qemu-2.4 qemu-2.5 qemu-2.6 qemu-2.7 qemu-2.8 qemu-2.9 xen-logdirty xen-tscinfo ; do osc mkpac $i ; obs cat -u home:olh:xen-4.8 $i _link > $i/_link ; if pushd $i ; then osc ar ; osc commit -m _link _link ; popd ; fi ; osc meta pkg -e home:olh:xen-4.8/$i ; osc meta pkg -e $i ; done A libguestfs ~/work/obs/home:olh:xen-4.9/libguestfs ~/work/obs/home:olh:xen-4.9 A _link Sending meta data... Done. Sending libguestfs Sending libguestfs/_link Transmitting file data Committed revision 1. Waiting for server side source service run ..........................................
Olaf
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mittwoch, 21. Juni 2017, 08:17:53 CEST wrote Mathias Homann:
I have the same issue with a link to Network_Manager. "service is running" but there is no _service in my package, only the _link. not even a link diff (yet).
Yes, the servicedispatcher got stopped for some unknown reason. Started again (>500 jobs to work on now). I have added the servicedispatcher to our workerstatus (aka https://build.opensuse.org/monitor) now to avoid such a mistake in future. bye adrian
On 21.06.2017 07:57, Olaf Hering wrote:
After creating a new prj and creating the first pkg in it, osc commit hangs since hours:
# obs r -v home:olh:xen-4.9 libguestfs openSUSE_Tumbleweed x86_64 blocked: service in progress
There are no _serivce files at all in the chain from the new pkg to the actual source package. What is OBS doing here? What I did was:
$ for i in libguestfs libguestfs-1.26 libvirt libvirt-python perl-Sys-Virt qemu qemu-2.4 qemu-2.5 qemu-2.6 qemu-2.7 qemu-2.8 qemu-2.9 xen-logdirty xen-tscinfo ; do osc mkpac $i ; obs cat -u home:olh:xen-4.8 $i _link > $i/_link ; if pushd $i ; then osc ar ; osc commit -m _link _link ; popd ; fi ; osc meta pkg -e home:olh:xen-4.8/$i ; osc meta pkg -e $i ; done A libguestfs ~/work/obs/home:olh:xen-4.9/libguestfs ~/work/obs/home:olh:xen-4.9 A _link Sending meta data... Done. Sending libguestfs Sending libguestfs/_link Transmitting file data Committed revision 1. Waiting for server side source service run ..........................................
Olaf
-- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Adrian Schröter
-
Mathias Homann
-
Olaf Hering