oVirt CI now supports Fedora 27 and Fedora Rawhide

Over the TLV shut-down we took the time to add support for using Fedora 27 as well as Fedora Rawhide in the oVirt CI system. To use Fedora 27 just use 'fc27' as you would for other Fedora versions in the CI YAML files and/or file extensions in the 'automation/' directory. Using Fedora rawhide is similar, you just use 'fcraw' to refer to it. -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Sun, Oct 15, 2017 at 2:12 PM Barak Korren <bkorren@redhat.com> wrote:
Over the TLV shut-down we took the time to add support for using Fedora 27 as well as Fedora Rawhide in the oVirt CI system.
To use Fedora 27 just use 'fc27' as you would for other Fedora versions in the CI YAML files and/or file extensions in the 'automation/' directory.
Using Fedora rawhide is similar, you just use 'fcraw' to refer to it.
Cool, thanks! Vdsm tests are already running with fedora 27 and rawhide in travis, so it should be easy to add new builds in jenkins. Dan, Francesco, any objection to add 2 new builds in master? Nir
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Sun, Oct 15, 2017 at 6:35 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Sun, Oct 15, 2017 at 2:12 PM Barak Korren <bkorren@redhat.com> wrote:
Over the TLV shut-down we took the time to add support for using Fedora 27 as well as Fedora Rawhide in the oVirt CI system.
To use Fedora 27 just use 'fc27' as you would for other Fedora versions in the CI YAML files and/or file extensions in the 'automation/' directory.
Using Fedora rawhide is similar, you just use 'fcraw' to refer to it.
Cool, thanks!
Vdsm tests are already running with fedora 27 and rawhide in travis, so it should be easy to add new builds in jenkins.
Dan, Francesco, any objection to add 2 new builds in master?
Down sides are waste of resources, slower CI responsiveness, and more importantly: rawhide fragility may cause more unrelated failures. Nir, with your experience - does it worth it? How about having "rawhide" as non-voting?

On Sun, Oct 15, 2017 at 7:43 PM Dan Kenigsberg <danken@redhat.com> wrote:
On Sun, Oct 15, 2017 at 6:35 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Sun, Oct 15, 2017 at 2:12 PM Barak Korren <bkorren@redhat.com> wrote:
Over the TLV shut-down we took the time to add support for using Fedora
27
as well as Fedora Rawhide in the oVirt CI system.
To use Fedora 27 just use 'fc27' as you would for other Fedora versions in the CI YAML files and/or file extensions in the 'automation/' directory.
Using Fedora rawhide is similar, you just use 'fcraw' to refer to it.
Cool, thanks!
Vdsm tests are already running with fedora 27 and rawhide in travis, so it should be easy to add new builds in jenkins.
Dan, Francesco, any objection to add 2 new builds in master?
Down sides are waste of resources, slower CI responsiveness, and more importantly: rawhide fragility may cause more unrelated failures.
Good points
Nir, with your experience - does it worth it?
We never had this problem in travis yet.
How about having "rawhide" as non-voting?
Only if marking specific tests as expected failure is too much work. Nir

On 15 October 2017 at 19:43, Dan Kenigsberg <danken@redhat.com> wrote:
Down sides are waste of resources, slower CI responsiveness, and more importantly: rawhide fragility may cause more unrelated failures.
I don't think it will be that much of a resource issue. Our non-peak slave utilization is pretty low. And you can just remove some of the older Fedora versions. I suggest not to make too many premature assumptions. If rawhide testing is useful for you, just add it and see how it behaves over time... Nir, with your experience - does it worth it?
How about having "rawhide" as non-voting?
You can accomplish that easily - just add a 'check-patch.sh.fcraw' script that would source the normal 'check-patch.sh' and throw away the process return value. -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Mon, Oct 16, 2017 at 8:25 AM, Barak Korren <bkorren@redhat.com> wrote:
On 15 October 2017 at 19:43, Dan Kenigsberg <danken@redhat.com> wrote:
Down sides are waste of resources, slower CI responsiveness, and more importantly: rawhide fragility may cause more unrelated failures.
I don't think it will be that much of a resource issue. Our non-peak slave utilization is pretty low. And you can just remove some of the older Fedora versions.
I suggest not to make too many premature assumptions. If rawhide testing is useful for you, just add it and see how it behaves over time...
Nir, with your experience - does it worth it?
How about having "rawhide" as non-voting?
You can accomplish that easily - just add a 'check-patch.sh.fcraw' script that would source the normal 'check-patch.sh' and throw away the process return value.
This would eliminate the only benefit I see in having rawhide at all: I'd like to see the rawhide job in RED if it is currently broken, so I can look deeper to see why. If it's always green, it's useless to me. However, if it is often red due to temporary unrelated changes, I would not like it to block fixes. But as you say, we can try it out and check the signal/noise ratio.

On Mon, Oct 16, 2017 at 8:36 AM Dan Kenigsberg <danken@redhat.com> wrote:
On Mon, Oct 16, 2017 at 8:25 AM, Barak Korren <bkorren@redhat.com> wrote:
On 15 October 2017 at 19:43, Dan Kenigsberg <danken@redhat.com> wrote:
Down sides are waste of resources, slower CI responsiveness, and more importantly: rawhide fragility may cause more unrelated failures.
I don't think it will be that much of a resource issue. Our non-peak
slave
utilization is pretty low. And you can just remove some of the older Fedora versions.
I suggest not to make too many premature assumptions. If rawhide testing is useful for you, just add it and see how it behaves over time...
Nir, with your experience - does it worth it?
How about having "rawhide" as non-voting?
You can accomplish that easily - just add a 'check-patch.sh.fcraw' script that would source the normal 'check-patch.sh' and throw away the process return value.
This would eliminate the only benefit I see in having rawhide at all: I'd like to see the rawhide job in RED if it is currently broken, so I can look deeper to see why. If it's always green, it's useless to me. However, if it is often red due to temporary unrelated changes, I would not like it to block fixes.
But as you say, we can try it out and check the signal/noise ratio.
I sent patches for ovirt-imageio, we need similar patches for vdsm. https://gerrit.ovirt.org/84309/ https://gerrit.ovirt.org/84308/ Piotr, can you handle this for vdsm? Nir

Yes, I can do that. 17.11.2017 21:27 "Nir Soffer" <nsoffer@redhat.com> napisał(a):
On Mon, Oct 16, 2017 at 8:36 AM Dan Kenigsberg <danken@redhat.com> wrote:
On Mon, Oct 16, 2017 at 8:25 AM, Barak Korren <bkorren@redhat.com> wrote:
On 15 October 2017 at 19:43, Dan Kenigsberg <danken@redhat.com> wrote:
Down sides are waste of resources, slower CI responsiveness, and more importantly: rawhide fragility may cause more unrelated failures.
I don't think it will be that much of a resource issue. Our non-peak
utilization is pretty low. And you can just remove some of the older Fedora versions.
I suggest not to make too many premature assumptions. If rawhide testing is useful for you, just add it and see how it behaves over time...
Nir, with your experience - does it worth it?
How about having "rawhide" as non-voting?
You can accomplish that easily - just add a 'check-patch.sh.fcraw'
slave script
that would source the normal 'check-patch.sh' and throw away the process return value.
This would eliminate the only benefit I see in having rawhide at all: I'd like to see the rawhide job in RED if it is currently broken, so I can look deeper to see why. If it's always green, it's useless to me. However, if it is often red due to temporary unrelated changes, I would not like it to block fixes.
But as you say, we can try it out and check the signal/noise ratio.
I sent patches for ovirt-imageio, we need similar patches for vdsm. https://gerrit.ovirt.org/84309/ https://gerrit.ovirt.org/84308/
Piotr, can you handle this for vdsm?
Nir

On Sat, Nov 18, 2017 at 10:20 AM, Piotr Kliczewski <pkliczew@redhat.com> wrote:
Yes, I can do that.
Here are the patches: https://gerrit.ovirt.org/84368 https://gerrit.ovirt.org/84370
17.11.2017 21:27 "Nir Soffer" <nsoffer@redhat.com> napisał(a):
On Mon, Oct 16, 2017 at 8:36 AM Dan Kenigsberg <danken@redhat.com> wrote:
On Mon, Oct 16, 2017 at 8:25 AM, Barak Korren <bkorren@redhat.com> wrote:
On 15 October 2017 at 19:43, Dan Kenigsberg <danken@redhat.com> wrote:
Down sides are waste of resources, slower CI responsiveness, and more importantly: rawhide fragility may cause more unrelated failures.
I don't think it will be that much of a resource issue. Our non-peak
utilization is pretty low. And you can just remove some of the older Fedora versions.
I suggest not to make too many premature assumptions. If rawhide testing is useful for you, just add it and see how it behaves over time...
Nir, with your experience - does it worth it?
How about having "rawhide" as non-voting?
You can accomplish that easily - just add a 'check-patch.sh.fcraw'
that would source the normal 'check-patch.sh' and throw away the
slave script process
return value.
This would eliminate the only benefit I see in having rawhide at all: I'd like to see the rawhide job in RED if it is currently broken, so I can look deeper to see why. If it's always green, it's useless to me. However, if it is often red due to temporary unrelated changes, I would not like it to block fixes.
But as you say, we can try it out and check the signal/noise ratio.
I sent patches for ovirt-imageio, we need similar patches for vdsm. https://gerrit.ovirt.org/84309/ https://gerrit.ovirt.org/84308/
Piotr, can you handle this for vdsm?
Nir

On Mon, Nov 20, 2017 at 1:16 PM, Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Sat, Nov 18, 2017 at 10:20 AM, Piotr Kliczewski <pkliczew@redhat.com> wrote:
Yes, I can do that.
Here are the patches: https://gerrit.ovirt.org/84368 https://gerrit.ovirt.org/84370
Note for future: the project should be ready (84368 merged) before CI is requested to use it (84370). The patches where merged in reverse order, so we currently have broken CI for Vdsm until 84368 is merged.

On 20 November 2017 at 16:47, Dan Kenigsberg <danken@redhat.com> wrote:
On Mon, Nov 20, 2017 at 1:16 PM, Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Sat, Nov 18, 2017 at 10:20 AM, Piotr Kliczewski <pkliczew@redhat.com> wrote:
Yes, I can do that.
Here are the patches: https://gerrit.ovirt.org/84368 https://gerrit.ovirt.org/84370
Note for future: the project should be ready (84368 merged) before CI is requested to use it (84370). The patches where merged in reverse order, so we currently have broken CI for Vdsm until 84368 is merged.
You can actually just rebase failing patches on top of 84368 to get them to pass properly. -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Mon, Nov 20, 2017 at 4:57 PM, Barak Korren <bkorren@redhat.com> wrote:
On 20 November 2017 at 16:47, Dan Kenigsberg <danken@redhat.com> wrote:
On Mon, Nov 20, 2017 at 1:16 PM, Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Sat, Nov 18, 2017 at 10:20 AM, Piotr Kliczewski <pkliczew@redhat.com> wrote:
Yes, I can do that.
Here are the patches: https://gerrit.ovirt.org/84368 https://gerrit.ovirt.org/84370
Note for future: the project should be ready (84368 merged) before CI is requested to use it (84370). The patches where merged in reverse order, so we currently have broken CI for Vdsm until 84368 is merged.
You can actually just rebase failing patches on top of 84368 to get them to pass properly.
and that is what I personally did; but that's "Toshba" is they say in the Yeshiva. master is currently broken because we merged the patches in the wrong order.

I see a failure for [1] with: http://resources.ovirt.org/repos/lago/stable/0.0/rpm/fcraw/repodata/repomd.x...: [Errno 14] HTTP Error 404 - Not Found and for [2] with http://resources.ovirt.org/repos/lago/stable/0.0/rpm/fc27/repodata/repomd.xm...: [Errno 14] HTTP Error 404 - Not Found @Barak can we fix it? Thanks, Piotr [1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/20/ [2] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/20/ On Mon, Nov 20, 2017 at 4:01 PM, Dan Kenigsberg <danken@redhat.com> wrote:
On 20 November 2017 at 16:47, Dan Kenigsberg <danken@redhat.com> wrote:
On Mon, Nov 20, 2017 at 1:16 PM, Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Sat, Nov 18, 2017 at 10:20 AM, Piotr Kliczewski <
On Mon, Nov 20, 2017 at 4:57 PM, Barak Korren <bkorren@redhat.com> wrote: pkliczew@redhat.com>
wrote:
Yes, I can do that.
Here are the patches: https://gerrit.ovirt.org/84368 https://gerrit.ovirt.org/84370
Note for future: the project should be ready (84368 merged) before CI is requested to use it (84370). The patches where merged in reverse order, so we currently have broken CI for Vdsm until 84368 is merged.
You can actually just rebase failing patches on top of 84368 to get them to pass properly.
and that is what I personally did; but that's "Toshba" is they say in the Yeshiva. master is currently broken because we merged the patches in the wrong order.

On 20 November 2017 at 17:09, Piotr Kliczewski <pkliczew@redhat.com> wrote:
I see a failure for [1]
with: http://resources.ovirt.org/repos/lago/stable/0.0/rpm/fcraw/repodata/repomd.x...: [Errno 14] HTTP Error 404 - Not Found
and for [2]
with http://resources.ovirt.org/repos/lago/stable/0.0/rpm/fc27/repodata/repomd.xm...: [Errno 14] HTTP Error 404 - Not Found
@Barak can we fix it?
Why are you trying to use lago repos in check-patch? There is no cf27/rawhide build of Lago yet, maybe just remove them from the appropriate *.repo files? -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Mon, Nov 20, 2017 at 4:57 PM, Barak Korren <bkorren@redhat.com> wrote:
On 20 November 2017 at 17:09, Piotr Kliczewski <pkliczew@redhat.com> wrote:
I see a failure for [1]
with: http://resources.ovirt.org/repos/lago/stable/0.0/rpm/fcraw/repodata/repomd.x...: [Errno 14] HTTP Error 404 - Not Found
and for [2]
with http://resources.ovirt.org/repos/lago/stable/0.0/rpm/fc27/repodata/repomd.xm...: [Errno 14] HTTP Error 404 - Not Found
@Barak can we fix it?
Why are you trying to use lago repos in check-patch? There is no cf27/rawhide build of Lago yet, maybe just remove them from the appropriate *.repo files?
repo file reuse, will fix
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Mon, Nov 20, 2017 at 5:00 PM, Piotr Kliczewski < piotr.kliczewski@gmail.com> wrote:
On Mon, Nov 20, 2017 at 4:57 PM, Barak Korren <bkorren@redhat.com> wrote:
On 20 November 2017 at 17:09, Piotr Kliczewski <pkliczew@redhat.com> wrote:
@Barak can we fix it?
Why are you trying to use lago repos in check-patch? There is no cf27/rawhide build of Lago yet, maybe just remove them from the appropriate *.repo files?
repo file reuse, will fix
I removed repos not available on fc27/fcraw and I got failures [1][2]: ImportError: No module named ovirt_imageio_common I see that [3] repo is not available for fcraw. I see that [4], [5] and [6] are not available for both. It seems that we are not ready for enabling the jobs for both os versions. Maybe we should consider revert of [7]. Thanks, Piotr [1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/48/ [2] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/49/ [3] tested,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/$distro [4] ovirt-snapshot-static,http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/$distro [5] ovirt-ci-tools,http://resources.ovirt.org/repos/ci-tools/$distro [6] lago,http://resources.ovirt.org/repos/lago/stable/0.0/rpm/$distro [7] https://gerrit.ovirt.org/#/c/84370/

On 20 November 2017 at 19:16, Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Mon, Nov 20, 2017 at 5:00 PM, Piotr Kliczewski <piotr.kliczewski@gmail.com> wrote:
On Mon, Nov 20, 2017 at 4:57 PM, Barak Korren <bkorren@redhat.com> wrote:
On 20 November 2017 at 17:09, Piotr Kliczewski <pkliczew@redhat.com> wrote:
@Barak can we fix it?
Why are you trying to use lago repos in check-patch? There is no cf27/rawhide build of Lago yet, maybe just remove them from the appropriate *.repo files?
repo file reuse, will fix
I removed repos not available on fc27/fcraw and I got failures [1][2]:
ImportError: No module named ovirt_imageio_common
I see that [3] repo is not available for fcraw. I see that [4], [5] and [6] are not available for both.
[3] should become available as soon as any project builds successfully for FCRAW, not sure which packages you actually need from there though. [4] should not be needed, what are you still using from there? not sure what is it you need from [5] either - probably just 'repoman' for lago [6], so not needed by things other then check-merged.
It seems that we are not ready for enabling the jobs for both os versions. Maybe we should consider revert of [7].
Thanks, Piotr
[1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/48/ [2] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/49/ [3] tested,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/$distro [4] ovirt-snapshot-static,http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/$distro [5] ovirt-ci-tools,http://resources.ovirt.org/repos/ci-tools/$distro [6] lago,http://resources.ovirt.org/repos/lago/stable/0.0/rpm/$distro [7] https://gerrit.ovirt.org/#/c/84370/
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Mon, Nov 20, 2017 at 6:34 PM, Barak Korren <bkorren@redhat.com> wrote:
On 20 November 2017 at 19:16, Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Mon, Nov 20, 2017 at 5:00 PM, Piotr Kliczewski <piotr.kliczewski@gmail.com> wrote:
On Mon, Nov 20, 2017 at 4:57 PM, Barak Korren <bkorren@redhat.com> wrote:
On 20 November 2017 at 17:09, Piotr Kliczewski <pkliczew@redhat.com> wrote:
@Barak can we fix it?
Why are you trying to use lago repos in check-patch? There is no cf27/rawhide build of Lago yet, maybe just remove them from the appropriate *.repo files?
repo file reuse, will fix
I removed repos not available on fc27/fcraw and I got failures [1][2]:
ImportError: No module named ovirt_imageio_common
I see that [3] repo is not available for fcraw. I see that [4], [5] and [6] are not available for both.
[3] should become available as soon as any project builds successfully for FCRAW, not sure which packages you actually need from there though.
Does it mean that if imageio was built successfully it will be created?
[4] should not be needed, what are you still using from there? not sure what is it you need from [5] either - probably just 'repoman' for lago [6], so not needed by things other then check-merged.
All repos were there as used by fc26. If there is not needed to use them we should cleanup.
It seems that we are not ready for enabling the jobs for both os versions. Maybe we should consider revert of [7].
Thanks, Piotr
[1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/48/ [2] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/49/ [3] tested,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/$distro [4] ovirt-snapshot-static,http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/$distro [5] ovirt-ci-tools,http://resources.ovirt.org/repos/ci-tools/$distro [6] lago,http://resources.ovirt.org/repos/lago/stable/0.0/rpm/$distro [7] https://gerrit.ovirt.org/#/c/84370/
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Mon, Nov 20, 2017 at 5:00 PM, Piotr Kliczewski < piotr.kliczewski@gmail.com> wrote:
On Mon, Nov 20, 2017 at 4:57 PM, Barak Korren <bkorren@redhat.com> wrote:
On 20 November 2017 at 17:09, Piotr Kliczewski <pkliczew@redhat.com> wrote:
@Barak can we fix it?
Why are you trying to use lago repos in check-patch? There is no cf27/rawhide build of Lago yet, maybe just remove them from the appropriate *.repo files?
repo file reuse, will fix
I removed repos not available on fc27/fcraw and I got failures [1][2]:
ImportError: No module named ovirt_imageio_common
I see that [3] repo is not available for fcraw. I see that [4], [5] and [6] are not available for both.
It seems that we are not ready for enabling the jobs for both os versions. Maybe we should consider revert of [7].
Right, we must enable the fc27 and fcraw in ovirt-imageio first, and until
On Mon, Nov 20, 2017 at 7:16 PM Piotr Kliczewski <pkliczew@redhat.com> wrote: the package is published in ovirt repos. Alternatively, we can consume the packages from fc26 repos. My patch for ovirt-imageio was not reviewed yet, hopefully Daniel will review it soon :-)
Thanks, Piotr
[1] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/48/ [2] http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/49/ [3] tested,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/$distro [4] ovirt-snapshot-static,http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/$distro [5] ovirt-ci-tools,http://resources.ovirt.org/repos/ci-tools/$distro [6] lago,http://resources.ovirt.org/repos/lago/stable/0.0/rpm/$distro [7] https://gerrit.ovirt.org/#/c/84370/

On 20 November 2017 at 20:23, Nir Soffer <nsoffer@redhat.com> wrote:
On Mon, Nov 20, 2017 at 7:16 PM Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Mon, Nov 20, 2017 at 5:00 PM, Piotr Kliczewski <piotr.kliczewski@gmail.com> wrote:
On Mon, Nov 20, 2017 at 4:57 PM, Barak Korren <bkorren@redhat.com> wrote:
On 20 November 2017 at 17:09, Piotr Kliczewski <pkliczew@redhat.com> wrote:
@Barak can we fix it?
Why are you trying to use lago repos in check-patch? There is no cf27/rawhide build of Lago yet, maybe just remove them from the appropriate *.repo files?
repo file reuse, will fix
I removed repos not available on fc27/fcraw and I got failures [1][2]:
ImportError: No module named ovirt_imageio_common
I see that [3] repo is not available for fcraw. I see that [4], [5] and [6] are not available for both.
It seems that we are not ready for enabling the jobs for both os versions. Maybe we should consider revert of [7].
Right, we must enable the fc27 and fcraw in ovirt-imageio first, and until the package is published in ovirt repos.
Alternatively, we can consume the packages from fc26 repos.
My patch for ovirt-imageio was not reviewed yet, hopefully Daniel will review it soon :-)
I see he reviewed it, can we go ahead and merge it? -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On 20 November 2017 at 20:23, Nir Soffer <nsoffer@redhat.com> wrote:
On Mon, Nov 20, 2017 at 7:16 PM Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Mon, Nov 20, 2017 at 5:00 PM, Piotr Kliczewski <piotr.kliczewski@gmail.com> wrote:
On Mon, Nov 20, 2017 at 4:57 PM, Barak Korren <bkorren@redhat.com> wrote:
On 20 November 2017 at 17:09, Piotr Kliczewski <pkliczew@redhat.com> wrote:
@Barak can we fix it?
Why are you trying to use lago repos in check-patch? There is no cf27/rawhide build of Lago yet, maybe just remove them from the appropriate *.repo files?
repo file reuse, will fix
I removed repos not available on fc27/fcraw and I got failures [1][2]:
ImportError: No module named ovirt_imageio_common
I see that [3] repo is not available for fcraw. I see that [4], [5] and [6] are not available for both.
It seems that we are not ready for enabling the jobs for both os versions. Maybe we should consider revert of [7].
Right, we must enable the fc27 and fcraw in ovirt-imageio first, and until the package is published in ovirt repos.
Alternatively, we can consume the packages from fc26 repos.
My patch for ovirt-imageio was not reviewed yet, hopefully Daniel will review it soon :-)
I disabled the FC27 and FCRAW jobs for vdsm until the 'ovirt-imageio' patches are merged and we have FC27/FCRAW builds -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

ovirt-imageio builds are fine now on fedora 27 and rawhide (thanks Barak!). If the publisher is ok, we will have ovirt-imageio packages that vdsm master can consume tomorrow. On Tue, Nov 21, 2017 at 9:52 AM Barak Korren <bkorren@redhat.com> wrote:
On 20 November 2017 at 20:23, Nir Soffer <nsoffer@redhat.com> wrote:
On Mon, Nov 20, 2017 at 7:16 PM Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Mon, Nov 20, 2017 at 5:00 PM, Piotr Kliczewski <piotr.kliczewski@gmail.com> wrote:
On Mon, Nov 20, 2017 at 4:57 PM, Barak Korren <bkorren@redhat.com>
wrote:
On 20 November 2017 at 17:09, Piotr Kliczewski <pkliczew@redhat.com> wrote:
@Barak can we fix it?
Why are you trying to use lago repos in check-patch? There is no cf27/rawhide build of Lago yet, maybe just remove them from the appropriate *.repo files?
repo file reuse, will fix
I removed repos not available on fc27/fcraw and I got failures [1][2]:
ImportError: No module named ovirt_imageio_common
I see that [3] repo is not available for fcraw. I see that [4], [5] and [6] are not available for both.
It seems that we are not ready for enabling the jobs for both os versions. Maybe we should consider revert of [7].
Right, we must enable the fc27 and fcraw in ovirt-imageio first, and until the package is published in ovirt repos.
Alternatively, we can consume the packages from fc26 repos.
My patch for ovirt-imageio was not reviewed yet, hopefully Daniel will review it soon :-)
I disabled the FC27 and FCRAW jobs for vdsm until the 'ovirt-imageio' patches are merged and we have FC27/FCRAW builds
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On 21 November 2017 at 18:09, Nir Soffer <nsoffer@redhat.com> wrote:
ovirt-imageio builds are fine now on fedora 27 and rawhide (thanks Barak!).
If the publisher is ok, we will have ovirt-imageio packages that vdsm master can consume tomorrow.
Was there any patch merged after the jobs were created? If if was about an hour ago, and OST is passing, it should be in tested already, no need to wait for the publisher... -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Tue, Nov 21, 2017 at 6:32 PM Barak Korren <bkorren@redhat.com> wrote:
On 21 November 2017 at 18:09, Nir Soffer <nsoffer@redhat.com> wrote:
ovirt-imageio builds are fine now on fedora 27 and rawhide (thanks Barak!).
If the publisher is ok, we will have ovirt-imageio packages that vdsm master can consume tomorrow.
Was there any patch merged after the jobs were created?
If if was about an hour ago, and OST is passing, it should be in tested already, no need to wait for the publisher...
First merge was at 6:15 https://gerrit.ovirt.org/#/c/83965/
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

Vdsm should be ready now for fc27 and fcraw builds: https://gerrit.ovirt.org/#/c/84368/ Can we enable the builds again? On Tue, Nov 21, 2017 at 6:48 PM Nir Soffer <nsoffer@redhat.com> wrote:
On Tue, Nov 21, 2017 at 6:32 PM Barak Korren <bkorren@redhat.com> wrote:
On 21 November 2017 at 18:09, Nir Soffer <nsoffer@redhat.com> wrote:
ovirt-imageio builds are fine now on fedora 27 and rawhide (thanks Barak!).
If the publisher is ok, we will have ovirt-imageio packages that vdsm master can consume tomorrow.
Was there any patch merged after the jobs were created?
If if was about an hour ago, and OST is passing, it should be in tested already, no need to wait for the publisher...
First merge was at 6:15 https://gerrit.ovirt.org/#/c/83965/
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On 22 November 2017 at 20:50, Nir Soffer <nsoffer@redhat.com> wrote:
Vdsm should be ready now for fc27 and fcraw builds: https://gerrit.ovirt.org/#/c/84368/
How was this verified?
Can we enable the builds again?
I'd rather make sure we have proper verification so we don't end up blocking the development again.... I'd would have been great if you'd let us temporarily enable the jobs before merging that patch so we could let them run on it to verify. -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Thu, Nov 23, 2017 at 12:36 AM Barak Korren <bkorren@redhat.com> wrote:
On 22 November 2017 at 20:50, Nir Soffer <nsoffer@redhat.com> wrote:
Vdsm should be ready now for fc27 and fcraw builds: https://gerrit.ovirt.org/#/c/84368/
How was this verified?
Piotr, can you add more info about this?
Can we enable the builds again?
I'd rather make sure we have proper verification so we don't end up blocking the development again.... I'd would have been great if you'd let us temporarily enable the jobs before merging that patch so we could let them run on it to verify.
I enabled the fc27 project temporarily, and it still fails when building https://gerrit.ovirt.org/#/c/84368/ trying to import ovirt_imageio_common. The package is specified in the packages file: $ git grep ovirt-imageio-common automation/*.packages.fc27 automation/check-patch.packages.fc27:ovirt-imageio-common We use these repos: $ cat automation/check-patch.repos.fc27 tested,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/$distro virt-preview, http://fedorapeople.org/groups/virt/virt-preview/fedora-$releasever/$basearc... The package exists: http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27/noarch/ovirt-i... repoquery is happy: $ repoquery --repofrompath=r, http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27 --repoid=r list ovirt-imageio-common ovirt-imageio-common-0:1.2.0-0.201711212128.git9926984.fc27.noarch Maybe mock caching issue? *00:00:28.127* Using chroot cache = /var/cache/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd*00:00:28.127* Using chroot dir = /var/lib/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd-7425 http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/84/consoleF... *00:01:59.428* =================================== FAILURES ===================================*00:01:59.429* _________________________ test_import[vdsm.kvm2ovirt] __________________________*00:01:59.430* *00:01:59.430* name = 'vdsm.kvm2ovirt'*00:01:59.430* *00:01:59.430* @pytest.mark.parametrize("name", find_modules())*00:01:59.431* def test_import(name):*00:01:59.431* try:*00:01:59.431* > importlib.import_module(name)*00:01:59.432* *00:01:59.432* check_imports.py:61: *00:01:59.432* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ *00:01:59.433* /usr/lib64/python2.7/importlib/__init__.py:37: in import_module*00:01:59.434* __import__(name)*00:01:59.434* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ *00:01:59.434* *00:01:59.435* from __future__ import absolute_import*00:01:59.435* *00:01:59.435* import argparse*00:01:59.435* from contextlib import contextmanager*00:01:59.435* import itertools*00:01:59.435* import sys*00:01:59.435* import threading*00:01:59.435* *00:01:59.435* > from ovirt_imageio_common import directio*00:01:59.435* E ImportError: No module named ovirt_imageio_common*00:01:59.436* *00:01:59.436* ../lib/vdsm/kvm2ovirt.py:28: ImportError

On Thu, Nov 23, 2017 at 1:28 AM Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:36 AM Barak Korren <bkorren@redhat.com> wrote:
On 22 November 2017 at 20:50, Nir Soffer <nsoffer@redhat.com> wrote:
Vdsm should be ready now for fc27 and fcraw builds: https://gerrit.ovirt.org/#/c/84368/
How was this verified?
Piotr, can you add more info about this?
Can we enable the builds again?
I'd rather make sure we have proper verification so we don't end up blocking the development again.... I'd would have been great if you'd let us temporarily enable the jobs before merging that patch so we could let them run on it to verify.
I enabled the fc27 project temporarily, and it still fails when building https://gerrit.ovirt.org/#/c/84368/ trying to import ovirt_imageio_common.
The package is specified in the packages file:
$ git grep ovirt-imageio-common automation/*.packages.fc27 automation/check-patch.packages.fc27:ovirt-imageio-common
We use these repos: $ cat automation/check-patch.repos.fc27 tested,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/$distro virt-preview, http://fedorapeople.org/groups/virt/virt-preview/fedora-$releasever/$basearc...
The package exists:
http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27/noarch/ovirt-i...
repoquery is happy: $ repoquery --repofrompath=r, http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27 --repoid=r list ovirt-imageio-common ovirt-imageio-common-0:1.2.0-0.201711212128.git9926984.fc27.noarch
Maybe mock caching issue?
*00:00:28.127* Using chroot cache = /var/cache/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd*00:00:28.127* Using chroot dir = /var/lib/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd-7425
I verified now with mock_runner and fc27 as described here: http://ovirt-infra-docs.readthedocs.io/en/latest/CI/Using_mock_runner/index.... on fc27, ovirt-imageio-common installed, but some network tests are failing. the fcraw build failed with: ########################################################## ## Thu Nov 23 02:19:01 IST 2017 Finished env: fcraw:fedora-rawhide-x86_64 ## took 16 seconds ## rc = 1 ########################################################## ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv ##! Last 20 log entries: ./mock_logs.ToGFaxTr/mocker-fedora-rawhide-x86_64.fcraw.init/stdout_stderr.log ##! --> Processing Dependency: libkrb5support.so.0()(64bit) for package: cyrus-sasl-2.1.26-35.fc28.x86_64 ---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-35.fc28 will be installed ---> Package cyrus-sasl-lib.x86_64 0:2.1.26-35.fc28 will be installed ---> Package dbus.x86_64 1:1.12.0-1.fc28 will be installed ---> Package device-mapper-libs.x86_64 0:1.02.145-1.fc28 will be installed --> Processing Dependency: device-mapper = 1.02.145-1.fc28 for package: device-mapper-libs-1.02.145-1.fc28.x86_64 ---> Package dhcp-client.x86_64 12:4.3.6-7.fc28 will be installed --> Processing Dependency: dhcp-common = 12:4.3.6-7.fc28 for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: dhcp-libs(x86-64) = 12:4.3.6-7.fc28 for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: ipcalc for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: iputils for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libdns-export.so.174()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libirs-export.so.91()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libisc-export.so.900()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libisccfg-export.so.94()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libomapi.so.0()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 ---> Package dnf.noarch 0:2.7.5-3.fc28 will be installed Error: Invalid version flag: if Init took 15 seconds ============================ ##! ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ##!######################################################## Collecting mock logs './mock_logs.ToGFaxTr/mocker-fedora-rawhide-x86_64.fcraw.init' -> 'exported-artifacts/mock_logs/mocker-fedora-rawhide-x86_64.fcraw.init' ########################################################## I tried twice, removing /var/cache/mock/fedora-rawhide* and old junk from /var/lib/mock/ So vdsm *is* ready for enabling fc27 in the CI, probably also for fcraw (we use the same repo and packages files) Barak, can you fix the fc27 CI job? Nir
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/84/consoleF...
*00:01:59.428* =================================== FAILURES ===================================*00:01:59.429* _________________________ test_import[vdsm.kvm2ovirt] __________________________*00:01:59.430* *00:01:59.430* name = 'vdsm.kvm2ovirt'*00:01:59.430* *00:01:59.430* @pytest.mark.parametrize("name", find_modules())*00:01:59.431* def test_import(name):*00:01:59.431* try:*00:01:59.431* > importlib.import_module(name)*00:01:59.432* *00:01:59.432* check_imports.py:61: *00:01:59.432* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ *00:01:59.433* /usr/lib64/python2.7/importlib/__init__.py:37: in import_module*00:01:59.434* __import__(name)*00:01:59.434* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ *00:01:59.434* *00:01:59.435* from __future__ import absolute_import*00:01:59.435* *00:01:59.435* import argparse*00:01:59.435* from contextlib import contextmanager*00:01:59.435* import itertools*00:01:59.435* import sys*00:01:59.435* import threading*00:01:59.435* *00:01:59.435* > from ovirt_imageio_common import directio*00:01:59.435* E ImportError: No module named ovirt_imageio_common*00:01:59.436* *00:01:59.436* ../lib/vdsm/kvm2ovirt.py:28: ImportError

On Thu, Nov 23, 2017 at 2:23 AM Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:28 AM Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:36 AM Barak Korren <bkorren@redhat.com> wrote:
On 22 November 2017 at 20:50, Nir Soffer <nsoffer@redhat.com> wrote:
Vdsm should be ready now for fc27 and fcraw builds: https://gerrit.ovirt.org/#/c/84368/
How was this verified?
Piotr, can you add more info about this?
Can we enable the builds again?
I'd rather make sure we have proper verification so we don't end up blocking the development again.... I'd would have been great if you'd let us temporarily enable the jobs before merging that patch so we could let them run on it to verify.
I enabled the fc27 project temporarily, and it still fails when building https://gerrit.ovirt.org/#/c/84368/ trying to import ovirt_imageio_common.
The package is specified in the packages file:
$ git grep ovirt-imageio-common automation/*.packages.fc27 automation/check-patch.packages.fc27:ovirt-imageio-common
We use these repos: $ cat automation/check-patch.repos.fc27 tested,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/$distro virt-preview, http://fedorapeople.org/groups/virt/virt-preview/fedora-$releasever/$basearc...
The package exists:
http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27/noarch/ovirt-i...
repoquery is happy: $ repoquery --repofrompath=r, http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27 --repoid=r list ovirt-imageio-common ovirt-imageio-common-0:1.2.0-0.201711212128.git9926984.fc27.noarch
Maybe mock caching issue?
*00:00:28.127* Using chroot cache = /var/cache/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd*00:00:28.127* Using chroot dir = /var/lib/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd-7425
I verified now with mock_runner and fc27 as described here:
http://ovirt-infra-docs.readthedocs.io/en/latest/CI/Using_mock_runner/index....
on fc27, ovirt-imageio-common installed, but some network tests are failing. the fcraw build failed with:
########################################################## ## Thu Nov 23 02:19:01 IST 2017 Finished env: fcraw:fedora-rawhide-x86_64 ## took 16 seconds ## rc = 1 ########################################################## ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv ##! Last 20 log entries: ./mock_logs.ToGFaxTr/mocker-fedora-rawhide-x86_64.fcraw.init/stdout_stderr.log ##! --> Processing Dependency: libkrb5support.so.0()(64bit) for package: cyrus-sasl-2.1.26-35.fc28.x86_64 ---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-35.fc28 will be installed ---> Package cyrus-sasl-lib.x86_64 0:2.1.26-35.fc28 will be installed ---> Package dbus.x86_64 1:1.12.0-1.fc28 will be installed ---> Package device-mapper-libs.x86_64 0:1.02.145-1.fc28 will be installed --> Processing Dependency: device-mapper = 1.02.145-1.fc28 for package: device-mapper-libs-1.02.145-1.fc28.x86_64 ---> Package dhcp-client.x86_64 12:4.3.6-7.fc28 will be installed --> Processing Dependency: dhcp-common = 12:4.3.6-7.fc28 for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: dhcp-libs(x86-64) = 12:4.3.6-7.fc28 for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: ipcalc for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: iputils for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libdns-export.so.174()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libirs-export.so.91()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libisc-export.so.900()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libisccfg-export.so.94()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libomapi.so.0()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 ---> Package dnf.noarch 0:2.7.5-3.fc28 will be installed Error: Invalid version flag: if Init took 15 seconds ============================ ##! ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ##!######################################################## Collecting mock logs './mock_logs.ToGFaxTr/mocker-fedora-rawhide-x86_64.fcraw.init' -> 'exported-artifacts/mock_logs/mocker-fedora-rawhide-x86_64.fcraw.init' ##########################################################
I tried twice, removing /var/cache/mock/fedora-rawhide* and old junk from /var/lib/mock/
Found the real issue, ovirt-imageio-common is not available in for fcraw: $ repoquery --repofrompath=r, http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fcraw --repoid=r list ovirt-imageio-common Could not match packages: Can't download or revert repomd.xml for r But it is available in fc28: $ repoquery --repofrompath=r, http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc28 --repoid=r list ovirt-imageio-common ovirt-imageio-common-0:1.2.0-0.201711212128.git9926984.fc28.noarch ovirt repos missconfigured?
So vdsm *is* ready for enabling fc27 in the CI, probably also for fcraw (we use the same repo and packages files)
Barak, can you fix the fc27 CI job?
Nir
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/84/consoleF...
*00:01:59.428* =================================== FAILURES ===================================*00:01:59.429* _________________________ test_import[vdsm.kvm2ovirt] __________________________*00:01:59.430* *00:01:59.430* name = 'vdsm.kvm2ovirt'*00:01:59.430* *00:01:59.430* @pytest.mark.parametrize("name", find_modules())*00:01:59.431* def test_import(name):*00:01:59.431* try:*00:01:59.431* > importlib.import_module(name)*00:01:59.432* *00:01:59.432* check_imports.py:61: *00:01:59.432* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ *00:01:59.433* /usr/lib64/python2.7/importlib/__init__.py:37: in import_module*00:01:59.434* __import__(name)*00:01:59.434* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ *00:01:59.434* *00:01:59.435* from __future__ import absolute_import*00:01:59.435* *00:01:59.435* import argparse*00:01:59.435* from contextlib import contextmanager*00:01:59.435* import itertools*00:01:59.435* import sys*00:01:59.435* import threading*00:01:59.435* *00:01:59.435* > from ovirt_imageio_common import directio*00:01:59.435* E ImportError: No module named ovirt_imageio_common*00:01:59.436* *00:01:59.436* ../lib/vdsm/kvm2ovirt.py:28: ImportError

On 23 November 2017 at 02:43, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 2:23 AM Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:28 AM Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:36 AM Barak Korren <bkorren@redhat.com> wrote:
On 22 November 2017 at 20:50, Nir Soffer <nsoffer@redhat.com> wrote:
Vdsm should be ready now for fc27 and fcraw builds: https://gerrit.ovirt.org/#/c/84368/
How was this verified?
Piotr, can you add more info about this?
Can we enable the builds again?
I'd rather make sure we have proper verification so we don't end up blocking the development again.... I'd would have been great if you'd let us temporarily enable the jobs before merging that patch so we could let them run on it to verify.
I enabled the fc27 project temporarily, and it still fails when building https://gerrit.ovirt.org/#/c/84368/ trying to import ovirt_imageio_common.
The package is specified in the packages file:
$ git grep ovirt-imageio-common automation/*.packages.fc27 automation/check-patch.packages.fc27:ovirt-imageio-common
We use these repos: $ cat automation/check-patch.repos.fc27 tested,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/$distro
virt-preview,http://fedorapeople.org/groups/virt/virt-preview/fedora-$releasever/$basearc...
The package exists:
http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27/noarch/ovirt-i...
repoquery is happy: $ repoquery --repofrompath=r,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27 --repoid=r list ovirt-imageio-common ovirt-imageio-common-0:1.2.0-0.201711212128.git9926984.fc27.noarch
Maybe mock caching issue?
00:00:28.127 Using chroot cache = /var/cache/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd 00:00:28.127 Using chroot dir = /var/lib/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd-7425
I verified now with mock_runner and fc27 as described here:
http://ovirt-infra-docs.readthedocs.io/en/latest/CI/Using_mock_runner/index....
on fc27, ovirt-imageio-common installed, but some network tests are failing. the fcraw build failed with:
########################################################## ## Thu Nov 23 02:19:01 IST 2017 Finished env: fcraw:fedora-rawhide-x86_64 ## took 16 seconds ## rc = 1 ########################################################## ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv ##! Last 20 log entries: ./mock_logs.ToGFaxTr/mocker-fedora-rawhide-x86_64.fcraw.init/stdout_stderr.log ##! --> Processing Dependency: libkrb5support.so.0()(64bit) for package: cyrus-sasl-2.1.26-35.fc28.x86_64 ---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-35.fc28 will be installed ---> Package cyrus-sasl-lib.x86_64 0:2.1.26-35.fc28 will be installed ---> Package dbus.x86_64 1:1.12.0-1.fc28 will be installed ---> Package device-mapper-libs.x86_64 0:1.02.145-1.fc28 will be installed --> Processing Dependency: device-mapper = 1.02.145-1.fc28 for package: device-mapper-libs-1.02.145-1.fc28.x86_64 ---> Package dhcp-client.x86_64 12:4.3.6-7.fc28 will be installed --> Processing Dependency: dhcp-common = 12:4.3.6-7.fc28 for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: dhcp-libs(x86-64) = 12:4.3.6-7.fc28 for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: ipcalc for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: iputils for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libdns-export.so.174()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libirs-export.so.91()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libisc-export.so.900()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libisccfg-export.so.94()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 --> Processing Dependency: libomapi.so.0()(64bit) for package: 12:dhcp-client-4.3.6-7.fc28.x86_64 ---> Package dnf.noarch 0:2.7.5-3.fc28 will be installed Error: Invalid version flag: if Init took 15 seconds ============================ ##! ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ##!######################################################## Collecting mock logs './mock_logs.ToGFaxTr/mocker-fedora-rawhide-x86_64.fcraw.init' -> 'exported-artifacts/mock_logs/mocker-fedora-rawhide-x86_64.fcraw.init' ##########################################################
I tried twice, removing /var/cache/mock/fedora-rawhide* and old junk from /var/lib/mock/
Found the real issue, ovirt-imageio-common is not available in for fcraw:
$ repoquery --repofrompath=r,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fcraw --repoid=r list ovirt-imageio-common Could not match packages: Can't download or revert repomd.xml for r
But it is available in fc28:
$ repoquery --repofrompath=r,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc28 --repoid=r list ovirt-imageio-common ovirt-imageio-common-0:1.2.0-0.201711212128.git9926984.fc28.noarch
ovirt repos missconfigured?
No. The actual repos use the 'disro' tag from the specfile to place the package in the right directory. Since there is not really an 'fcraw' tag (This is just something I made up...), we're left with whatever the Fedora maintainers decided to put there, which can be fc28 or fc27 or whatever... Suggest FCRAW builds just hardcode urls and not try to trust $releasever, as that can change abruptly without notice. -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On 23 November 2017 at 01:28, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:36 AM Barak Korren <bkorren@redhat.com> wrote:
On 22 November 2017 at 20:50, Nir Soffer <nsoffer@redhat.com> wrote:
Vdsm should be ready now for fc27 and fcraw builds: https://gerrit.ovirt.org/#/c/84368/
How was this verified?
Piotr, can you add more info about this?
Can we enable the builds again?
I'd rather make sure we have proper verification so we don't end up blocking the development again.... I'd would have been great if you'd let us temporarily enable the jobs before merging that patch so we could let them run on it to verify.
I enabled the fc27 project temporarily, and it still fails when building https://gerrit.ovirt.org/#/c/84368/ trying to import ovirt_imageio_common.
The package is specified in the packages file:
$ git grep ovirt-imageio-common automation/*.packages.fc27 automation/check-patch.packages.fc27:ovirt-imageio-common
We use these repos: $ cat automation/check-patch.repos.fc27 tested,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/$distro virt-preview,http://fedorapeople.org/groups/virt/virt-preview/fedora-$releasever/$basearc...
I'm not sure how trustworthy is $releasever when used by mock ($distro works because our wrapper script takes care of that). I'f you have mock runner already running locally with this configuration. please take a look at what you get in /etc/dnf/dnf.conf when you shell into it and ensure we don't end up having the host release in $releasever
The package exists: http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27/noarch/ovirt-i...
repoquery is happy: $ repoquery --repofrompath=r,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27 --repoid=r list ovirt-imageio-common ovirt-imageio-common-0:1.2.0-0.201711212128.git9926984.fc27.noarch
Maybe mock caching issue?
00:00:28.127 Using chroot cache = /var/cache/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd 00:00:28.127 Using chroot dir = /var/lib/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd-7425
No. This just tells you where the cache would be, not if its actually there already. But yeah, this run actually did use a cached chroot: 00:00:28.767 Start: unpacking root cache 00:01:01.624 Finish: unpacking root cache I cleaned it from the node and retriggerd, lets see what happens now: http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/85/console -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On 23 November 2017 at 09:09, Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 01:28, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:36 AM Barak Korren <bkorren@redhat.com> wrote:
On 22 November 2017 at 20:50, Nir Soffer <nsoffer@redhat.com> wrote:
Vdsm should be ready now for fc27 and fcraw builds: https://gerrit.ovirt.org/#/c/84368/
How was this verified?
Piotr, can you add more info about this?
Can we enable the builds again?
I'd rather make sure we have proper verification so we don't end up blocking the development again.... I'd would have been great if you'd let us temporarily enable the jobs before merging that patch so we could let them run on it to verify.
I enabled the fc27 project temporarily, and it still fails when building https://gerrit.ovirt.org/#/c/84368/ trying to import ovirt_imageio_common.
The package is specified in the packages file:
$ git grep ovirt-imageio-common automation/*.packages.fc27 automation/check-patch.packages.fc27:ovirt-imageio-common
We use these repos: $ cat automation/check-patch.repos.fc27 tested,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/$distro virt-preview,http://fedorapeople.org/groups/virt/virt-preview/fedora-$releasever/$basearc...
I'm not sure how trustworthy is $releasever when used by mock ($distro works because our wrapper script takes care of that). I'f you have mock runner already running locally with this configuration. please take a look at what you get in /etc/dnf/dnf.conf when you shell into it and ensure we don't end up having the host release in $releasever
The package exists: http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27/noarch/ovirt-i...
repoquery is happy: $ repoquery --repofrompath=r,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27 --repoid=r list ovirt-imageio-common ovirt-imageio-common-0:1.2.0-0.201711212128.git9926984.fc27.noarch
Maybe mock caching issue?
00:00:28.127 Using chroot cache = /var/cache/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd 00:00:28.127 Using chroot dir = /var/lib/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd-7425
No. This just tells you where the cache would be, not if its actually there already. But yeah, this run actually did use a cached chroot:
00:00:28.767 Start: unpacking root cache 00:01:01.624 Finish: unpacking root cache
I cleaned it from the node and retriggerd, lets see what happens now:
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/85/console
Failed again: 00:11:56.063 ----------------------------------------------------------------------------------------------------------------------------------------- 00:11:56.064 TOTAL 49960 25280 49% 00:11:56.064 ---------------------------------------------------------------------- 00:11:56.065 Ran 2547 tests in 307.236s 00:11:56.065 00:11:56.065 FAILED (SKIP=78, failures=4) 00:11:56.065 make[1]: *** [Makefile:1118: check] Error 1 00:11:56.066 make[1]: Leaving directory '/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests' 00:11:56.066 ERROR: InvocationError: '/usr/bin/make -C tests check' 00:11:56.067 storage-py27 create: /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/.tox/storage-py27 00:11:59.803 storage-py27 installdeps: pytest==3.1.2, nose==1.3.7 .... 00:14:06.238 ___________________________________ summary ____________________________________ 00:14:06.238 ERROR: tests: commands failed 00:14:06.238 storage-py27: commands succeeded 00:14:06.238 SKIPPED: storage-py35: InterpreterNotFound: python3.5 00:14:06.239 storage-py36: commands succeeded 00:14:06.239 lib-py27: commands succeeded 00:14:06.264 make: *** [Makefile:1019: tests] Error 1 00:14:06.270 + collect-logs 00:14:06.270 + cp /var/log/vdsm_tests.log /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/exported-artifacts/ 00:14:06.280 Took 488 seconds I can't really tell why this failed, also did we use to have the results exported to XUINT? -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

This is a multi-part message in MIME format. --------------F27F5DA19E5CDA3D37A2F2C7 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 11/23/2017 08:25 AM, Barak Korren wrote:
The package exists: http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27/noarch/ovirt-i...
repoquery is happy: $ repoquery --repofrompath=r,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27 --repoid=r list ovirt-imageio-common ovirt-imageio-common-0:1.2.0-0.201711212128.git9926984.fc27.noarch
Maybe mock caching issue?
00:00:28.127 Using chroot cache = /var/cache/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd 00:00:28.127 Using chroot dir = /var/lib/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd-7425
No. This just tells you where the cache would be, not if its actually there already. But yeah, this run actually did use a cached chroot:
00:00:28.767 Start: unpacking root cache 00:01:01.624 Finish: unpacking root cache
I cleaned it from the node and retriggerd, lets see what happens now:
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/85/console
Failed again:
00:11:56.063 ----------------------------------------------------------------------------------------------------------------------------------------- 00:11:56.064 TOTAL 49960 25280 49% 00:11:56.064 ---------------------------------------------------------------------- 00:11:56.065 Ran 2547 tests in 307.236s 00:11:56.065 00:11:56.065 FAILED (SKIP=78, failures=4) 00:11:56.065 make[1]: *** [Makefile:1118: check] Error 1 00:11:56.066 make[1]: Leaving directory '/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests' 00:11:56.066 ERROR: InvocationError: '/usr/bin/make -C tests check' 00:11:56.067 storage-py27 create: /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/.tox/storage-py27 00:11:59.803 storage-py27 installdeps: pytest==3.1.2, nose==1.3.7
....
00:14:06.238 ___________________________________ summary ____________________________________ 00:14:06.238 ERROR: tests: commands failed 00:14:06.238 storage-py27: commands succeeded 00:14:06.238 SKIPPED: storage-py35: InterpreterNotFound: python3.5 00:14:06.239 storage-py36: commands succeeded 00:14:06.239 lib-py27: commands succeeded 00:14:06.264 make: *** [Makefile:1019: tests] Error 1 00:14:06.270 + collect-logs 00:14:06.270 + cp /var/log/vdsm_tests.log /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/exported-artifacts/ 00:14:06.280 Took 488 seconds
I can't really tell why this failed, also did we use to have the results exported to XUINT?
It seems it failed because: *07:12:24* *07:12:24* ====================================================================== *07:12:24* FAIL: test_multiple_vlans (network.tc_test.TestConfigureOutbound) *07:12:24* ---------------------------------------------------------------------- *07:12:24* Traceback (most recent call last): *07:12:24* File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched *07:12:24* return func(*args, **keywargs) *07:12:24* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 459, in test_multiple_vlans *07:12:24* self._analyse_qos_and_general_assertions() *07:12:24* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions *07:12:24* tc_filters.tagged_filters) *07:12:24* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters *07:12:24* self.assertEqual(len(untagged_filters), 1) *07:12:24* AssertionError: 0 != 1 *07:12:24* -------------------- >> begin captured logging << -------------------- -- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh --------------F27F5DA19E5CDA3D37A2F2C7 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body text="#000000" bgcolor="#FFFFFF"> <br> <div class="moz-cite-prefix">On 11/23/2017 08:25 AM, Barak Korren wrote:<br> </div> <blockquote type="cite" cite="mid:CAGJrMmprnVCt-Of2qG52HjejUyK+z4n8+2FKEshTqMbaDWjXug@mail.gmail.com"> <blockquote type="cite"><br> <blockquote type="cite"> <pre wrap=""> The package exists: <a class="moz-txt-link-freetext" href="http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27/noarch/ovirt-imageio-common-1.2.0-0.201711212128.git9926984.fc27.noarch.rpm">http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27/noarch/ovirt-imageio-common-1.2.0-0.201711212128.git9926984.fc27.noarch.rpm</a> repoquery is happy: $ repoquery --repofrompath=r,<a class="moz-txt-link-freetext" href="http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27">http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27</a> --repoid=r list ovirt-imageio-common ovirt-imageio-common-0:1.2.0-0.201711212128.git9926984.fc27.noarch Maybe mock caching issue? 00:00:28.127 Using chroot cache = /var/cache/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd 00:00:28.127 Using chroot dir = /var/lib/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd-7425 </pre> </blockquote> <pre wrap=""> No. This just tells you where the cache would be, not if its actually there already. But yeah, this run actually did use a cached chroot: 00:00:28.767 Start: unpacking root cache 00:01:01.624 Finish: unpacking root cache I cleaned it from the node and retriggerd, lets see what happens now: <a class="moz-txt-link-freetext" href="http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/85/console">http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/85/console</a> </pre> </blockquote> <pre wrap=""> Failed again: 00:11:56.063 ----------------------------------------------------------------------------------------------------------------------------------------- 00:11:56.064 TOTAL 49960 25280 49% 00:11:56.064 ---------------------------------------------------------------------- 00:11:56.065 Ran 2547 tests in 307.236s 00:11:56.065 00:11:56.065 FAILED (SKIP=78, failures=4) 00:11:56.065 make[1]: *** [Makefile:1118: check] Error 1 00:11:56.066 make[1]: Leaving directory '/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests' 00:11:56.066 ERROR: InvocationError: '/usr/bin/make -C tests check' 00:11:56.067 storage-py27 create: /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/.tox/storage-py27 00:11:59.803 storage-py27 installdeps: pytest==3.1.2, nose==1.3.7 .... 00:14:06.238 ___________________________________ summary ____________________________________ 00:14:06.238 ERROR: tests: commands failed 00:14:06.238 storage-py27: commands succeeded 00:14:06.238 SKIPPED: storage-py35: InterpreterNotFound: python3.5 00:14:06.239 storage-py36: commands succeeded 00:14:06.239 lib-py27: commands succeeded 00:14:06.264 make: *** [Makefile:1019: tests] Error 1 00:14:06.270 + collect-logs 00:14:06.270 + cp /var/log/vdsm_tests.log /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/exported-artifacts/ 00:14:06.280 Took 488 seconds I can't really tell why this failed, also did we use to have the results exported to XUINT?</pre> </blockquote> <br> It seems it failed because:<br> <br> <pre class="console-output"><span class="timestamp"><b>07:12:24</b> </span> <span class="timestamp"><b>07:12:24</b> </span>====================================================================== <span class="timestamp"><b>07:12:24</b> </span>FAIL: test_multiple_vlans (network.tc_test.TestConfigureOutbound) <span class="timestamp"><b>07:12:24</b> </span>---------------------------------------------------------------------- <span class="timestamp"><b>07:12:24</b> </span>Traceback (most recent call last): <span class="timestamp"><b>07:12:24</b> </span> File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched <span class="timestamp"><b>07:12:24</b> </span> return func(*args, **keywargs) <span class="timestamp"><b>07:12:24</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 459, in test_multiple_vlans <span class="timestamp"><b>07:12:24</b> </span> self._analyse_qos_and_general_assertions() <span class="timestamp"><b>07:12:24</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions <span class="timestamp"><b>07:12:24</b> </span> tc_filters.tagged_filters) <span class="timestamp"><b>07:12:24</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters <span class="timestamp"><b>07:12:24</b> </span> self.assertEqual(len(untagged_filters), 1) <span class="timestamp"><b>07:12:24</b> </span>AssertionError: 0 != 1 <span class="timestamp"><b>07:12:24</b> </span>-------------------- >> begin captured logging << --------------------</pre> <br> <pre class="moz-signature" cols="72">-- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh</pre> </body> </html> --------------F27F5DA19E5CDA3D37A2F2C7--

On 23 November 2017 at 09:27, Francesco Romani <fromani@redhat.com> wrote:
On 11/23/2017 08:25 AM, Barak Korren wrote:
The package exists: http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27/noarch/ovirt-i...
repoquery is happy: $ repoquery --repofrompath=r,http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc27 --repoid=r list ovirt-imageio-common ovirt-imageio-common-0:1.2.0-0.201711212128.git9926984.fc27.noarch
Maybe mock caching issue?
00:00:28.127 Using chroot cache = /var/cache/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd 00:00:28.127 Using chroot dir = /var/lib/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd-7425
No. This just tells you where the cache would be, not if its actually there already. But yeah, this run actually did use a cached chroot:
00:00:28.767 Start: unpacking root cache 00:01:01.624 Finish: unpacking root cache
I cleaned it from the node and retriggerd, lets see what happens now:
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/85/console
Failed again:
00:11:56.063 ----------------------------------------------------------------------------------------------------------------------------------------- 00:11:56.064 TOTAL 49960 25280 49% 00:11:56.064 ---------------------------------------------------------------------- 00:11:56.065 Ran 2547 tests in 307.236s 00:11:56.065 00:11:56.065 FAILED (SKIP=78, failures=4) 00:11:56.065 make[1]: *** [Makefile:1118: check] Error 1 00:11:56.066 make[1]: Leaving directory '/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests' 00:11:56.066 ERROR: InvocationError: '/usr/bin/make -C tests check' 00:11:56.067 storage-py27 create: /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/.tox/storage-py27 00:11:59.803 storage-py27 installdeps: pytest==3.1.2, nose==1.3.7
....
00:14:06.238 ___________________________________ summary ____________________________________ 00:14:06.238 ERROR: tests: commands failed 00:14:06.238 storage-py27: commands succeeded 00:14:06.238 SKIPPED: storage-py35: InterpreterNotFound: python3.5 00:14:06.239 storage-py36: commands succeeded 00:14:06.239 lib-py27: commands succeeded 00:14:06.264 make: *** [Makefile:1019: tests] Error 1 00:14:06.270 + collect-logs 00:14:06.270 + cp /var/log/vdsm_tests.log /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/exported-artifacts/ 00:14:06.280 Took 488 seconds
I can't really tell why this failed, also did we use to have the results exported to XUINT?
It seems it failed because:
07:12:24 07:12:24 ====================================================================== 07:12:24 FAIL: test_multiple_vlans (network.tc_test.TestConfigureOutbound) 07:12:24 ---------------------------------------------------------------------- 07:12:24 Traceback (most recent call last): 07:12:24 File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched 07:12:24 return func(*args, **keywargs) 07:12:24 File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 459, in test_multiple_vlans 07:12:24 self._analyse_qos_and_general_assertions() 07:12:24 File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions 07:12:24 tc_filters.tagged_filters) 07:12:24 File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters 07:12:24 self.assertEqual(len(untagged_filters), 1) 07:12:24 AssertionError: 0 != 1 07:12:24 -------------------- >> begin captured logging << --------------------
Not sure what this failure means, is it something I need to fix in the infra? -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

Nir, Thank you for finalizing the effort. On Thu, Nov 23, 2017 at 8:30 AM, Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 09:27, Francesco Romani <fromani@redhat.com> wrote:
On 11/23/2017 08:25 AM, Barak Korren wrote:
The package exists: http://resources.ovirt.org/repos/ovirt/tested/master/rpm/
fc27/noarch/ovirt-imageio-common-1.2.0-0.201711212128. git9926984.fc27.noarch.rpm
repoquery is happy: $ repoquery --repofrompath=r,http://resources.ovirt.org/repos/
ovirt/tested/master/rpm/fc27
--repoid=r list ovirt-imageio-common ovirt-imageio-common-0:1.2.0-0.201711212128.git9926984.fc27.noarch
Maybe mock caching issue?
00:00:28.127 Using chroot cache = /var/cache/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd 00:00:28.127 Using chroot dir = /var/lib/mock/fedora-27-x86_64-a9934b467f29c7317f7dd8f205d66ddd-7425
No. This just tells you where the cache would be, not if its actually there already. But yeah, this run actually did use a cached chroot:
00:00:28.767 Start: unpacking root cache 00:01:01.624 Finish: unpacking root cache
I cleaned it from the node and retriggerd, lets see what happens now:
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27- x86_64/85/console
Failed again:
00:11:56.063 ------------------------------------------------------------
-----------------
00:11:56.064 TOTAL 49960 25280 49% 00:11:56.064 ---------------------------------------------------------------------- 00:11:56.065 Ran 2547 tests in 307.236s 00:11:56.065 00:11:56.065 FAILED (SKIP=78, failures=4) 00:11:56.065 make[1]: *** [Makefile:1118: check] Error 1 00:11:56.066 make[1]: Leaving directory '/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests' 00:11:56.066 ERROR: InvocationError: '/usr/bin/make -C tests check' 00:11:56.067 storage-py27 create: /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_
64/vdsm/.tox/storage-py27
00:11:59.803 storage-py27 installdeps: pytest==3.1.2, nose==1.3.7
....
00:14:06.238 ___________________________________ summary ____________________________________ 00:14:06.238 ERROR: tests: commands failed 00:14:06.238 storage-py27: commands succeeded 00:14:06.238 SKIPPED: storage-py35: InterpreterNotFound: python3.5 00:14:06.239 storage-py36: commands succeeded 00:14:06.239 lib-py27: commands succeeded 00:14:06.264 make: *** [Makefile:1019: tests] Error 1 00:14:06.270 + collect-logs 00:14:06.270 + cp /var/log/vdsm_tests.log /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_
64/vdsm/exported-artifacts/
00:14:06.280 Took 488 seconds
I can't really tell why this failed, also did we use to have the results exported to XUINT?
It seems it failed because:
07:12:24 07:12:24 ====================================================================== 07:12:24 FAIL: test_multiple_vlans (network.tc_test.
TestConfigureOutbound)
07:12:24 ---------------------------------------------------------------------- 07:12:24 Traceback (most recent call last): 07:12:24 File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched 07:12:24 return func(*args, **keywargs) 07:12:24 File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_ 64/vdsm/tests/network/tc_test.py", line 459, in test_multiple_vlans 07:12:24 self._analyse_qos_and_general_assertions() 07:12:24 File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_ 64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions 07:12:24 tc_filters.tagged_filters) 07:12:24 File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_ 64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters 07:12:24 self.assertEqual(len(untagged_filters), 1) 07:12:24 AssertionError: 0 != 1 07:12:24 -------------------- >> begin captured logging << --------------------
Not sure what this failure means, is it something I need to fix in the infra?
It is not for infra. I saw it few times as well.
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On 23 November 2017 at 09:47, Piotr Kliczewski <pkliczew@redhat.com> wrote:
Not sure what this failure means, is it something I need to fix in the infra?
It is not for infra. I saw it few times as well.
So, should I just rerun? -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Thu, Nov 23, 2017 at 8:52 AM, Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 09:47, Piotr Kliczewski <pkliczew@redhat.com> wrote:
Not sure what this failure means, is it something I need to fix in the infra?
It is not for infra. I saw it few times as well.
So, should I just rerun?
yes, please do
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On 23 November 2017 at 09:57, Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Thu, Nov 23, 2017 at 8:52 AM, Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 09:47, Piotr Kliczewski <pkliczew@redhat.com> wrote:
Not sure what this failure means, is it something I need to fix in the infra?
It is not for infra. I saw it few times as well.
So, should I just rerun?
yes, please do
Ok, it seems to have passed now: http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/86 Should I re-enable all the fc27 job now? -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

בתאריך יום ה׳, 23 בנוב׳ 2017, 10:50, מאת Barak Korren <bkorren@redhat.com>:
On 23 November 2017 at 09:57, Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Thu, Nov 23, 2017 at 8:52 AM, Barak Korren <bkorren@redhat.com>
On 23 November 2017 at 09:47, Piotr Kliczewski <pkliczew@redhat.com> wrote:
Not sure what this failure means, is it something I need to fix in
wrote: the
infra?
It is not for infra. I saw it few times as well.
So, should I just rerun?
yes, please do
Ok, it seems to have passed now:
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/86
Should I re-enable all the fc27 job now?
Please do
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On 23 November 2017 at 11:12, Nir Soffer <nsoffer@redhat.com> wrote:
בתאריך יום ה׳, 23 בנוב׳ 2017, 10:50, מאת Barak Korren <bkorren@redhat.com>:
On 23 November 2017 at 09:57, Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Thu, Nov 23, 2017 at 8:52 AM, Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 09:47, Piotr Kliczewski <pkliczew@redhat.com> wrote:
Not sure what this failure means, is it something I need to fix in the infra?
It is not for infra. I saw it few times as well.
So, should I just rerun?
yes, please do
Ok, it seems to have passed now:
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/86
Should I re-enable all the fc27 job now?
Please do
Ok, done. -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Thu, Nov 23, 2017 at 12:25 PM Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 11:12, Nir Soffer <nsoffer@redhat.com> wrote:
בתאריך יום ה׳, 23 בנו
<https://maps.google.com/?q=,+23+%D7%91%D7%A0%D7%95&entry=gmail&source=g>ב׳ 2017, 10:50, מאת Barak Korren <bkorren@redhat.com>:
On 23 November 2017 at 09:57, Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Thu, Nov 23, 2017 at 8:52 AM, Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 09:47, Piotr Kliczewski <pkliczew@redhat.com> wrote:
> > Not sure what this failure means, is it something I need to fix in > the > infra?
It is not for infra. I saw it few times as well.
So, should I just rerun?
yes, please do
Ok, it seems to have passed now:
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/86
Should I re-enable all the fc27 job now?
Please do
Ok, done.
Now for the rawhide bulid - I cannot run the tests using mock_runner.sh. It fails when trying to install dnf with this error: ---> Package dnf.noarch 0:2.7.5-3.fc28 will be installed Error: Invalid version flag: if Which is https://bugzilla.redhat.com/1489315 It works in the CI (ovirt-imageio), so there must be a way to avoid this error. This is an easy way to reproduce this: $ ../jenkins/mock_configs/mock_runner.sh -C ../jenkins/mock_configs --add-package dnf --shell fcraw Using base mock conf ../jenkins/mock_configs/fedora-rawhide-x86_64.cfg WARN: Unable to find req file interactive.req or interactive.req.fcraw, skipping req WARN: Unable to find packages file interactive.packages or interactive.packages.fcraw, skipping packages Generating temporary mock conf /home/nsoffer/src/vdsm/mocker-fedora-rawhide-x86_64.fcraw Skipping mount points WARN: Unable to find repos file interactive.repos or interactive.repos.fcraw, skipping repos Using chroot cache = /var/cache/mock/fedora-rawhide-x86_64-0235d5a369041e5cb0b9bd4fbd153168 Using chroot dir = /var/lib/mock/fedora-rawhide-x86_64-0235d5a369041e5cb0b9bd4fbd153168-10272 WARN: Unable to find environment.yaml file interactive.environment.yaml or interactive.environment.yaml.fcraw, skipping environment.yaml ========== Initializing chroot mock \ --old-chroot \ --configdir="/home/nsoffer/src/vdsm" \ --root="mocker-fedora-rawhide-x86_64.fcraw" \ --resultdir="./mock_logs.DBWjDRxz/mocker-fedora-rawhide-x86_64.fcraw.init" \ --init WARNING: Could not find required logging config file: /home/nsoffer/src/vdsm/logging.ini. Using default... INFO: mock.py version 1.4.7 starting (python version = 3.5.4)... Start: init plugins INFO: selinux enabled Finish: init plugins Start: run Start: clean chroot Finish: clean chroot Start: chroot init WARNING: nosync is enabled but the library wasn't found on the system INFO: calling preinit hooks INFO: enabled root cache INFO: enabled yum cache Start: cleaning yum metadata Finish: cleaning yum metadata INFO: enabled HW Info plugin Mock Version: 1.4.7 INFO: Mock Version: 1.4.7 Start: yum install Yum command has been deprecated, use dnf instead. See 'man dnf' and 'man yum2dnf' for more information. fedora-base-fcraw/x86_64/metalink | 20 kB 00:00 Resolving Dependencies --> Running transaction check ---> Package bash.x86_64 0:4.4.12-13.fc28 will be installed --> Processing Dependency: filesystem >= 3 for package: bash-4.4.12-13.fc28.x86_64 --> Processing Dependency: libdl.so.2(GLIBC_2.2.5)(64bit) for package: bash-4.4.12-13.fc28.x86_64 --> Processing Dependency: rtld(GNU_HASH) for package: bash-4.4.12-13.fc28.x86_64 --> Processing Dependency: libc.so.6(GLIBC_2.15)(64bit) for package: bash-4.4.12-13.fc28.x86_64 --> Processing Dependency: libdl.so.2()(64bit) for package: bash-4.4.12-13.fc28.x86_64 --> Processing Dependency: libtinfo.so.6()(64bit) for package: bash-4.4.12-13.fc28.x86_64 ---> Package bzip2.x86_64 0:1.0.6-24.fc27 will be installed --> Processing Dependency: libbz2.so.1()(64bit) for package: bzip2-1.0.6-24.fc27.x86_64 ---> Package coreutils.x86_64 0:8.28-2.fc28 will be installed --> Processing Dependency: coreutils-common = 8.28-2.fc28 for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libacl.so.1(ACL_1.0)(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libattr.so.1(ATTR_1.1)(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: ncurses for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libacl.so.1()(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libattr.so.1()(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libcap.so.2()(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libcrypto.so.1.1()(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libgmp.so.10()(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libselinux.so.1()(64bit) for package: coreutils-8.28-2.fc28.x86_64 ---> Package cpio.x86_64 0:2.12-6.fc27 will be installed ---> Package diffutils.x86_64 0:3.6-3.fc27 will be installed ---> Package dnf.noarch 0:2.7.5-3.fc28 will be installed Error: Invalid version flag: if ERROR: Command failed: # /usr/bin/yum-deprecated --installroot /var/lib/mock/fedora-rawhide-x86_64-0235d5a369041e5cb0b9bd4fbd153168-10272/root/ --releasever 27 install @buildsys-build dnf --setopt=tsflags=nocontexts Yum command has been deprecated, use dnf instead. See 'man dnf' and 'man yum2dnf' for more information. fedora-base-fcraw/x86_64/metalink | 20 kB 00:00 Resolving Dependencies --> Running transaction check ---> Package bash.x86_64 0:4.4.12-13.fc28 will be installed --> Processing Dependency: filesystem >= 3 for package: bash-4.4.12-13.fc28.x86_64 --> Processing Dependency: libdl.so.2(GLIBC_2.2.5)(64bit) for package: bash-4.4.12-13.fc28.x86_64 --> Processing Dependency: rtld(GNU_HASH) for package: bash-4.4.12-13.fc28.x86_64 --> Processing Dependency: libc.so.6(GLIBC_2.15)(64bit) for package: bash-4.4.12-13.fc28.x86_64 --> Processing Dependency: libdl.so.2()(64bit) for package: bash-4.4.12-13.fc28.x86_64 --> Processing Dependency: libtinfo.so.6()(64bit) for package: bash-4.4.12-13.fc28.x86_64 ---> Package bzip2.x86_64 0:1.0.6-24.fc27 will be installed --> Processing Dependency: libbz2.so.1()(64bit) for package: bzip2-1.0.6-24.fc27.x86_64 ---> Package coreutils.x86_64 0:8.28-2.fc28 will be installed --> Processing Dependency: coreutils-common = 8.28-2.fc28 for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libacl.so.1(ACL_1.0)(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libattr.so.1(ATTR_1.1)(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: ncurses for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libacl.so.1()(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libattr.so.1()(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libcap.so.2()(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libcrypto.so.1.1()(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libgmp.so.10()(64bit) for package: coreutils-8.28-2.fc28.x86_64 --> Processing Dependency: libselinux.so.1()(64bit) for package: coreutils-8.28-2.fc28.x86_64 ---> Package cpio.x86_64 0:2.12-6.fc27 will be installed ---> Package diffutils.x86_64 0:3.6-3.fc27 will be installed ---> Package dnf.noarch 0:2.7.5-3.fc28 will be installed Error: Invalid version flag: if Init took 3 seconds ============================ Collecting mock logs './mock_logs.DBWjDRxz/mocker-fedora-rawhide-x86_64.fcraw.init' -> 'exported-artifacts/mock_logs/mocker-fedora-rawhide-x86_64.fcraw.init' ##########################################################
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On 23 November 2017 at 12:31, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:25 PM Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 11:12, Nir Soffer <nsoffer@redhat.com> wrote:
בתאריך יום ה׳, 23 בנוב׳ 2017, 10:50, מאת Barak Korren <bkorren@redhat.com>:
On 23 November 2017 at 09:57, Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Thu, Nov 23, 2017 at 8:52 AM, Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 09:47, Piotr Kliczewski <pkliczew@redhat.com> wrote:
>> >> Not sure what this failure means, is it something I need to fix >> in >> the >> infra? > > > It is not for infra. I saw it few times as well. >
So, should I just rerun?
yes, please do
Ok, it seems to have passed now:
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/86
Should I re-enable all the fc27 job now?
Please do
Ok, done.
Now for the rawhide bulid - I cannot run the tests using mock_runner.sh.
It fails when trying to install dnf with this error: ---> Package dnf.noarch 0:2.7.5-3.fc28 will be installed Error: Invalid version flag: if
Which is https://bugzilla.redhat.com/1489315
It works in the CI (ovirt-imageio), so there must be a way to avoid this error.
Maybe avoid installing dnf... if they now made the dnf specfile incompatible with 'yum' there is not much we can do from our side without adding a bunch of annoying limitations to the infra... I suspect this may have to do with the host you're running on, the yum/dnf switch over is giving us a hard time... What distro are you using locally? -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Thu, Nov 23, 2017 at 12:43 PM Barak Korren <bkorren@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:25 PM Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 11:12, Nir Soffer <nsoffer@redhat.com> wrote:
בתאריך יום ה׳, 23 בנוב׳ 2017, 10:50, מאת Barak Korren <bkorren@redhat.com>:
On 23 November 2017 at 09:57, Piotr Kliczewski <pkliczew@redhat.com> wrote:
On Thu, Nov 23, 2017 at 8:52 AM, Barak Korren <bkorren@redhat.com> wrote: > > On 23 November 2017 at 09:47, Piotr Kliczewski <
On 23 November 2017 at 12:31, Nir Soffer <nsoffer@redhat.com> wrote: pkliczew@redhat.com>
> wrote: > > >> > >> Not sure what this failure means, is it something I need to fix > >> in > >> the > >> infra? > > > > > > It is not for infra. I saw it few times as well. > > > > So, should I just rerun? >
yes, please do
Ok, it seems to have passed now:
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/86
Should I re-enable all the fc27 job now?
Please do
Ok, done.
Now for the rawhide bulid - I cannot run the tests using mock_runner.sh.
It fails when trying to install dnf with this error: ---> Package dnf.noarch 0:2.7.5-3.fc28 will be installed Error: Invalid version flag: if
Which is https://bugzilla.redhat.com/1489315
It works in the CI (ovirt-imageio), so there must be a way to avoid this error.
Maybe avoid installing dnf...
It is installed when we run check-patch, --add-package is just a quick way to reproduce this error.
if they now made the dnf specfile incompatible with 'yum' there is not much we can do from our side without adding a bunch of annoying limitations to the infra...
I suspect this may have to do with the host you're running on, the yum/dnf switch over is giving us a hard time...
What distro are you using locally?
Fedora 25. What do we use in the CI?
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On 23 November 2017 at 12:49, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:43 PM Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 12:31, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:25 PM Barak Korren <bkorren@redhat.com> wrote: I suspect this may have to do with the host you're running on, the yum/dnf switch over is giving us a hard time...
What distro are you using locally?
Fedora 25. What do we use in the CI?
We have everything from el7 to fc26, and selection is pretty random. It does try reuse the same slave consistently once the selection is made. Need to check what the failing runs ran on, can you share a link? -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Thu, Nov 23, 2017 at 1:03 PM Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 12:49, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:43 PM Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 12:31, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:25 PM Barak Korren <bkorren@redhat.com> wrote: I suspect this may have to do with the host you're running on, the yum/dnf switch over is giving us a hard time...
What distro are you using locally?
Fedora 25. What do we use in the CI?
We have everything from el7 to fc26, and selection is pretty random. It does try reuse the same slave consistently once the selection is made.
Need to check what the failing runs ran on, can you share a link?
We don't have failures in the ci yet since we fcraw is not enable yet :-)
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

Per what I see, all CI jobs on vdsm/fc27 fail. This is the second time this week, please consider reverting. We should try to avoid such changed before the weekend. Thanks, Edy. On Thu, Nov 23, 2017 at 1:20 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:03 PM Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 12:49, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:43 PM Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 12:31, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:25 PM Barak Korren <bkorren@redhat.com> wrote: I suspect this may have to do with the host you're running on, the yum/dnf switch over is giving us a hard time...
What distro are you using locally?
Fedora 25. What do we use in the CI?
We have everything from el7 to fc26, and selection is pretty random. It does try reuse the same slave consistently once the selection is made.
Need to check what the failing runs ran on, can you share a link?
We don't have failures in the ci yet since we fcraw is not enable yet :-)
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Thu, Nov 23, 2017 at 1:51 PM Edward Haas <ehaas@redhat.com> wrote:
Per what I see, all CI jobs on vdsm/fc27 fail. This is the second time this week, please consider reverting.
We should try to avoid such changed before the weekend
Some of the failures like http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/100/console Should be fixed by: https://gerrit.ovirt.org/84569/ I have see some network test failing when running mock_runner locally, you may need to mark them as broken on fc27.
Thanks, Edy.
On Thu, Nov 23, 2017 at 1:20 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:03 PM Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 12:49, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:43 PM Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 12:31, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:25 PM Barak Korren <bkorren@redhat.com> wrote: I suspect this may have to do with the host you're running on, the yum/dnf switch over is giving us a hard time...
What distro are you using locally?
Fedora 25. What do we use in the CI?
We have everything from el7 to fc26, and selection is pretty random. It does try reuse the same slave consistently once the selection is made.
Need to check what the failing runs ran on, can you share a link?
We don't have failures in the ci yet since we fcraw is not enable yet :-)
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Thu, Nov 23, 2017 at 1:56 PM Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:51 PM Edward Haas <ehaas@redhat.com> wrote:
Per what I see, all CI jobs on vdsm/fc27 fail. This is the second time this week, please consider reverting.
We should try to avoid such changed before the weekend
Some of the failures like
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/100/console
Should be fixed by: https://gerrit.ovirt.org/84569/
I have see some network test failing when running mock_runner locally, you may need to mark them as broken on fc27.
Here, they fail also in jenkins - seems to fail when running on fc26 slave. http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/109/console... *00:07:35.012* ======================================================================*00:07:35.012* FAIL: test_multiple_vlans (network.tc_test.TestConfigureOutbound)*00:07:35.012* ----------------------------------------------------------------------*00:07:35.012* Traceback (most recent call last):*00:07:35.012* File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched*00:07:35.013* return func(*args, **keywargs)*00:07:35.013* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 459, in test_multiple_vlans*00:07:35.013* self._analyse_qos_and_general_assertions()*00:07:35.013* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions*00:07:35.013* tc_filters.tagged_filters)*00:07:35.013* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters*00:07:35.014* self.assertEqual(len(untagged_filters), 1)*00:07:35.014* AssertionError: 0 != 1*00:07:35.014* -------------------- >> begin captured logging << --------------------*00:07:35.014* 2017-11-23 11:48:42,239 DEBUG (MainThread) [root] /sbin/ip link add name dummy_adYgB type dummy (cwd None) (cmdutils:133)*00:07:35.014* 2017-11-23 11:48:42,248 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.015* 2017-11-23 11:48:42,249 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_adYgB up (cwd None) (cmdutils:133)*00:07:35.015* 2017-11-23 11:48:42,260 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.015* 2017-11-23 11:48:42,261 DEBUG (MainThread) [root] /sbin/ip link add link dummy_adYgB name dummy_adYgB.16 type vlan id 16 (cwd None) (cmdutils:133)*00:07:35.015* 2017-11-23 11:48:42,270 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.015* 2017-11-23 11:48:42,271 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_adYgB.16 up (cwd None) (cmdutils:133)*00:07:35.016* 2017-11-23 11:48:42,281 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.016* 2017-11-23 11:48:42,282 DEBUG (MainThread) [root] /sbin/ip link add link dummy_adYgB name dummy_adYgB.17 type vlan id 17 (cwd None) (cmdutils:133)*00:07:35.016* 2017-11-23 11:48:42,290 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.016* 2017-11-23 11:48:42,290 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_adYgB.17 up (cwd None) (cmdutils:133)*00:07:35.017* 2017-11-23 11:48:42,298 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.017* 2017-11-23 11:48:42,299 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_adYgB (cwd None) (cmdutils:133)*00:07:35.017* 2017-11-23 11:48:42,308 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.017* 2017-11-23 11:48:42,308 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_adYgB root (cwd None) (cmdutils:133)*00:07:35.017* 2017-11-23 11:48:42,315 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*00:07:35.018* 2017-11-23 11:48:42,316 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_adYgB ingress (cwd None) (cmdutils:133)*00:07:35.018* 2017-11-23 11:48:42,323 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*00:07:35.018* 2017-11-23 11:48:42,324 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_adYgB root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133)*00:07:35.019* 2017-11-23 11:48:42,332 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.019* 2017-11-23 11:48:42,332 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_adYgB ingress (cwd None) (cmdutils:133)*00:07:35.019* 2017-11-23 11:48:42,339 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.019* 2017-11-23 11:48:42,340 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_adYgB parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*00:07:35.020* 2017-11-23 11:48:42,347 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.020* 2017-11-23 11:48:42,348 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_adYgB parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*00:07:35.020* 2017-11-23 11:48:42,355 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.021* 2017-11-23 11:48:42,356 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_adYgB protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133)*00:07:35.021* 2017-11-23 11:48:42,363 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.021* 2017-11-23 11:48:42,364 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_adYgB protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133)*00:07:35.022* 2017-11-23 11:48:42,371 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.022* 2017-11-23 11:48:42,372 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_adYgB parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133)*00:07:35.022* 2017-11-23 11:48:42,385 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.022* 2017-11-23 11:48:42,386 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_adYgB parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133)*00:07:35.023* 2017-11-23 11:48:42,401 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.023* 2017-11-23 11:48:42,403 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_adYgB (cwd None) (cmdutils:133)*00:07:35.023* 2017-11-23 11:48:42,418 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.023* 2017-11-23 11:48:42,420 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_adYgB parent 1389: (cwd None) (cmdutils:133)*00:07:35.023* 2017-11-23 11:48:42,434 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.024* 2017-11-23 11:48:42,436 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_adYgB classid 1389:11 (cwd None) (cmdutils:133)*00:07:35.024* 2017-11-23 11:48:42,450 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*00:07:35.024* 2017-11-23 11:48:42,451 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_adYgB parent 1389: classid 1389:11 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*00:07:35.025* 2017-11-23 11:48:42,465 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.025* 2017-11-23 11:48:42,542 DEBUG (MainThread) [root] /sbin/tc qdisc show (cwd None) (cmdutils:133)*00:07:35.025* 2017-11-23 11:48:42,560 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.025* 2017-11-23 11:48:42,562 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_adYgB (cwd None) (cmdutils:133)*00:07:35.026* 2017-11-23 11:48:42,577 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.026* 2017-11-23 11:48:42,580 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_adYgB (cwd None) (cmdutils:133)*00:07:35.026* 2017-11-23 11:48:42,595 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.026* 2017-11-23 11:48:42,598 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_adYgB classid 1389:1388 (cwd None) (cmdutils:133)*00:07:35.026* 2017-11-23 11:48:42,613 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.027* 2017-11-23 11:48:42,615 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_adYgB parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*00:07:35.027* 2017-11-23 11:48:42,630 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.027* 2017-11-23 11:48:42,632 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_adYgB parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133)*00:07:35.028* 2017-11-23 11:48:42,647 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.028* 2017-11-23 11:48:42,648 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_adYgB protocol all parent 1389: pref 17 basic match 'meta(vlan eq 17)' flowid 1389:11 (cwd None) (cmdutils:133)*00:07:35.028* 2017-11-23 11:48:42,663 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.028* 2017-11-23 11:48:42,664 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_adYgB parent 1389:11 handle 11: fq_codel (cwd None) (cmdutils:133)*00:07:35.029* 2017-11-23 11:48:42,679 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.029* 2017-11-23 11:48:42,680 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_adYgB (cwd None) (cmdutils:133)*00:07:35.029* 2017-11-23 11:48:42,695 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.029* 2017-11-23 11:48:42,697 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_adYgB (cwd None) (cmdutils:133)*00:07:35.030* 2017-11-23 11:48:42,712 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.030* 2017-11-23 11:48:42,714 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_adYgB (cwd None) (cmdutils:133)*00:07:35.030* 2017-11-23 11:48:42,729 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.030* 2017-11-23 11:48:42,733 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 140484277016320)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7fc508406cd0>>, args=(), kwargs={}) (concurrent:189)*00:07:35.031* 2017-11-23 11:48:42,735 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_adYgB.17 down (cwd None) (cmdutils:133)*00:07:35.031* 2017-11-23 11:48:42,755 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.031* 2017-11-23 11:48:42,758 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 140484277016320)> (concurrent:192)*00:07:35.032* 2017-11-23 11:48:42,759 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_adYgB.17 (cwd None) (cmdutils:133)*00:07:35.032* 2017-11-23 11:48:42,790 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.032* 2017-11-23 11:48:42,793 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 140484277016320)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7fc508406e50>>, args=(), kwargs={}) (concurrent:189)*00:07:35.033* 2017-11-23 11:48:42,795 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_adYgB.16 down (cwd None) (cmdutils:133)*00:07:35.033* 2017-11-23 11:48:42,818 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.033* 2017-11-23 11:48:42,820 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 140484277016320)> (concurrent:192)*00:07:35.033* 2017-11-23 11:48:42,821 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_adYgB.16 (cwd None) (cmdutils:133)*00:07:35.034* 2017-11-23 11:48:42,844 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.034* --------------------- >> end captured logging << ---------------------*00:07:35.034* *00:07:35.034* ======================================================================*00:07:35.034* FAIL: test_single_non_vlan (network.tc_test.TestConfigureOutbound)*00:07:35.034* ----------------------------------------------------------------------*00:07:35.034* Traceback (most recent call last):*00:07:35.035* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 419, in test_single_non_vlan*00:07:35.035* self._analyse_qos_and_general_assertions()*00:07:35.035* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions*00:07:35.035* tc_filters.tagged_filters)*00:07:35.035* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters*00:07:35.036* self.assertEqual(len(untagged_filters), 1)*00:07:35.036* AssertionError: 0 != 1*00:07:35.036* -------------------- >> begin captured logging << --------------------*00:07:35.036* 2017-11-23 11:48:42,877 DEBUG (MainThread) [root] /sbin/ip link add name dummy_hKOo6 type dummy (cwd None) (cmdutils:133)*00:07:35.036* 2017-11-23 11:48:42,890 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.036* 2017-11-23 11:48:42,891 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_hKOo6 up (cwd None) (cmdutils:133)*00:07:35.037* 2017-11-23 11:48:42,901 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.037* 2017-11-23 11:48:42,902 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_hKOo6 (cwd None) (cmdutils:133)*00:07:35.037* 2017-11-23 11:48:42,910 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.037* 2017-11-23 11:48:42,911 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_hKOo6 root (cwd None) (cmdutils:133)*00:07:35.037* 2017-11-23 11:48:42,918 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*00:07:35.038* 2017-11-23 11:48:42,919 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_hKOo6 ingress (cwd None) (cmdutils:133)*00:07:35.038* 2017-11-23 11:48:42,926 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*00:07:35.038* 2017-11-23 11:48:42,926 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_hKOo6 root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133)*00:07:35.039* 2017-11-23 11:48:42,934 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.039* 2017-11-23 11:48:42,934 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_hKOo6 ingress (cwd None) (cmdutils:133)*00:07:35.039* 2017-11-23 11:48:42,941 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.039* 2017-11-23 11:48:42,942 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_hKOo6 parent 1389: classid 1389:1388 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*00:07:35.040* 2017-11-23 11:48:42,949 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.040* 2017-11-23 11:48:42,949 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_hKOo6 protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133)*00:07:35.040* 2017-11-23 11:48:42,956 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.041* 2017-11-23 11:48:42,957 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_hKOo6 parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133)*00:07:35.041* 2017-11-23 11:48:42,964 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.041* 2017-11-23 11:48:42,964 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_hKOo6 (cwd None) (cmdutils:133)*00:07:35.041* 2017-11-23 11:48:42,972 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.042* 2017-11-23 11:48:42,972 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_hKOo6 (cwd None) (cmdutils:133)*00:07:35.042* 2017-11-23 11:48:42,980 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.042* 2017-11-23 11:48:42,980 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_hKOo6 (cwd None) (cmdutils:133)*00:07:35.042* 2017-11-23 11:48:42,987 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.042* --------------------- >> end captured logging << ---------------------*00:07:35.043* *00:07:35.043* ======================================================================*00:07:35.043* FAIL: test_single_vlan(1) (network.tc_test.TestConfigureOutbound)*00:07:35.043* ----------------------------------------------------------------------*00:07:35.043* Traceback (most recent call last):*00:07:35.043* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/testlib.py", line 143, in wrapper*00:07:35.043* return f(self, *args)*00:07:35.043* File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched*00:07:35.043* return func(*args, **keywargs)*00:07:35.044* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 437, in test_single_vlan*00:07:35.044* self._analyse_qos_and_general_assertions()*00:07:35.044* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions*00:07:35.044* tc_filters.tagged_filters)*00:07:35.044* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters*00:07:35.045* self.assertEqual(len(untagged_filters), 1)*00:07:35.045* AssertionError: 0 != 1*00:07:35.045* -------------------- >> begin captured logging << --------------------*00:07:35.045* 2017-11-23 11:48:43,015 DEBUG (MainThread) [root] /sbin/ip link add name dummy_k82VO type dummy (cwd None) (cmdutils:133)*00:07:35.045* 2017-11-23 11:48:43,025 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.045* 2017-11-23 11:48:43,027 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_k82VO up (cwd None) (cmdutils:133)*00:07:35.046* 2017-11-23 11:48:43,037 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.046* 2017-11-23 11:48:43,038 DEBUG (MainThread) [root] /sbin/ip link add link dummy_k82VO name dummy_k82VO.16 type vlan id 16 (cwd None) (cmdutils:133)*00:07:35.046* 2017-11-23 11:48:43,046 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.046* 2017-11-23 11:48:43,049 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_k82VO.16 up (cwd None) (cmdutils:133)*00:07:35.047* 2017-11-23 11:48:43,059 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.047* 2017-11-23 11:48:43,059 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_k82VO (cwd None) (cmdutils:133)*00:07:35.047* 2017-11-23 11:48:43,066 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.047* 2017-11-23 11:48:43,067 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_k82VO root (cwd None) (cmdutils:133)*00:07:35.048* 2017-11-23 11:48:43,074 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*00:07:35.048* 2017-11-23 11:48:43,074 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_k82VO ingress (cwd None) (cmdutils:133)*00:07:35.048* 2017-11-23 11:48:43,082 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*00:07:35.048* 2017-11-23 11:48:43,082 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_k82VO root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133)*00:07:35.049* 2017-11-23 11:48:43,089 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.049* 2017-11-23 11:48:43,090 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_k82VO ingress (cwd None) (cmdutils:133)*00:07:35.049* 2017-11-23 11:48:43,097 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.049* 2017-11-23 11:48:43,098 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_k82VO parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*00:07:35.050* 2017-11-23 11:48:43,105 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.050* 2017-11-23 11:48:43,105 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_k82VO parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*00:07:35.050* 2017-11-23 11:48:43,113 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.051* 2017-11-23 11:48:43,114 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_k82VO protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133)*00:07:35.051* 2017-11-23 11:48:43,121 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.051* 2017-11-23 11:48:43,121 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_k82VO protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133)*00:07:35.052* 2017-11-23 11:48:43,129 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.052* 2017-11-23 11:48:43,129 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_k82VO parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133)*00:07:35.052* 2017-11-23 11:48:43,137 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.052* 2017-11-23 11:48:43,137 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_k82VO parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133)*00:07:35.053* 2017-11-23 11:48:43,144 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.053* 2017-11-23 11:48:43,145 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_k82VO (cwd None) (cmdutils:133)*00:07:35.053* 2017-11-23 11:48:43,152 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.053* 2017-11-23 11:48:43,153 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_k82VO (cwd None) (cmdutils:133)*00:07:35.053* 2017-11-23 11:48:43,160 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.054* 2017-11-23 11:48:43,161 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_k82VO (cwd None) (cmdutils:133)*00:07:35.054* 2017-11-23 11:48:43,168 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.054* 2017-11-23 11:48:43,170 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 140484277016320)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7fc50a41ba50>>, args=(), kwargs={}) (concurrent:189)*00:07:35.055* 2017-11-23 11:48:43,171 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_k82VO.16 down (cwd None) (cmdutils:133)*00:07:35.055* 2017-11-23 11:48:43,182 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.055* 2017-11-23 11:48:43,182 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 140484277016320)> (concurrent:192)*00:07:35.056* 2017-11-23 11:48:43,183 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_k82VO.16 (cwd None) (cmdutils:133)*00:07:35.056* 2017-11-23 11:48:43,197 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.056* --------------------- >> end captured logging << ---------------------*00:07:35.056* *00:07:35.056* ======================================================================*00:07:35.056* FAIL: test_single_vlan(2) (network.tc_test.TestConfigureOutbound)*00:07:35.056* ----------------------------------------------------------------------*00:07:35.057* Traceback (most recent call last):*00:07:35.057* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/testlib.py", line 143, in wrapper*00:07:35.057* return f(self, *args)*00:07:35.057* File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched*00:07:35.057* return func(*args, **keywargs)*00:07:35.057* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 437, in test_single_vlan*00:07:35.057* self._analyse_qos_and_general_assertions()*00:07:35.058* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions*00:07:35.058* tc_filters.tagged_filters)*00:07:35.058* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters*00:07:35.058* self.assertEqual(len(untagged_filters), 1)*00:07:35.058* AssertionError: 0 != 1*00:07:35.058* -------------------- >> begin captured logging << --------------------*00:07:35.059* 2017-11-23 11:48:43,216 DEBUG (MainThread) [root] /sbin/ip link add name dummy_E9bkW type dummy (cwd None) (cmdutils:133)*00:07:35.059* 2017-11-23 11:48:43,224 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.059* 2017-11-23 11:48:43,224 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_E9bkW up (cwd None) (cmdutils:133)*00:07:35.059* 2017-11-23 11:48:43,234 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.059* 2017-11-23 11:48:43,235 DEBUG (MainThread) [root] /sbin/ip link add link dummy_E9bkW name dummy_E9bkW.16 type vlan id 16 (cwd None) (cmdutils:133)*00:07:35.060* 2017-11-23 11:48:43,242 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.060* 2017-11-23 11:48:43,243 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_E9bkW.16 up (cwd None) (cmdutils:133)*00:07:35.060* 2017-11-23 11:48:43,251 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.060* 2017-11-23 11:48:43,251 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_E9bkW (cwd None) (cmdutils:133)*00:07:35.061* 2017-11-23 11:48:43,261 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.061* 2017-11-23 11:48:43,261 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_E9bkW root (cwd None) (cmdutils:133)*00:07:35.061* 2017-11-23 11:48:43,269 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*00:07:35.061* 2017-11-23 11:48:43,270 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_E9bkW ingress (cwd None) (cmdutils:133)*00:07:35.062* 2017-11-23 11:48:43,277 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*00:07:35.062* 2017-11-23 11:48:43,278 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_E9bkW root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133)*00:07:35.062* 2017-11-23 11:48:43,285 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.062* 2017-11-23 11:48:43,286 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_E9bkW ingress (cwd None) (cmdutils:133)*00:07:35.063* 2017-11-23 11:48:43,294 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.063* 2017-11-23 11:48:43,295 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_E9bkW parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*00:07:35.063* 2017-11-23 11:48:43,303 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.063* 2017-11-23 11:48:43,303 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_E9bkW parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*00:07:35.064* 2017-11-23 11:48:43,312 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.064* 2017-11-23 11:48:43,313 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_E9bkW protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133)*00:07:35.064* 2017-11-23 11:48:43,320 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.065* 2017-11-23 11:48:43,320 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_E9bkW protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133)*00:07:35.065* 2017-11-23 11:48:43,328 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.065* 2017-11-23 11:48:43,328 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_E9bkW parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133)*00:07:35.066* 2017-11-23 11:48:43,335 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.066* 2017-11-23 11:48:43,336 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_E9bkW parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133)*00:07:35.066* 2017-11-23 11:48:43,343 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.066* 2017-11-23 11:48:43,344 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_E9bkW (cwd None) (cmdutils:133)*00:07:35.067* 2017-11-23 11:48:43,351 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.067* 2017-11-23 11:48:43,352 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_E9bkW parent 1389: (cwd None) (cmdutils:133)*00:07:35.067* 2017-11-23 11:48:43,359 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.067* 2017-11-23 11:48:43,360 DEBUG (MainThread) [root] /sbin/tc filter del dev dummy_E9bkW pref 16 parent 1389: (cwd None) (cmdutils:133)*00:07:35.068* 2017-11-23 11:48:43,367 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.068* 2017-11-23 11:48:43,368 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_E9bkW classid 1389:10 (cwd None) (cmdutils:133)*00:07:35.068* 2017-11-23 11:48:43,375 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.068* 2017-11-23 11:48:43,376 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_E9bkW parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*00:07:35.069* 2017-11-23 11:48:43,383 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.069* 2017-11-23 11:48:43,425 DEBUG (MainThread) [root] /sbin/tc qdisc show (cwd None) (cmdutils:133)*00:07:35.069* 2017-11-23 11:48:43,435 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.069* 2017-11-23 11:48:43,436 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_E9bkW (cwd None) (cmdutils:133)*00:07:35.069* 2017-11-23 11:48:43,444 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.070* 2017-11-23 11:48:43,445 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_E9bkW (cwd None) (cmdutils:133)*00:07:35.070* 2017-11-23 11:48:43,452 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.070* 2017-11-23 11:48:43,453 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_E9bkW classid 1389:1388 (cwd None) (cmdutils:133)*00:07:35.070* 2017-11-23 11:48:43,460 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.071* 2017-11-23 11:48:43,461 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_E9bkW parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*00:07:35.071* 2017-11-23 11:48:43,468 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.071* 2017-11-23 11:48:43,468 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_E9bkW parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133)*00:07:35.071* 2017-11-23 11:48:43,476 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.072* 2017-11-23 11:48:43,476 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_E9bkW protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133)*00:07:35.072* 2017-11-23 11:48:43,484 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.072* 2017-11-23 11:48:43,485 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_E9bkW parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133)*00:07:35.072* 2017-11-23 11:48:43,492 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:35.118* 2017-11-23 11:48:43,4Coverage.py warning: Module /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/vdsm was never imported. (module-not-imported)*00:07:48.389* 93 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_E9bkW (cwd None) (cmdutils:133)*00:07:48.390* 2017-11-23 11:48:43,500 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:48.390* 2017-11-23 11:48:43,501 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_E9bkW (cwd None) (cmdutils:133)*00:07:48.391* 2017-11-23 11:48:43,509 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:48.391* 2017-11-23 11:48:43,510 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_E9bkW (cwd None) (cmdutils:133)*00:07:48.392* 2017-11-23 11:48:43,517 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:48.392* 2017-11-23 11:48:43,519 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 140484277016320)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7fc50a41bd50>>, args=(), kwargs={}) (concurrent:189)*00:07:48.393* 2017-11-23 11:48:43,520 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_E9bkW.16 down (cwd None) (cmdutils:133)*00:07:48.394* 2017-11-23 11:48:43,531 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:48.394* 2017-11-23 11:48:43,532 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 140484277016320)> (concurrent:192)*00:07:48.395* 2017-11-23 11:48:43,533 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_E9bkW.16 (cwd None) (cmdutils:133)*00:07:48.395* 2017-11-23 11:48:43,548 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*00:07:48.396* --------------------- >> end captured logging << ---------------------*00:07:48.396* *00:07:48.396* ======================================================================*00:07:48.396* FAIL: testWait(('sleep', '1'), ('sleep', '1'), True) (virttests.v2v_test.PipelineProcTests)*00:07:48.397* ----------------------------------------------------------------------*00:07:48.397* Traceback (most recent call last):*00:07:48.397* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/testlib.py", line 143, in wrapper*00:07:48.398* return f(self, *args)*00:07:48.398* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/virttests/v2v_test.py", line 605, in testWait*00:07:48.398* self.assertEqual(ret, waitRet)*00:07:48.398* AssertionError: False != True*00:07:48.398* -------------------- >> begin captured logging << --------------------*00:07:48.399* 2017-11-23 11:48:57,427 DEBUG (MainThread) [root] /usr/bin/taskset --cpu-list 0-1 sleep 1 (cwd None) (v2v:1484)*00:07:48.399* 2017-11-23 11:48:57,436 DEBUG (MainThread) [root] /usr/bin/taskset --cpu-list 0-1 sleep 1 (cwd None) (v2v:1484)*00:07:48.400* 2017-11-23 11:48:59,447 DEBUG (MainThread) [root] Killing pid=16429 (v2v:749)*00:07:48.400* 2017-11-23 11:48:59,448 DEBUG (MainThread) [root] Killing pid=16430 (v2v:749)*00:07:48.401* --------------------- >> end captured logging << ---------------------
Thanks, Edy.
On Thu, Nov 23, 2017 at 1:20 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:03 PM Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 12:49, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 12:43 PM Barak Korren <bkorren@redhat.com> wrote:
On 23 November 2017 at 12:31, Nir Soffer <nsoffer@redhat.com> wrote: > On Thu, Nov 23, 2017 at 12:25 PM Barak Korren <bkorren@redhat.com> > wrote: I suspect this may have to do with the host you're running on, the yum/dnf switch over is giving us a hard time...
What distro are you using locally?
Fedora 25. What do we use in the CI?
We have everything from el7 to fc26, and selection is pretty random. It does try reuse the same slave consistently once the selection is made.
Need to check what the failing runs ran on, can you share a link?
We don't have failures in the ci yet since we fcraw is not enable yet :-)
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Thu, Nov 23, 2017 at 1:56 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:51 PM Edward Haas <ehaas@redhat.com> wrote:
Per what I see, all CI jobs on vdsm/fc27 fail. This is the second time this week, please consider reverting.
We should try to avoid such changed before the weekend
Some of the failures like http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/100/console
Should be fixed by: https://gerrit.ovirt.org/84569/
I have see some network test failing when running mock_runner locally, you may need to mark them as broken on fc27.
We have a busy couple of weeks until release of ovirt-4.2.0. As much as I like consuming Fedora early, I'm not sure that enabling so close to the release was a good idea. Nothing forces us to do it now (and there are a lot of reasons to do it later). Let's give it another go, but let us not keep it on the red for the weekend.

On Thu, Nov 23, 2017 at 3:59 PM Dan Kenigsberg <danken@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:56 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:51 PM Edward Haas <ehaas@redhat.com> wrote:
Per what I see, all CI jobs on vdsm/fc27 fail. This is the second time this week, please consider reverting.
We should try to avoid such changed before the weekend
Some of the failures like
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/100/console
Should be fixed by: https://gerrit.ovirt.org/84569/
I have see some network test failing when running mock_runner locally, you may need to mark them as broken on fc27.
We have a busy couple of weeks until release of ovirt-4.2.0. As much as I like consuming Fedora early, I'm not sure that enabling so close to the release was a good idea. Nothing forces us to do it now (and there are a lot of reasons to do it later). Let's give it another go, but let us not keep it on the red for the weekend.
I'm happy with the storage code being tested on current fedora. Please make sure the few failing network tests are not breaking the build. Nir

On Thu, Nov 23, 2017 at 4:03 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 3:59 PM Dan Kenigsberg <danken@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:56 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:51 PM Edward Haas <ehaas@redhat.com> wrote:
Per what I see, all CI jobs on vdsm/fc27 fail. This is the second time this week, please consider reverting.
We should try to avoid such changed before the weekend
Some of the failures like
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/100/console
Should be fixed by: https://gerrit.ovirt.org/84569/
I have see some network test failing when running mock_runner locally, you may need to mark them as broken on fc27.
We have a busy couple of weeks until release of ovirt-4.2.0. As much as I like consuming Fedora early, I'm not sure that enabling so close to the release was a good idea. Nothing forces us to do it now (and there are a lot of reasons to do it later). Let's give it another go, but let us not keep it on the red for the weekend.
I'm happy with the storage code being tested on current fedora.
I'm more than happy. I'm thrilled to for it to be tested and run. I am not happy to give a vote to a job that was never ever successful.
Please make sure the few failing network tests are not breaking the build.
It's probably time to mark the tests that use loseup as broken-on-jenkins ERROR: Tests mkimage.injectFilesToFs creating an image and checking its ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/testlib.py", line 143, in wrapper return f(self, *args) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/testValidation.py", line 191, in wrapper return f(*args, **kwargs) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/mkimage_test.py", line 176, in test_injectFilesToFs mkimage.injectFilesToFs(floppy, self.files, fstype) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/mkimage.py", line 112, in injectFilesToFs m.mount(mntOpts='loop', vfstype=fstype) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 208, in mount cgroup=cgroup) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 278, in _mount _runcmd(cmd) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 306, in _runcmd raise MountError(rc, ";".join((out, err))) MountError: (32, ';mount: /tmp/vdsm-mkimage-testspahtvm/images/vmId_inject.7301b08f8c0dc496bedd25577dbddbd8.img: failed to setup loop device: No such file or directory\n')
Nir

On Thu, Nov 23, 2017 at 4:55 PM Dan Kenigsberg <danken@redhat.com> wrote:
On Thu, Nov 23, 2017 at 4:03 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 3:59 PM Dan Kenigsberg <danken@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:56 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:51 PM Edward Haas <ehaas@redhat.com> wrote:
Per what I see, all CI jobs on vdsm/fc27 fail. This is the second time this week, please consider reverting.
We should try to avoid such changed before the weekend
Some of the failures like
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/100/console
Should be fixed by: https://gerrit.ovirt.org/84569/
I have see some network test failing when running mock_runner locally, you may need to mark them as broken on fc27.
We have a busy couple of weeks until release of ovirt-4.2.0. As much as I like consuming Fedora early, I'm not sure that enabling so close to the release was a good idea. Nothing forces us to do it now (and there are a lot of reasons to do it later). Let's give it another go, but let us not keep it on the red for the weekend.
I'm happy with the storage code being tested on current fedora.
I'm more than happy. I'm thrilled to for it to be tested and run. I am not happy to give a vote to a job that was never ever successful.
The job is successful, some tests or maybe the code they test need work. This is why we have skipif/xfail and broken_on_ci.
Please make sure the few failing network tests are not breaking the
build.
It's probably time to mark the tests that use loseup as broken-on-jenkins
loop devices are usually ok on jenkins. We have several tests in storage using them and I don't know about any failures. For example storage/blockdev_test.py. Francesco, do you want to mark them as broken for now?
ERROR: Tests mkimage.injectFilesToFs creating an image and checking its ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/testlib.py", line 143, in wrapper return f(self, *args) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/testValidation.py", line 191, in wrapper return f(*args, **kwargs) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/mkimage_test.py", line 176, in test_injectFilesToFs mkimage.injectFilesToFs(floppy, self.files, fstype) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/mkimage.py", line 112, in injectFilesToFs m.mount(mntOpts='loop', vfstype=fstype) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 208, in mount cgroup=cgroup) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 278, in _mount _runcmd(cmd) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 306, in _runcmd raise MountError(rc, ";".join((out, err))) MountError: (32, ';mount:
/tmp/vdsm-mkimage-testspahtvm/images/vmId_inject.7301b08f8c0dc496bedd25577dbddbd8.img: failed to setup loop device: No such file or directory\n')
Nir

This is a multi-part message in MIME format. --------------9B509B7F260CB83D72369B8B Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit On 11/23/2017 04:23 PM, Nir Soffer wrote:
On Thu, Nov 23, 2017 at 4:55 PM Dan Kenigsberg <danken@redhat.com <mailto:danken@redhat.com>> wrote:
On Thu, Nov 23, 2017 at 4:03 PM, Nir Soffer <nsoffer@redhat.com <mailto:nsoffer@redhat.com>> wrote: > On Thu, Nov 23, 2017 at 3:59 PM Dan Kenigsberg <danken@redhat.com <mailto:danken@redhat.com>> wrote: >> >> On Thu, Nov 23, 2017 at 1:56 PM, Nir Soffer <nsoffer@redhat.com <mailto:nsoffer@redhat.com>> wrote: >> > On Thu, Nov 23, 2017 at 1:51 PM Edward Haas <ehaas@redhat.com <mailto:ehaas@redhat.com>> wrote: >> >> >> >> Per what I see, all CI jobs on vdsm/fc27 fail. >> >> This is the second time this week, please consider reverting. >> >> >> >> We should try to avoid such changed before the weekend >> > >> > >> > Some of the failures like >> > >> > http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/100/console >> > >> > Should be fixed by: >> > https://gerrit.ovirt.org/84569/ >> > >> > I have see some network test failing when running mock_runner locally, >> > you may need to mark them as broken on fc27. >> >> We have a busy couple of weeks until release of ovirt-4.2.0. As much >> as I like consuming Fedora early, I'm not sure that enabling so close >> to the release was a good idea. Nothing forces us to do it now (and >> there are a lot of reasons to do it later). Let's give it another go, >> but let us not keep it on the red for the weekend. > > > I'm happy with the storage code being tested on current fedora.
I'm more than happy. I'm thrilled to for it to be tested and run. I am not happy to give a vote to a job that was never ever successful.
The job is successful, some tests or maybe the code they test need work. This is why we have skipif/xfail and broken_on_ci.
> > Please make sure the few failing network tests are not breaking the build.
It's probably time to mark the tests that use loseup as broken-on-jenkins
loop devices are usually ok on jenkins. We have several tests in storage using them and I don't know about any failures. For example storage/blockdev_test.py.
Francesco, do you want to mark them as broken for now?
Yes, because we don't have resource to spare to properly fix the tests. Hopefully next week. Bests, -- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh --------------9B509B7F260CB83D72369B8B Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body text="#000000" bgcolor="#FFFFFF"> On 11/23/2017 04:23 PM, Nir Soffer wrote:<br> <blockquote type="cite" cite="mid:CAMRbyyuf3GndzWpCpmp0kkGKx=TbkLYGSN1b-V86d3RnT7NStA@mail.gmail.com"> <div dir="ltr"><br> <br> <div class="gmail_quote"> <div dir="ltr">On Thu, Nov 23, 2017 at 4:55 PM Dan Kenigsberg <<a href="mailto:danken@redhat.com" moz-do-not-send="true">danken@redhat.com</a>> wrote:<br> </div> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Nov 23, 2017 at 4:03 PM, Nir Soffer <<a href="mailto:nsoffer@redhat.com" target="_blank" moz-do-not-send="true">nsoffer@redhat.com</a>> wrote:<br> > On Thu, Nov 23, 2017 at 3:59 PM Dan Kenigsberg <<a href="mailto:danken@redhat.com" target="_blank" moz-do-not-send="true">danken@redhat.com</a>> wrote:<br> >><br> >> On Thu, Nov 23, 2017 at 1:56 PM, Nir Soffer <<a href="mailto:nsoffer@redhat.com" target="_blank" moz-do-not-send="true">nsoffer@redhat.com</a>> wrote:<br> >> > On Thu, Nov 23, 2017 at 1:51 PM Edward Haas <<a href="mailto:ehaas@redhat.com" target="_blank" moz-do-not-send="true">ehaas@redhat.com</a>> wrote:<br> >> >><br> >> >> Per what I see, all CI jobs on vdsm/fc27 fail.<br> >> >> This is the second time this week, please consider reverting.<br> >> >><br> >> >> We should try to avoid such changed before the weekend<br> >> ><br> >> ><br> >> > Some of the failures like<br> >> ><br> >> > <a href="http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/100/console" rel="noreferrer" target="_blank" moz-do-not-send="true">http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/100/console</a><br> >> ><br> >> > Should be fixed by:<br> >> > <a href="https://gerrit.ovirt.org/84569/" rel="noreferrer" target="_blank" moz-do-not-send="true">https://gerrit.ovirt.org/84569/</a><br> >> ><br> >> > I have see some network test failing when running mock_runner locally,<br> >> > you may need to mark them as broken on fc27.<br> >><br> >> We have a busy couple of weeks until release of ovirt-4.2.0. As much<br> >> as I like consuming Fedora early, I'm not sure that enabling so close<br> >> to the release was a good idea. Nothing forces us to do it now (and<br> >> there are a lot of reasons to do it later). Let's give it another go,<br> >> but let us not keep it on the red for the weekend.<br> ><br> ><br> > I'm happy with the storage code being tested on current fedora.<br> <br> I'm more than happy. I'm thrilled to for it to be tested and run.<br> I am not happy to give a vote to a job that was never ever successful.<br> </blockquote> <div><br> </div> <div>The job is successful, some tests or maybe the code they test need work.</div> <div>This is why we have skipif/xfail and broken_on_ci.</div> <div> </div> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br> ><br> > Please make sure the few failing network tests are not breaking the build.<br> <br> It's probably time to mark the tests that use loseup as broken-on-jenkins<br> </blockquote> <div><br> </div> <div>loop devices are usually ok on jenkins. We have several tests in storage using</div> <div>them and I don't know about any failures. For example storage/blockdev_test.py.</div> <div><br> </div> <div>Francesco, do you want to mark them as broken for now?</div> </div> </div> </blockquote> <br> Yes, because we don't have resource to spare to properly fix the tests.<br> Hopefully next week.<br> <br> <br> Bests,<br> <pre class="moz-signature" cols="72">-- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh</pre> </body> </html> --------------9B509B7F260CB83D72369B8B--

This is a multi-part message in MIME format. --------------521BFF5CD4781019A97221AA Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 11/23/2017 04:27 PM, Francesco Romani wrote:
It's probably time to mark the tests that use loseup as broken-on-jenkins
loop devices are usually ok on jenkins. We have several tests in storage using them and I don't know about any failures. For example storage/blockdev_test.py.
Francesco, do you want to mark them as broken for now?
Yes, because we don't have resource to spare to properly fix the tests. Hopefully next week.
https://gerrit.ovirt.org/#/c/84594/ -- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh --------------521BFF5CD4781019A97221AA Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body text="#000000" bgcolor="#FFFFFF"> On 11/23/2017 04:27 PM, Francesco Romani wrote:<br> <blockquote type="cite" cite="mid:27d8f198-b8d0-74eb-70cc-17d521702bf7@redhat.com"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <br> <blockquote type="cite" cite="mid:CAMRbyyuf3GndzWpCpmp0kkGKx=TbkLYGSN1b-V86d3RnT7NStA@mail.gmail.com"> <div dir="ltr"> <div class="gmail_quote"> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br> <br> It's probably time to mark the tests that use loseup as broken-on-jenkins<br> </blockquote> <div><br> </div> <div>loop devices are usually ok on jenkins. We have several tests in storage using</div> <div>them and I don't know about any failures. For example storage/blockdev_test.py.</div> <div><br> </div> <div>Francesco, do you want to mark them as broken for now?</div> </div> </div> </blockquote> <br> Yes, because we don't have resource to spare to properly fix the tests.<br> Hopefully next week.<br> </blockquote> <br> <a class="moz-txt-link-freetext" href="https://gerrit.ovirt.org/#/c/84594/">https://gerrit.ovirt.org/#/c/84594/</a><br> <br> <pre class="moz-signature" cols="72">-- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh</pre> </body> </html> --------------521BFF5CD4781019A97221AA--

On Thu, Nov 23, 2017 at 5:47 PM Francesco Romani <fromani@redhat.com> wrote:
On 11/23/2017 04:27 PM, Francesco Romani wrote:
It's probably time to mark the tests that use loseup as broken-on-jenkins
loop devices are usually ok on jenkins. We have several tests in storage using them and I don't know about any failures. For example storage/blockdev_test.py.
Francesco, do you want to mark them as broken for now?
Yes, because we don't have resource to spare to properly fix the tests. Hopefully next week.
Thanks, merged.
-- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh

On Nov 23, 2017 17:23, "Nir Soffer" <nsoffer@redhat.com> wrote: On Thu, Nov 23, 2017 at 4:55 PM Dan Kenigsberg <danken@redhat.com> wrote:
On Thu, Nov 23, 2017 at 4:03 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 3:59 PM Dan Kenigsberg <danken@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:56 PM, Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 23, 2017 at 1:51 PM Edward Haas <ehaas@redhat.com> wrote:
Per what I see, all CI jobs on vdsm/fc27 fail. This is the second time this week, please consider reverting.
We should try to avoid such changed before the weekend
Some of the failures like
x86_64/100/console
Should be fixed by: https://gerrit.ovirt.org/84569/
I have see some network test failing when running mock_runner locally, you may need to mark them as broken on fc27.
We have a busy couple of weeks until release of ovirt-4.2.0. As much as I like consuming Fedora early, I'm not sure that enabling so close to the release was a good idea. Nothing forces us to do it now (and there are a lot of reasons to do it later). Let's give it another go, but let us not keep it on the red for the weekend.
I'm happy with the storage code being tested on current fedora.
I'm more than happy. I'm thrilled to for it to be tested and run. I am not happy to give a vote to a job that was never ever successful.
The job is successful, That's an oversimplification. http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/174/console... fails with another dependency - nothing provides mom >= 0.5.8 needed by vdsm-4.20.8-1.git383bc1031.fc27.x86_64 - nothing provides mom >= 0.5.8 needed by vdsm-4.20.8-3.gita9ee9c65f.fc27.x86_64 - nothing provides python-argparse needed by vdsm-4.18.999-444.git0bb7717.fc27.x86_64 some tests or maybe the code they test need work. This is why we have skipif/xfail and broken_on_ci.
Please make sure the few failing network tests are not breaking the
build.
It's probably time to mark the tests that use loseup as broken-on-jenkins
loop devices are usually ok on jenkins. We have several tests in storage using them and I don't know about any failures. For example storage/blockdev_test.py. Francesco, do you want to mark them as broken for now?
ERROR: Tests mkimage.injectFilesToFs creating an image and checking its ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/ vdsm/tests/testlib.py", line 143, in wrapper return f(self, *args) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/ vdsm/tests/testValidation.py", line 191, in wrapper return f(*args, **kwargs) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/ vdsm/tests/mkimage_test.py", line 176, in test_injectFilesToFs mkimage.injectFilesToFs(floppy, self.files, fstype) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/ vdsm/lib/vdsm/mkimage.py", line 112, in injectFilesToFs m.mount(mntOpts='loop', vfstype=fstype) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/ vdsm/lib/vdsm/storage/mount.py", line 208, in mount cgroup=cgroup) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/ vdsm/lib/vdsm/storage/mount.py", line 278, in _mount _runcmd(cmd) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/ vdsm/lib/vdsm/storage/mount.py", line 306, in _runcmd raise MountError(rc, ";".join((out, err))) MountError: (32, ';mount: /tmp/vdsm-mkimage-testspahtvm/images/vmId_inject. 7301b08f8c0dc496bedd25577dbddbd8.img: failed to setup loop device: No such file or directory\n')
Nir

On 24 November 2017 at 13:27, Dan Kenigsberg <danken@redhat.com> wrote:
On Nov 23, 2017 17:23, "Nir Soffer" <nsoffer@redhat.com> wrote:
The job is successful,
That's an oversimplification. http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/174/console... fails with another dependency
- nothing provides mom >= 0.5.8 needed by vdsm-4.20.8-1.git383bc1031.fc27.x86_64 - nothing provides mom >= 0.5.8 needed by vdsm-4.20.8-3.gita9ee9c65f.fc27.x86_64 - nothing provides python-argparse needed by vdsm-4.18.999-444.git0bb7717.fc27.x86_64
some tests or maybe the code they test need work. This is why we have skipif/xfail and broken_on_ci.
So why is this passing: http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/180/ -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Fri, Nov 24, 2017 at 1:46 PM, Barak Korren <bkorren@redhat.com> wrote:
On 24 November 2017 at 13:27, Dan Kenigsberg <danken@redhat.com> wrote:
On Nov 23, 2017 17:23, "Nir Soffer" <nsoffer@redhat.com> wrote:
The job is successful,
That's an oversimplification. http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-
x86_64/174/consoleText
fails with another dependency
- nothing provides mom >= 0.5.8 needed by vdsm-4.20.8-1.git383bc1031.fc27.x86_64 - nothing provides mom >= 0.5.8 needed by vdsm-4.20.8-3.gita9ee9c65f.fc27.x86_64 - nothing provides python-argparse needed by vdsm-4.18.999-444.git0bb7717.fc27.x86_64
some tests or maybe the code they test need work. This is why we have skipif/xfail and broken_on_ci.
So why is this passing: http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/180/
See https://gerrit.ovirt.org/#/q/topic:net-isolation+status:open All failures are due to this mom dependency.
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Fri, Nov 24, 2017 at 1:46 PM, Barak Korren <bkorren@redhat.com> wrote:
On 24 November 2017 at 13:27, Dan Kenigsberg <danken@redhat.com> wrote:
On Nov 23, 2017 17:23, "Nir Soffer" <nsoffer@redhat.com> wrote:
The job is successful,
That's an oversimplification. http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/174/console... fails with another dependency
- nothing provides mom >= 0.5.8 needed by vdsm-4.20.8-1.git383bc1031.fc27.x86_64 - nothing provides mom >= 0.5.8 needed by vdsm-4.20.8-3.gita9ee9c65f.fc27.x86_64 - nothing provides python-argparse needed by vdsm-4.18.999-444.git0bb7717.fc27.x86_64
some tests or maybe the code they test need work. This is why we have skipif/xfail and broken_on_ci.
So why is this passing: http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/180/
I have no idea why this mom dependency failure is inconsistent. I've raised it here hoping that you can answer that. Until understood, can we make the fc27 job non-voting? Dan.

On 24 November 2017 at 22:57, Dan Kenigsberg <danken@redhat.com> wrote:
On Fri, Nov 24, 2017 at 1:46 PM, Barak Korren <bkorren@redhat.com> wrote:
On 24 November 2017 at 13:27, Dan Kenigsberg <danken@redhat.com> wrote:
On Nov 23, 2017 17:23, "Nir Soffer" <nsoffer@redhat.com> wrote:
The job is successful,
That's an oversimplification. http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/174/console... fails with another dependency
- nothing provides mom >= 0.5.8 needed by vdsm-4.20.8-1.git383bc1031.fc27.x86_64 - nothing provides mom >= 0.5.8 needed by vdsm-4.20.8-3.gita9ee9c65f.fc27.x86_64 - nothing provides python-argparse needed by vdsm-4.18.999-444.git0bb7717.fc27.x86_64
some tests or maybe the code they test need work. This is why we have skipif/xfail and broken_on_ci.
So why is this passing: http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/180/
I have no idea why this mom dependency failure is inconsistent. I've raised it here hoping that you can answer that.
Until understood, can we make the fc27 job non-voting?
Or we can just build mom for fc27, as sandro already did. As noted elsewhere, system test for that build is runnig ATM and could be tracked here: http://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-master_change-queu... (Please note that tracking link posted on the other thread was mistakenly for the 4.1 CQ) -- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Sat, Nov 25, 2017 at 12:32 PM, Barak Korren <bkorren@redhat.com> wrote:
On 24 November 2017 at 22:57, Dan Kenigsberg <danken@redhat.com> wrote:
On Fri, Nov 24, 2017 at 1:46 PM, Barak Korren <bkorren@redhat.com> wrote:
On 24 November 2017 at 13:27, Dan Kenigsberg <danken@redhat.com> wrote:
On Nov 23, 2017 17:23, "Nir Soffer" <nsoffer@redhat.com> wrote:
The job is successful,
That's an oversimplification. http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-
x86_64/174/consoleText
fails with another dependency
- nothing provides mom >= 0.5.8 needed by vdsm-4.20.8-1.git383bc1031.fc27.x86_64 - nothing provides mom >= 0.5.8 needed by vdsm-4.20.8-3.gita9ee9c65f.fc27.x86_64 - nothing provides python-argparse needed by vdsm-4.18.999-444.git0bb7717.fc27.x86_64
some tests or maybe the code they test need work. This is why we have skipif/xfail and broken_on_ci.
So why is this passing: http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/180/
I have no idea why this mom dependency failure is inconsistent. I've raised it here hoping that you can answer that.
Until understood, can we make the fc27 job non-voting?
Or we can just build mom for fc27, as sandro already did. As noted elsewhere, system test for that build is runnig ATM and could be tracked here: http://jenkins.ovirt.org/blue/organizations/jenkins/ovirt- master_change-queue-tester/detail/ovirt-master_change- queue-tester/4141/pipeline
(Please note that tracking link posted on the other thread was mistakenly for the 4.1 CQ)
Just FYI, we've disabled the FC27 job for VDSM for now until we'll fix all the pending issues. Link to tracking ticket: https://ovirt-jira.atlassian.net/browse/OVIRT-1782 Any failing patches that failed due to this should/can be re-triggered now and should not enocunter failures regarding this.
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
-- Eyal edri MANAGER RHV DevOps EMEA VIRTUALIZATION R&D Red Hat EMEA <https://www.redhat.com/> <https://red.ht/sig> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted> phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ)

This is a multi-part message in MIME format. --------------1D17EEB8B514A5C8487B02B1 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 11/23/2017 03:55 PM, Dan Kenigsberg wrote:
Please make sure the few failing network tests are not breaking the build. It's probably time to mark the tests that use loseup as broken-on-jenkins
ERROR: Tests mkimage.injectFilesToFs creating an image and checking its ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/testlib.py", line 143, in wrapper return f(self, *args) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/testValidation.py", line 191, in wrapper return f(*args, **kwargs) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/mkimage_test.py", line 176, in test_injectFilesToFs mkimage.injectFilesToFs(floppy, self.files, fstype) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/mkimage.py", line 112, in injectFilesToFs m.mount(mntOpts='loop', vfstype=fstype) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 208, in mount cgroup=cgroup) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 278, in _mount _runcmd(cmd) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 306, in _runcmd raise MountError(rc, ";".join((out, err))) MountError: (32, ';mount: /tmp/vdsm-mkimage-testspahtvm/images/vmId_inject.7301b08f8c0dc496bedd25577dbddbd8.img: failed to setup loop device: No such file or directory\n')
This test may need some attention too: *11:05:09* *11:05:09* ====================================================================== *11:05:09* FAIL: test_multiple_vlans (network.tc_test.TestConfigureOutbound) *11:05:09* ---------------------------------------------------------------------- *11:05:09* Traceback (most recent call last): *11:05:09* File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched *11:05:09* return func(*args, **keywargs) *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 459, in test_multiple_vlans *11:05:09* self._analyse_qos_and_general_assertions() *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions *11:05:09* tc_filters.tagged_filters) *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters *11:05:09* self.assertEqual(len(untagged_filters), 1) *11:05:09* AssertionError: 0 != 1 *11:05:09* -------------------- >> begin captured logging << -------------------- *11:05:09* -------------------- >> begin captured logging << -------------------- *11:05:09* 2017-11-24 11:04:39,898 DEBUG (MainThread) [root] /sbin/ip link add name dummy_XHoki type dummy (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:39,906 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:39,907 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki up (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:39,916 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:39,917 DEBUG (MainThread) [root] /sbin/ip link add link dummy_XHoki name dummy_XHoki.16 type vlan id 16 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:39,927 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:39,928 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki.16 up (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:39,938 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:39,939 DEBUG (MainThread) [root] /sbin/ip link add link dummy_XHoki name dummy_XHoki.17 type vlan id 17 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:39,947 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:39,948 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki.17 up (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:39,958 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:39,959 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_XHoki (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:39,967 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:39,967 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_XHoki root (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:39,974 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) *11:05:09* 2017-11-24 11:04:39,975 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_XHoki ingress (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:39,981 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) *11:05:09* 2017-11-24 11:04:39,982 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:39,989 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:39,989 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki ingress (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:39,997 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:39,997 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_XHoki parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,005 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,006 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_XHoki parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,014 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,014 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_XHoki protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,022 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,022 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_XHoki protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,029 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,030 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,037 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,037 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,044 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,045 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_XHoki (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,052 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,053 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_XHoki parent 1389: (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,060 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,061 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_XHoki classid 1389:11 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,068 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,068 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_XHoki parent 1389: classid 1389:11 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,077 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,135 DEBUG (MainThread) [root] /sbin/tc qdisc show (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,145 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,146 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_XHoki (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,155 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,156 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_XHoki (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,164 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,166 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_XHoki classid 1389:1388 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,175 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,176 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_XHoki parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,184 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,185 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,192 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,193 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_XHoki protocol all parent 1389: pref 17 basic match 'meta(vlan eq 17)' flowid 1389:11 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,200 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,201 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki parent 1389:11 handle 11: fq_codel (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,208 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,209 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_XHoki (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,216 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,217 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_XHoki (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,224 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,225 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_XHoki (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,232 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,234 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 139684684494592)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7f0b18db51d0>>, args=(), kwargs={}) (concurrent:189) *11:05:09* 2017-11-24 11:04:40,235 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki.17 down (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,245 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,246 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 139684684494592)> (concurrent:192) *11:05:09* 2017-11-24 11:04:40,246 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_XHoki.17 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,261 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,262 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 139684684494592)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7f0b18d82f50>>, args=(), kwargs={}) (concurrent:189) *11:05:09* 2017-11-24 11:04:40,263 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki.16 down (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,272 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,273 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 139684684494592)> (concurrent:192) *11:05:09* 2017-11-24 11:04:40,273 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_XHoki.16 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,287 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* --------------------- >> end captured logging << --------------------- *11:05:09* *11:05:09* ====================================================================== *11:05:09* FAIL: test_single_non_vlan (network.tc_test.TestConfigureOutbound) *11:05:09* ---------------------------------------------------------------------- *11:05:09* Traceback (most recent call last): *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 419, in test_single_non_vlan *11:05:09* self._analyse_qos_and_general_assertions() *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions *11:05:09* tc_filters.tagged_filters) *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters *11:05:09* self.assertEqual(len(untagged_filters), 1) *11:05:09* AssertionError: 0 != 1 *11:05:09* -------------------- >> begin captured logging << -------------------- *11:05:09* 2017-11-24 11:04:40,305 DEBUG (MainThread) [root] /sbin/ip link add name dummy_Ac0wl type dummy (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,312 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,312 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_Ac0wl up (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,327 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,328 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_Ac0wl (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,335 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,336 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_Ac0wl root (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,342 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,343 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_Ac0wl ingress (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,350 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,350 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_Ac0wl root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,357 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,357 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_Ac0wl ingress (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,364 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,365 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_Ac0wl parent 1389: classid 1389:1388 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,372 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,372 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_Ac0wl protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,379 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,380 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_Ac0wl parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,387 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,388 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_Ac0wl (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,394 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,395 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_Ac0wl (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,402 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,403 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_Ac0wl (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,409 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* --------------------- >> end captured logging << --------------------- *11:05:09* *11:05:09* ====================================================================== *11:05:09* FAIL: test_single_vlan(1) (network.tc_test.TestConfigureOutbound) *11:05:09* ---------------------------------------------------------------------- *11:05:09* Traceback (most recent call last): *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/testlib.py", line 143, in wrapper *11:05:09* return f(self, *args) *11:05:09* File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched *11:05:09* return func(*args, **keywargs) *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 437, in test_single_vlan *11:05:09* self._analyse_qos_and_general_assertions() *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions *11:05:09* tc_filters.tagged_filters) *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters *11:05:09* self.assertEqual(len(untagged_filters), 1) *11:05:09* AssertionError: 0 != 1 *11:05:09* -------------------- >> begin captured logging << -------------------- *11:05:09* 2017-11-24 11:04:40,429 DEBUG (MainThread) [root] /sbin/ip link add name dummy_DR69h type dummy (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,436 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,437 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_DR69h up (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,443 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,444 DEBUG (MainThread) [root] /sbin/ip link add link dummy_DR69h name dummy_DR69h.16 type vlan id 16 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,453 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,454 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_DR69h.16 up (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,463 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,463 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_DR69h (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,470 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,471 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_DR69h root (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,477 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,478 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_DR69h ingress (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,485 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,486 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_DR69h root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,493 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,493 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_DR69h ingress (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,500 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,501 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_DR69h parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,507 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,508 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_DR69h parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,515 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,516 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_DR69h protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,523 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,523 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_DR69h protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,530 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,530 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_DR69h parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,537 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,538 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_DR69h parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,545 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,546 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_DR69h (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,552 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,553 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_DR69h (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,560 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,561 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_DR69h (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,568 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,570 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 139684684494592)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7f0b18d10390>>, args=(), kwargs={}) (concurrent:189) *11:05:09* 2017-11-24 11:04:40,571 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_DR69h.16 down (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,581 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,582 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 139684684494592)> (concurrent:192) *11:05:09* 2017-11-24 11:04:40,583 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_DR69h.16 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,596 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* --------------------- >> end captured logging << --------------------- *11:05:09* *11:05:09* ====================================================================== *11:05:09* FAIL: test_single_vlan(2) (network.tc_test.TestConfigureOutbound) *11:05:09* ---------------------------------------------------------------------- *11:05:09* Traceback (most recent call last): *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/testlib.py", line 143, in wrapper *11:05:09* return f(self, *args) *11:05:09* File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched *11:05:09* return func(*args, **keywargs) *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 437, in test_single_vlan *11:05:09* self._analyse_qos_and_general_assertions() *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions *11:05:09* tc_filters.tagged_filters) *11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters *11:05:09* self.assertEqual(len(untagged_filters), 1) *11:05:09* AssertionError: 0 != 1 *11:05:09* -------------------- >> begin captured logging << -------------------- *11:05:09* 2017-11-24 11:04:40,613 DEBUG (MainThread) [root] /sbin/ip link add name dummy_dJrUa type dummy (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,621 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,621 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_dJrUa up (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,631 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,632 DEBUG (MainThread) [root] /sbin/ip link add link dummy_dJrUa name dummy_dJrUa.16 type vlan id 16 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,639 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,640 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_dJrUa.16 up (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,648 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,648 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_dJrUa (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,655 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,656 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_dJrUa root (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,662 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,663 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_dJrUa ingress (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,670 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,670 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,677 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,678 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa ingress (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,685 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,685 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_dJrUa parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,692 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,693 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_dJrUa parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,699 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,700 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_dJrUa protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,707 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,708 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_dJrUa protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,717 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,717 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,725 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,726 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,733 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,734 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_dJrUa (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,745 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,746 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_dJrUa parent 1389: (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,753 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,754 DEBUG (MainThread) [root] /sbin/tc filter del dev dummy_dJrUa pref 16 parent 1389: (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,760 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,761 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_dJrUa classid 1389:10 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,768 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,768 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_dJrUa parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,775 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,812 DEBUG (MainThread) [root] /sbin/tc qdisc show (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,822 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,823 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_dJrUa (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,829 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,830 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_dJrUa (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,837 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,838 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_dJrUa classid 1389:1388 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,845 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,845 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_dJrUa parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,852 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,853 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,859 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,860 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_dJrUa protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,867 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,867 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133) *11:05:09* 2017-11-24 11:04:40,874 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:09* 2017-11-24 11:04:40,8Coverage.py warning: Module /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/vdsm was never imported. (module-not-imported) *11:05:21* 75 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_dJrUa (cwd None) (cmdutils:133) *11:05:21* 2017-11-24 11:04:40,881 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:21* 2017-11-24 11:04:40,883 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_dJrUa (cwd None) (cmdutils:133) *11:05:21* 2017-11-24 11:04:40,889 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:21* 2017-11-24 11:04:40,890 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_dJrUa (cwd None) (cmdutils:133) *11:05:21* 2017-11-24 11:04:40,897 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:21* 2017-11-24 11:04:40,899 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 139684684494592)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7f0b190df690>>, args=(), kwargs={}) (concurrent:189) *11:05:21* 2017-11-24 11:04:40,900 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_dJrUa.16 down (cwd None) (cmdutils:133) *11:05:21* 2017-11-24 11:04:40,910 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:21* 2017-11-24 11:04:40,911 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 139684684494592)> (concurrent:192) *11:05:21* 2017-11-24 11:04:40,912 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_dJrUa.16 (cwd None) (cmdutils:133) *11:05:21* 2017-11-24 11:04:40,930 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) *11:05:21* --------------------- >> end captured logging << --------------------- -- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh --------------1D17EEB8B514A5C8487B02B1 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body text="#000000" bgcolor="#FFFFFF"> <br> <div class="moz-cite-prefix">On 11/23/2017 03:55 PM, Dan Kenigsberg wrote:<br> </div> <blockquote type="cite" cite="mid:CAHOEP55ZrUFq9MAUCKOXVYfn96Hb=H9bGyu2OB0HEpxKkUofXA@mail.gmail.com"><br> <blockquote type="cite"> <pre wrap=""> Please make sure the few failing network tests are not breaking the build. </pre> </blockquote> <pre wrap=""> It's probably time to mark the tests that use loseup as broken-on-jenkins ERROR: Tests mkimage.injectFilesToFs creating an image and checking its ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/testlib.py", line 143, in wrapper return f(self, *args) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/testValidation.py", line 191, in wrapper return f(*args, **kwargs) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/mkimage_test.py", line 176, in test_injectFilesToFs mkimage.injectFilesToFs(floppy, self.files, fstype) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/mkimage.py", line 112, in injectFilesToFs m.mount(mntOpts='loop', vfstype=fstype) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 208, in mount cgroup=cgroup) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 278, in _mount _runcmd(cmd) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 306, in _runcmd raise MountError(rc, ";".join((out, err))) MountError: (32, ';mount: /tmp/vdsm-mkimage-testspahtvm/images/vmId_inject.7301b08f8c0dc496bedd25577dbddbd8.img: failed to setup loop device: No such file or directory\n') </pre> </blockquote> <br> This test may need some attention too:<br> <br> <pre class="console-output"><span class="timestamp"><b>11:05:09</b> </span> <span class="timestamp"><b>11:05:09</b> </span>====================================================================== <span class="timestamp"><b>11:05:09</b> </span>FAIL: test_multiple_vlans (network.tc_test.TestConfigureOutbound) <span class="timestamp"><b>11:05:09</b> </span>---------------------------------------------------------------------- <span class="timestamp"><b>11:05:09</b> </span>Traceback (most recent call last): <span class="timestamp"><b>11:05:09</b> </span> File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched <span class="timestamp"><b>11:05:09</b> </span> return func(*args, **keywargs) <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 459, in test_multiple_vlans <span class="timestamp"><b>11:05:09</b> </span> self._analyse_qos_and_general_assertions() <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions <span class="timestamp"><b>11:05:09</b> </span> tc_filters.tagged_filters) <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters <span class="timestamp"><b>11:05:09</b> </span> self.assertEqual(len(untagged_filters), 1) <span class="timestamp"><b>11:05:09</b> </span>AssertionError: 0 != 1 <span class="timestamp"><b>11:05:09</b> </span>-------------------- >> begin captured logging << --------------------</pre> <br> <pre class="console-output"><span class="timestamp"><b>11:05:09</b> </span>-------------------- >> begin captured logging << -------------------- <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,898 DEBUG (MainThread) [root] /sbin/ip link add name dummy_XHoki type dummy (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,906 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,907 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki up (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,916 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,917 DEBUG (MainThread) [root] /sbin/ip link add link dummy_XHoki name dummy_XHoki.16 type vlan id 16 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,927 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,928 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki.16 up (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,938 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,939 DEBUG (MainThread) [root] /sbin/ip link add link dummy_XHoki name dummy_XHoki.17 type vlan id 17 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,947 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,948 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki.17 up (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,958 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,959 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_XHoki (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,967 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,967 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_XHoki root (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,974 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,975 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_XHoki ingress (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,981 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,982 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,989 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,989 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki ingress (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,997 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:39,997 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_XHoki parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,005 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,006 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_XHoki parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,014 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,014 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_XHoki protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,022 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,022 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_XHoki protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,029 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,030 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,037 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,037 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,044 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,045 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_XHoki (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,052 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,053 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_XHoki parent 1389: (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,060 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,061 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_XHoki classid 1389:11 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,068 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,068 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_XHoki parent 1389: classid 1389:11 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,077 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,135 DEBUG (MainThread) [root] /sbin/tc qdisc show (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,145 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,146 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_XHoki (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,155 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,156 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_XHoki (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,164 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,166 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_XHoki classid 1389:1388 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,175 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,176 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_XHoki parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,184 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,185 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,192 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,193 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_XHoki protocol all parent 1389: pref 17 basic match 'meta(vlan eq 17)' flowid 1389:11 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,200 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,201 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki parent 1389:11 handle 11: fq_codel (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,208 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,209 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_XHoki (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,216 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,217 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_XHoki (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,224 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,225 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_XHoki (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,232 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,234 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 139684684494592)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7f0b18db51d0>>, args=(), kwargs={}) (concurrent:189) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,235 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki.17 down (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,245 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,246 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 139684684494592)> (concurrent:192) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,246 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_XHoki.17 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,261 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,262 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 139684684494592)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7f0b18d82f50>>, args=(), kwargs={}) (concurrent:189) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,263 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki.16 down (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,272 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,273 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 139684684494592)> (concurrent:192) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,273 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_XHoki.16 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,287 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>--------------------- >> end captured logging << --------------------- <span class="timestamp"><b>11:05:09</b> </span> <span class="timestamp"><b>11:05:09</b> </span>====================================================================== <span class="timestamp"><b>11:05:09</b> </span>FAIL: test_single_non_vlan (network.tc_test.TestConfigureOutbound) <span class="timestamp"><b>11:05:09</b> </span>---------------------------------------------------------------------- <span class="timestamp"><b>11:05:09</b> </span>Traceback (most recent call last): <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 419, in test_single_non_vlan <span class="timestamp"><b>11:05:09</b> </span> self._analyse_qos_and_general_assertions() <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions <span class="timestamp"><b>11:05:09</b> </span> tc_filters.tagged_filters) <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters <span class="timestamp"><b>11:05:09</b> </span> self.assertEqual(len(untagged_filters), 1) <span class="timestamp"><b>11:05:09</b> </span>AssertionError: 0 != 1 <span class="timestamp"><b>11:05:09</b> </span>-------------------- >> begin captured logging << -------------------- <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,305 DEBUG (MainThread) [root] /sbin/ip link add name dummy_Ac0wl type dummy (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,312 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,312 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_Ac0wl up (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,327 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,328 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_Ac0wl (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,335 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,336 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_Ac0wl root (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,342 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,343 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_Ac0wl ingress (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,350 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,350 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_Ac0wl root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,357 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,357 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_Ac0wl ingress (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,364 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,365 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_Ac0wl parent 1389: classid 1389:1388 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,372 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,372 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_Ac0wl protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,379 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,380 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_Ac0wl parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,387 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,388 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_Ac0wl (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,394 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,395 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_Ac0wl (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,402 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,403 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_Ac0wl (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,409 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>--------------------- >> end captured logging << --------------------- <span class="timestamp"><b>11:05:09</b> </span> <span class="timestamp"><b>11:05:09</b> </span>====================================================================== <span class="timestamp"><b>11:05:09</b> </span>FAIL: test_single_vlan(1) (network.tc_test.TestConfigureOutbound) <span class="timestamp"><b>11:05:09</b> </span>---------------------------------------------------------------------- <span class="timestamp"><b>11:05:09</b> </span>Traceback (most recent call last): <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/testlib.py", line 143, in wrapper <span class="timestamp"><b>11:05:09</b> </span> return f(self, *args) <span class="timestamp"><b>11:05:09</b> </span> File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched <span class="timestamp"><b>11:05:09</b> </span> return func(*args, **keywargs) <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 437, in test_single_vlan <span class="timestamp"><b>11:05:09</b> </span> self._analyse_qos_and_general_assertions() <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions <span class="timestamp"><b>11:05:09</b> </span> tc_filters.tagged_filters) <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters <span class="timestamp"><b>11:05:09</b> </span> self.assertEqual(len(untagged_filters), 1) <span class="timestamp"><b>11:05:09</b> </span>AssertionError: 0 != 1 <span class="timestamp"><b>11:05:09</b> </span>-------------------- >> begin captured logging << -------------------- <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,429 DEBUG (MainThread) [root] /sbin/ip link add name dummy_DR69h type dummy (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,436 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,437 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_DR69h up (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,443 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,444 DEBUG (MainThread) [root] /sbin/ip link add link dummy_DR69h name dummy_DR69h.16 type vlan id 16 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,453 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,454 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_DR69h.16 up (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,463 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,463 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_DR69h (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,470 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,471 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_DR69h root (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,477 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,478 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_DR69h ingress (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,485 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,486 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_DR69h root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,493 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,493 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_DR69h ingress (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,500 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,501 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_DR69h parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,507 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,508 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_DR69h parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,515 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,516 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_DR69h protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,523 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,523 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_DR69h protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,530 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,530 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_DR69h parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,537 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,538 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_DR69h parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,545 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,546 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_DR69h (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,552 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,553 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_DR69h (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,560 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,561 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_DR69h (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,568 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,570 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 139684684494592)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7f0b18d10390>>, args=(), kwargs={}) (concurrent:189) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,571 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_DR69h.16 down (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,581 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,582 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 139684684494592)> (concurrent:192) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,583 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_DR69h.16 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,596 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>--------------------- >> end captured logging << --------------------- <span class="timestamp"><b>11:05:09</b> </span> <span class="timestamp"><b>11:05:09</b> </span>====================================================================== <span class="timestamp"><b>11:05:09</b> </span>FAIL: test_single_vlan(2) (network.tc_test.TestConfigureOutbound) <span class="timestamp"><b>11:05:09</b> </span>---------------------------------------------------------------------- <span class="timestamp"><b>11:05:09</b> </span>Traceback (most recent call last): <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/testlib.py", line 143, in wrapper <span class="timestamp"><b>11:05:09</b> </span> return f(self, *args) <span class="timestamp"><b>11:05:09</b> </span> File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched <span class="timestamp"><b>11:05:09</b> </span> return func(*args, **keywargs) <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 437, in test_single_vlan <span class="timestamp"><b>11:05:09</b> </span> self._analyse_qos_and_general_assertions() <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions <span class="timestamp"><b>11:05:09</b> </span> tc_filters.tagged_filters) <span class="timestamp"><b>11:05:09</b> </span> File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters <span class="timestamp"><b>11:05:09</b> </span> self.assertEqual(len(untagged_filters), 1) <span class="timestamp"><b>11:05:09</b> </span>AssertionError: 0 != 1 <span class="timestamp"><b>11:05:09</b> </span>-------------------- >> begin captured logging << -------------------- <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,613 DEBUG (MainThread) [root] /sbin/ip link add name dummy_dJrUa type dummy (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,621 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,621 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_dJrUa up (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,631 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,632 DEBUG (MainThread) [root] /sbin/ip link add link dummy_dJrUa name dummy_dJrUa.16 type vlan id 16 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,639 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,640 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_dJrUa.16 up (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,648 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,648 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_dJrUa (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,655 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,656 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_dJrUa root (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,662 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,663 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_dJrUa ingress (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,670 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,670 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,677 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,678 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa ingress (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,685 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,685 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_dJrUa parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,692 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,693 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_dJrUa parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,699 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,700 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_dJrUa protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,707 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,708 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_dJrUa protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,717 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,717 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,725 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,726 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,733 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,734 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_dJrUa (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,745 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,746 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_dJrUa parent 1389: (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,753 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,754 DEBUG (MainThread) [root] /sbin/tc filter del dev dummy_dJrUa pref 16 parent 1389: (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,760 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,761 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_dJrUa classid 1389:10 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,768 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,768 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_dJrUa parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,775 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,812 DEBUG (MainThread) [root] /sbin/tc qdisc show (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,822 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,823 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_dJrUa (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,829 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,830 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_dJrUa (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,837 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,838 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_dJrUa classid 1389:1388 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,845 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,845 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_dJrUa parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,852 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,853 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,859 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,860 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_dJrUa protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,867 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,867 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,874 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:09</b> </span>2017-11-24 11:04:40,8Coverage.py warning: Module /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/vdsm was never imported. (module-not-imported) <span class="timestamp"><b>11:05:21</b> </span>75 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_dJrUa (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:21</b> </span>2017-11-24 11:04:40,881 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:21</b> </span>2017-11-24 11:04:40,883 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_dJrUa (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:21</b> </span>2017-11-24 11:04:40,889 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:21</b> </span>2017-11-24 11:04:40,890 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_dJrUa (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:21</b> </span>2017-11-24 11:04:40,897 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:21</b> </span>2017-11-24 11:04:40,899 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 139684684494592)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7f0b190df690>>, args=(), kwargs={}) (concurrent:189) <span class="timestamp"><b>11:05:21</b> </span>2017-11-24 11:04:40,900 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_dJrUa.16 down (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:21</b> </span>2017-11-24 11:04:40,910 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:21</b> </span>2017-11-24 11:04:40,911 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 139684684494592)> (concurrent:192) <span class="timestamp"><b>11:05:21</b> </span>2017-11-24 11:04:40,912 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_dJrUa.16 (cwd None) (cmdutils:133) <span class="timestamp"><b>11:05:21</b> </span>2017-11-24 11:04:40,930 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141) <span class="timestamp"><b>11:05:21</b> </span>--------------------- >> end captured logging << ---------------------</pre> <pre class="moz-signature" cols="72">-- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh</pre> </body> </html> --------------1D17EEB8B514A5C8487B02B1--

On Fri, Nov 24, 2017 at 3:10 PM, Francesco Romani <fromani@redhat.com> wrote:
On 11/23/2017 03:55 PM, Dan Kenigsberg wrote:
Please make sure the few failing network tests are not breaking the build.
It's probably time to mark the tests that use loseup as broken-on-jenkins
ERROR: Tests mkimage.injectFilesToFs creating an image and checking its ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/testlib.py", line 143, in wrapper return f(self, *args) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/testValidation.py", line 191, in wrapper return f(*args, **kwargs) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/mkimage_test.py", line 176, in test_injectFilesToFs mkimage.injectFilesToFs(floppy, self.files, fstype) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/mkimage.py", line 112, in injectFilesToFs m.mount(mntOpts='loop', vfstype=fstype) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 208, in mount cgroup=cgroup) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 278, in _mount _runcmd(cmd) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/lib/vdsm/storage/mount.py", line 306, in _runcmd raise MountError(rc, ";".join((out, err))) MountError: (32, ';mount: /tmp/vdsm-mkimage-testspahtvm/images/vmId_inject.7301b08f8c0dc496bedd25577dbddbd8.img: failed to setup loop device: No such file or directory\n')
This test may need some attention too:
https://gerrit.ovirt.org/#/c/84640 should handle it.
*11:05:09* *11:05:09* ======================================================================*11:05:09* FAIL: test_multiple_vlans (network.tc_test.TestConfigureOutbound)*11:05:09* ----------------------------------------------------------------------*11:05:09* Traceback (most recent call last):*11:05:09* File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched*11:05:09* return func(*args, **keywargs)*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 459, in test_multiple_vlans*11:05:09* self._analyse_qos_and_general_assertions()*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions*11:05:09* tc_filters.tagged_filters)*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters*11:05:09* self.assertEqual(len(untagged_filters), 1)*11:05:09* AssertionError: 0 != 1*11:05:09* -------------------- >> begin captured logging << --------------------
*11:05:09* -------------------- >> begin captured logging << --------------------*11:05:09* 2017-11-24 11:04:39,898 DEBUG (MainThread) [root] /sbin/ip link add name dummy_XHoki type dummy (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:39,906 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:39,907 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki up (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:39,916 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:39,917 DEBUG (MainThread) [root] /sbin/ip link add link dummy_XHoki name dummy_XHoki.16 type vlan id 16 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:39,927 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:39,928 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki.16 up (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:39,938 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:39,939 DEBUG (MainThread) [root] /sbin/ip link add link dummy_XHoki name dummy_XHoki.17 type vlan id 17 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:39,947 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:39,948 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki.17 up (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:39,958 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:39,959 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_XHoki (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:39,967 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:39,967 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_XHoki root (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:39,974 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*11:05:09* 2017-11-24 11:04:39,975 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_XHoki ingress (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:39,981 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*11:05:09* 2017-11-24 11:04:39,982 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:39,989 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:39,989 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki ingress (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:39,997 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:39,997 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_XHoki parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,005 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,006 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_XHoki parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,014 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,014 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_XHoki protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,022 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,022 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_XHoki protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,029 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,030 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,037 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,037 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,044 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,045 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_XHoki (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,052 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,053 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_XHoki parent 1389: (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,060 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,061 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_XHoki classid 1389:11 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,068 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,068 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_XHoki parent 1389: classid 1389:11 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,077 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,135 DEBUG (MainThread) [root] /sbin/tc qdisc show (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,145 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,146 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_XHoki (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,155 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,156 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_XHoki (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,164 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,166 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_XHoki classid 1389:1388 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,175 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,176 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_XHoki parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,184 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,185 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,192 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,193 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_XHoki protocol all parent 1389: pref 17 basic match 'meta(vlan eq 17)' flowid 1389:11 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,200 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,201 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_XHoki parent 1389:11 handle 11: fq_codel (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,208 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,209 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_XHoki (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,216 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,217 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_XHoki (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,224 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,225 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_XHoki (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,232 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,234 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 139684684494592)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7f0b18db51d0>>, args=(), kwargs={}) (concurrent:189)*11:05:09* 2017-11-24 11:04:40,235 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki.17 down (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,245 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,246 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 139684684494592)> (concurrent:192)*11:05:09* 2017-11-24 11:04:40,246 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_XHoki.17 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,261 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,262 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 139684684494592)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7f0b18d82f50>>, args=(), kwargs={}) (concurrent:189)*11:05:09* 2017-11-24 11:04:40,263 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_XHoki.16 down (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,272 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,273 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 139684684494592)> (concurrent:192)*11:05:09* 2017-11-24 11:04:40,273 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_XHoki.16 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,287 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* --------------------- >> end captured logging << ---------------------*11:05:09* *11:05:09* ======================================================================*11:05:09* FAIL: test_single_non_vlan (network.tc_test.TestConfigureOutbound)*11:05:09* ----------------------------------------------------------------------*11:05:09* Traceback (most recent call last):*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 419, in test_single_non_vlan*11:05:09* self._analyse_qos_and_general_assertions()*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions*11:05:09* tc_filters.tagged_filters)*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters*11:05:09* self.assertEqual(len(untagged_filters), 1)*11:05:09* AssertionError: 0 != 1*11:05:09* -------------------- >> begin captured logging << --------------------*11:05:09* 2017-11-24 11:04:40,305 DEBUG (MainThread) [root] /sbin/ip link add name dummy_Ac0wl type dummy (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,312 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,312 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_Ac0wl up (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,327 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,328 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_Ac0wl (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,335 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,336 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_Ac0wl root (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,342 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,343 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_Ac0wl ingress (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,350 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,350 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_Ac0wl root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,357 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,357 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_Ac0wl ingress (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,364 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,365 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_Ac0wl parent 1389: classid 1389:1388 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,372 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,372 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_Ac0wl protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,379 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,380 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_Ac0wl parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,387 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,388 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_Ac0wl (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,394 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,395 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_Ac0wl (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,402 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,403 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_Ac0wl (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,409 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* --------------------- >> end captured logging << ---------------------*11:05:09* *11:05:09* ======================================================================*11:05:09* FAIL: test_single_vlan(1) (network.tc_test.TestConfigureOutbound)*11:05:09* ----------------------------------------------------------------------*11:05:09* Traceback (most recent call last):*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/testlib.py", line 143, in wrapper*11:05:09* return f(self, *args)*11:05:09* File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched*11:05:09* return func(*args, **keywargs)*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 437, in test_single_vlan*11:05:09* self._analyse_qos_and_general_assertions()*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions*11:05:09* tc_filters.tagged_filters)*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters*11:05:09* self.assertEqual(len(untagged_filters), 1)*11:05:09* AssertionError: 0 != 1*11:05:09* -------------------- >> begin captured logging << --------------------*11:05:09* 2017-11-24 11:04:40,429 DEBUG (MainThread) [root] /sbin/ip link add name dummy_DR69h type dummy (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,436 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,437 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_DR69h up (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,443 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,444 DEBUG (MainThread) [root] /sbin/ip link add link dummy_DR69h name dummy_DR69h.16 type vlan id 16 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,453 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,454 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_DR69h.16 up (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,463 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,463 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_DR69h (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,470 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,471 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_DR69h root (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,477 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,478 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_DR69h ingress (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,485 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,486 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_DR69h root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,493 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,493 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_DR69h ingress (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,500 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,501 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_DR69h parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,507 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,508 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_DR69h parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,515 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,516 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_DR69h protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,523 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,523 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_DR69h protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,530 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,530 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_DR69h parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,537 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,538 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_DR69h parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,545 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,546 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_DR69h (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,552 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,553 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_DR69h (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,560 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,561 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_DR69h (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,568 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,570 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 139684684494592)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7f0b18d10390>>, args=(), kwargs={}) (concurrent:189)*11:05:09* 2017-11-24 11:04:40,571 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_DR69h.16 down (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,581 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,582 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 139684684494592)> (concurrent:192)*11:05:09* 2017-11-24 11:04:40,583 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_DR69h.16 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,596 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* --------------------- >> end captured logging << ---------------------*11:05:09* *11:05:09* ======================================================================*11:05:09* FAIL: test_single_vlan(2) (network.tc_test.TestConfigureOutbound)*11:05:09* ----------------------------------------------------------------------*11:05:09* Traceback (most recent call last):*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/testlib.py", line 143, in wrapper*11:05:09* return f(self, *args)*11:05:09* File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched*11:05:09* return func(*args, **keywargs)*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 437, in test_single_vlan*11:05:09* self._analyse_qos_and_general_assertions()*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 531, in _analyse_qos_and_general_assertions*11:05:09* tc_filters.tagged_filters)*11:05:09* File "/home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/tests/network/tc_test.py", line 579, in _assertions_on_filters*11:05:09* self.assertEqual(len(untagged_filters), 1)*11:05:09* AssertionError: 0 != 1*11:05:09* -------------------- >> begin captured logging << --------------------*11:05:09* 2017-11-24 11:04:40,613 DEBUG (MainThread) [root] /sbin/ip link add name dummy_dJrUa type dummy (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,621 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,621 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_dJrUa up (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,631 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,632 DEBUG (MainThread) [root] /sbin/ip link add link dummy_dJrUa name dummy_dJrUa.16 type vlan id 16 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,639 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,640 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_dJrUa.16 up (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,648 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,648 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_dJrUa (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,655 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,656 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_dJrUa root (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,662 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,663 DEBUG (MainThread) [root] /sbin/tc qdisc del dev dummy_dJrUa ingress (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,670 DEBUG (MainThread) [root] FAILED: <err> = 'RTNETLINK answers: No such file or directory\n'; <rc> = 2 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,670 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa root handle 0x1389: hfsc default 0x1388 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,677 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,678 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa ingress (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,685 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,685 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_dJrUa parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,692 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,693 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_dJrUa parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,699 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,700 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_dJrUa protocol all parent 1389: pref 5000 u32 match u8 0 0 flowid 0x1388 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,707 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,708 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_dJrUa protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,717 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,717 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,725 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,726 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,733 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,734 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_dJrUa (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,745 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,746 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_dJrUa parent 1389: (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,753 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,754 DEBUG (MainThread) [root] /sbin/tc filter del dev dummy_dJrUa pref 16 parent 1389: (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,760 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,761 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_dJrUa classid 1389:10 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,768 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,768 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_dJrUa parent 1389: classid 1389:10 hfsc ul m2 8000000bit ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,775 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,812 DEBUG (MainThread) [root] /sbin/tc qdisc show (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,822 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,823 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_dJrUa (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,829 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,830 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_dJrUa (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,837 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,838 DEBUG (MainThread) [root] /sbin/tc class del dev dummy_dJrUa classid 1389:1388 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,845 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,845 DEBUG (MainThread) [root] /sbin/tc class add dev dummy_dJrUa parent 1389: classid 1389:1388 hfsc ls m1 32000000bit d 800000us m2 24000000bit (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,852 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,853 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa parent 1389:1388 handle 1388: fq_codel (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,859 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,860 DEBUG (MainThread) [root] /sbin/tc filter replace dev dummy_dJrUa protocol all parent 1389: pref 16 basic match 'meta(vlan eq 16)' flowid 1389:10 (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,867 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,867 DEBUG (MainThread) [root] /sbin/tc qdisc add dev dummy_dJrUa parent 1389:10 handle 10: fq_codel (cwd None) (cmdutils:133)*11:05:09* 2017-11-24 11:04:40,874 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:09* 2017-11-24 11:04:40,8Coverage.py warning: Module /home/jenkins/workspace/vdsm_master_check-patch-fc27-x86_64/vdsm/vdsm was never imported. (module-not-imported)*11:05:21* 75 DEBUG (MainThread) [root] /sbin/tc class show dev dummy_dJrUa (cwd None) (cmdutils:133)*11:05:21* 2017-11-24 11:04:40,881 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:21* 2017-11-24 11:04:40,883 DEBUG (MainThread) [root] /sbin/tc qdisc show dev dummy_dJrUa (cwd None) (cmdutils:133)*11:05:21* 2017-11-24 11:04:40,889 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:21* 2017-11-24 11:04:40,890 DEBUG (MainThread) [root] /sbin/tc filter show dev dummy_dJrUa (cwd None) (cmdutils:133)*11:05:21* 2017-11-24 11:04:40,897 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:21* 2017-11-24 11:04:40,899 DEBUG (netlink/events) [root] START thread <Thread(netlink/events, started daemon 139684684494592)> (func=<bound method Monitor._scan of <vdsm.network.netlink.monitor.Monitor object at 0x7f0b190df690>>, args=(), kwargs={}) (concurrent:189)*11:05:21* 2017-11-24 11:04:40,900 DEBUG (MainThread) [root] /sbin/ip link set dev dummy_dJrUa.16 down (cwd None) (cmdutils:133)*11:05:21* 2017-11-24 11:04:40,910 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:21* 2017-11-24 11:04:40,911 DEBUG (netlink/events) [root] FINISH thread <Thread(netlink/events, started daemon 139684684494592)> (concurrent:192)*11:05:21* 2017-11-24 11:04:40,912 DEBUG (MainThread) [root] /sbin/ip link del dev dummy_dJrUa.16 (cwd None) (cmdutils:133)*11:05:21* 2017-11-24 11:04:40,930 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (cmdutils:141)*11:05:21* --------------------- >> end captured logging << ---------------------
-- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Sun, Oct 15, 2017, 2:12 PM Barak Korren <bkorren@redhat.com> wrote:
Over the TLV shut-down we took the time to add support for using Fedora 27 as well as Fedora Rawhide in the oVirt CI system.
To use Fedora 27 just use 'fc27' as you would for other Fedora versions in the CI YAML files and/or file extensions in the 'automation/' directory.
Using Fedora rawhide is similar, you just use 'fcraw' to refer to it.
Wonderful, I'll take of ovirt-engine.
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Sat, 18 Nov 2017 at 16:25 Roy Golan <rgolan@redhat.com> wrote:
On Sun, Oct 15, 2017, 2:12 PM Barak Korren <bkorren@redhat.com> wrote:
Over the TLV shut-down we took the time to add support for using Fedora 27 as well as Fedora Rawhide in the oVirt CI system.
To use Fedora 27 just use 'fc27' as you would for other Fedora versions in the CI YAML files and/or file extensions in the 'automation/' directory.
Using Fedora rawhide is similar, you just use 'fcraw' to refer to it.
Wonderful, I'll take of ovirt-engine.
https://gerrit.ovirt.org/84371 automation: Support Fedora 27
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
participants (9)
-
Barak Korren
-
Dan Kenigsberg
-
Edward Haas
-
Eyal Edri
-
Francesco Romani
-
Nir Soffer
-
Piotr Kliczewski
-
Piotr Kliczewski
-
Roy Golan