Re: [ovirt-devel] VDSM from 3.5 branch is currently failing on Fedora 20
On Tue, Jun 16, 2015 at 09:57:23AM +0200, Sandro Bonazzola wrote: > VDSM from 3.5 branch is currently failing on Fedora 20: > > make[1]: Entering directory `/builddir/build/BUILD/vdsm-4.16.20' > make check-local > make[2]: Entering directory `/builddir/build/BUILD/vdsm-4.16.20' > python -c 'import pyflakes; print("pyflakes-%s" % pyflakes.__version__)' > pyflakes-0.7.3 > find . -path './.git' -prune -type f -o \ > -name '*.py' -o -name '*.py.in' | xargs /usr/bin/pyflakes | \ > grep -w -v "\./vdsm/storage/lvm\.py.*: list comprehension redefines > 'lv' from line .*" | \ > while read LINE; do echo "$LINE"; false; done > ./tests/functional/networkTests.py:80: redefinition of unused 'vdsm' from > line 43 > ./tests/functional/networkTests.py:88: redefinition of unused 'vdsm' from > line 43 > make[2]: Leaving directory `/builddir/build/BUILD/vdsm-4.16.20' Thanks for your report. Here's a fix https://gerrit.ovirt.org/42414 please review. ___ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
[ovirt-devel] VDSM from 3.5 branch is currently failing on Fedora 20
VDSM from 3.5 branch is currently failing on Fedora 20: make[1]: Entering directory `/builddir/build/BUILD/vdsm-4.16.20' make check-local make[2]: Entering directory `/builddir/build/BUILD/vdsm-4.16.20' python -c 'import pyflakes; print("pyflakes-%s" % pyflakes.__version__)' pyflakes-0.7.3 find . -path './.git' -prune -type f -o \ -name '*.py' -o -name '*.py.in' | xargs /usr/bin/pyflakes | \ grep -w -v "\./vdsm/storage/lvm\.py.*: list comprehension redefines 'lv' from line .*" | \ while read LINE; do echo "$LINE"; false; done ./tests/functional/networkTests.py:80: redefinition of unused 'vdsm' from line 43 ./tests/functional/networkTests.py:88: redefinition of unused 'vdsm' from line 43 make[2]: Leaving directory `/builddir/build/BUILD/vdsm-4.16.20' make[2]: *** [check-local] Error 1 make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/builddir/build/BUILD/vdsm-4.16.20' make: *** [check-recursive] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.fmuLh5 (%check) Please fix it. Thanks, -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com ___ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel