
All, There is bunch of vdsm master builds which failed due to: 07:39:18 /tmp/hudson7015046652364386467.sh: line 80: losetup: command not found 07:39:18 ++ awk '{print $1}' 07:39:18 ++ sed -e s/:// 07:39:18 + [[ -n '' ]] 07:39:18 /tmp/hudson7015046652364386467.sh: line 87: syntax error near unexpected token `\ ' This one [1] was the first one to fail. Can someone please take a look? Thanks, Piotr [1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1973

Doesn't look like infra issue. adding Adam as the last commiter: On Fri, Jan 8, 2016 at 9:44 AM, Piotr Kliczewski <piotr.kliczewski@gmail.com
wrote:
All,
There is bunch of vdsm master builds which failed due to:
07:39:18 /tmp/hudson7015046652364386467.sh: line 80: losetup: command not found 07:39:18 ++ awk '{print $1}' 07:39:18 ++ sed -e s/:// 07:39:18 + [[ -n '' ]] 07:39:18 /tmp/hudson7015046652364386467.sh: line 87: syntax error near unexpected token `\ '
This one [1] was the first one to fail.
Can someone please take a look?
Thanks, Piotr
[1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1973 _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
-- Eyal Edri Associate Manager EMEA ENG Virtualization R&D Red Hat Israel phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ)

now with the commit: http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1973/change... On Fri, Jan 8, 2016 at 3:59 PM, Eyal Edri <eedri@redhat.com> wrote:
Doesn't look like infra issue. adding Adam as the last commiter:
On Fri, Jan 8, 2016 at 9:44 AM, Piotr Kliczewski < piotr.kliczewski@gmail.com> wrote:
All,
There is bunch of vdsm master builds which failed due to:
07:39:18 /tmp/hudson7015046652364386467.sh: line 80: losetup: command not found 07:39:18 ++ awk '{print $1}' 07:39:18 ++ sed -e s/:// 07:39:18 + [[ -n '' ]] 07:39:18 /tmp/hudson7015046652364386467.sh: line 87: syntax error near unexpected token `\ '
This one [1] was the first one to fail.
Can someone please take a look?
Thanks, Piotr
[1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1973 _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
-- Eyal Edri Associate Manager EMEA ENG Virtualization R&D Red Hat Israel
phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ)
-- Eyal Edri Associate Manager EMEA ENG Virtualization R&D Red Hat Israel phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ)

Also, not sure why it fails for you if the patch isn't merged yet. Are you rebased? e. On Fri, Jan 8, 2016 at 3:59 PM, Eyal Edri <eedri@redhat.com> wrote:
now with the commit:
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1973/change...
On Fri, Jan 8, 2016 at 3:59 PM, Eyal Edri <eedri@redhat.com> wrote:
Doesn't look like infra issue. adding Adam as the last commiter:
On Fri, Jan 8, 2016 at 9:44 AM, Piotr Kliczewski < piotr.kliczewski@gmail.com> wrote:
All,
There is bunch of vdsm master builds which failed due to:
07:39:18 /tmp/hudson7015046652364386467.sh: line 80: losetup: command not found 07:39:18 ++ awk '{print $1}' 07:39:18 ++ sed -e s/:// 07:39:18 + [[ -n '' ]] 07:39:18 /tmp/hudson7015046652364386467.sh: line 87: syntax error near unexpected token `\ '
This one [1] was the first one to fail.
Can someone please take a look?
Thanks, Piotr
[1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1973 _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
-- Eyal Edri Associate Manager EMEA ENG Virtualization R&D Red Hat Israel
phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ)
-- Eyal Edri Associate Manager EMEA ENG Virtualization R&D Red Hat Israel
phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ)
-- Eyal Edri Associate Manager EMEA ENG Virtualization R&D Red Hat Israel phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ)

On 08/01/16 15:59 +0200, Eyal Edri wrote:
Doesn't look like infra issue. adding Adam as the last commiter:
This is definately an infra/CI issue. From the log [1]: 21:31:24 + loops=($(losetup -a | grep -E "$WORKSPACE|\(build/disk" | awk '{print $1}' | sed -e 's/://')) 21:31:24 ++ losetup -a 21:31:24 /tmp/hudson5712433727892098744.sh: line 80: losetup: command not found 21:31:24 ++ grep -E '/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64|\(build/disk' 21:31:24 ++ awk '{print $1}' 21:31:24 ++ sed -e s/:// 21:31:24 + [[ -n '' ]] 21:31:24 /tmp/hudson5712433727892098744.sh: line 87: syntax error near unexpected token `\ ' The script is not checking the result of losetup before plugging the output into further commands. This is causing invalid shell code when the output is blank (presumably this environment does not have losetup installed). [1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1973/consol...
On Fri, Jan 8, 2016 at 9:44 AM, Piotr Kliczewski <piotr.kliczewski@gmail.com
wrote:
All,
There is bunch of vdsm master builds which failed due to:
07:39:18 /tmp/hudson7015046652364386467.sh: line 80: losetup: command not found 07:39:18 ++ awk '{print $1}' 07:39:18 ++ sed -e s/:// 07:39:18 + [[ -n '' ]] 07:39:18 /tmp/hudson7015046652364386467.sh: line 87: syntax error near unexpected token `\ '
This one [1] was the first one to fail.
Can someone please take a look?
Thanks, Piotr
[1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1973 _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
-- Eyal Edri Associate Manager EMEA ENG Virtualization R&D Red Hat Israel
phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ)
-- Adam Litke

Indeed. There was a patch that got merged today which I wasn't aware of, for cleaning loop devices. The patch was reverted. On Jan 8, 2016 6:51 PM, "Adam Litke" <alitke@redhat.com> wrote:
On 08/01/16 15:59 +0200, Eyal Edri wrote:
Doesn't look like infra issue. adding Adam as the last commiter:
This is definately an infra/CI issue. From the log [1]:
21:31:24 + loops=($(losetup -a | grep -E "$WORKSPACE|\(build/disk" | awk '{print $1}' | sed -e 's/://')) 21:31:24 ++ losetup -a 21:31:24 /tmp/hudson5712433727892098744.sh: line 80: losetup: command not found 21:31:24 ++ grep -E '/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64|\(build/disk' 21:31:24 ++ awk '{print $1}' 21:31:24 ++ sed -e s/:// 21:31:24 + [[ -n '' ]] 21:31:24 /tmp/hudson5712433727892098744.sh: line 87: syntax error near unexpected token `\ '
The script is not checking the result of losetup before plugging the output into further commands. This is causing invalid shell code when the output is blank (presumably this environment does not have losetup installed).
[1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1973/consol...
On Fri, Jan 8, 2016 at 9:44 AM, Piotr Kliczewski < piotr.kliczewski@gmail.com
wrote:
All,
There is bunch of vdsm master builds which failed due to:
07:39:18 /tmp/hudson7015046652364386467.sh: line 80: losetup: command not found 07:39:18 ++ awk '{print $1}' 07:39:18 ++ sed -e s/:// 07:39:18 + [[ -n '' ]] 07:39:18 /tmp/hudson7015046652364386467.sh: line 87: syntax error near unexpected token `\ '
This one [1] was the first one to fail.
Can someone please take a look?
Thanks, Piotr
[1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1973 _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
-- Eyal Edri Associate Manager EMEA ENG Virtualization R&D Red Hat Israel
phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ)
-- Adam Litke

Thanks, builds are working now On Fri, Jan 8, 2016 at 8:24 PM, Eyal Edri <eedri@redhat.com> wrote:
Indeed. There was a patch that got merged today which I wasn't aware of, for cleaning loop devices.
The patch was reverted. On Jan 8, 2016 6:51 PM, "Adam Litke" <alitke@redhat.com> wrote:
On 08/01/16 15:59 +0200, Eyal Edri wrote:
Doesn't look like infra issue. adding Adam as the last commiter:
This is definately an infra/CI issue. From the log [1]:
21:31:24 + loops=($(losetup -a | grep -E "$WORKSPACE|\(build/disk" | awk '{print $1}' | sed -e 's/://')) 21:31:24 ++ losetup -a 21:31:24 /tmp/hudson5712433727892098744.sh: line 80: losetup: command not found 21:31:24 ++ grep -E '/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64|\(build/disk' 21:31:24 ++ awk '{print $1}' 21:31:24 ++ sed -e s/:// 21:31:24 + [[ -n '' ]] 21:31:24 /tmp/hudson5712433727892098744.sh: line 87: syntax error near unexpected token `\ '
The script is not checking the result of losetup before plugging the output into further commands. This is causing invalid shell code when the output is blank (presumably this environment does not have losetup installed).
[1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1973/consol...
On Fri, Jan 8, 2016 at 9:44 AM, Piotr Kliczewski < piotr.kliczewski@gmail.com
wrote:
All,
There is bunch of vdsm master builds which failed due to:
07:39:18 /tmp/hudson7015046652364386467.sh: line 80: losetup: command not found 07:39:18 ++ awk '{print $1}' 07:39:18 ++ sed -e s/:// 07:39:18 + [[ -n '' ]] 07:39:18 /tmp/hudson7015046652364386467.sh: line 87: syntax error near unexpected token `\ '
This one [1] was the first one to fail.
Can someone please take a look?
Thanks, Piotr
[1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/1973 _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
-- Eyal Edri Associate Manager EMEA ENG Virtualization R&D Red Hat Israel
phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ)
-- Adam Litke
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
participants (4)
-
Adam Litke
-
Eyal Edri
-
Nir Soffer
-
Piotr Kliczewski