Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597688 - dev-python/hgdistver-0.25 fails tests without git and mercurial
Summary: dev-python/hgdistver-0.25 fails tests without git and mercurial
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-21 13:19 UTC by eroen
Modified: 2017-02-08 02:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,17.95 KB, text/plain)
2016-10-21 13:19 UTC, eroen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eroen 2016-10-21 13:19:03 UTC
Created attachment 450884 [details]
build.log

* python2_7: running distutils-r1_run_phase python_test
============================= test session starts ==============================
platform linux2 -- Python 2.7.10, pytest-2.8.7, py-1.4.30, pluggy-0.3.1
rootdir: /var/tmp/portage/dev-python/hgdistver-0.25/work/hgdistver-0.25, inifile: 
collected 32 items

test_functions.py ..x.....x.....x
test_hgdistver.py ........FF.......

=================================== FAILURES ===================================
____________________________ test_version_from_git _____________________________

wd = <test_hgdistver.Wd object at 0x7fe3bb8adb50>

    def test_version_from_git(wd):
>       wd('git init')

test_hgdistver.py:99: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_hgdistver.py:35: in __call__
    do(cmd, str(self.cwd))
hgdistver.py:53: in do
    out, err, ret = do_ex(cmd, cwd)
hgdistver.py:38: in do_ex
    HGPLAIN='1',
/usr/lib64/python2.7/subprocess.py:710: in __init__
    errread, errwrite)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <subprocess.Popen object at 0x7fe3bb8ada90>, args = ['git', 'init']
executable = 'git', preexec_fn = None, close_fds = False
cwd = '/var/tmp/portage/dev-python/hgdistver-0.25/temp/pytest-of-portage/pytest-0/test_version_from_git0'
env = {'A': 'hgdistver-0.25.tar.gz', 'ABI': 'amd64', 'ABI_X86': '64', 'ACCEPT_LICENSE': 'MIT', ...}
universal_newlines = False, startupinfo = None, creationflags = 0, shell = False
to_close = set([8, 12]), p2cread = None, p2cwrite = None, c2pread = 8
c2pwrite = 10, errread = 12, errwrite = 13

    def _execute_child(self, args, executable, preexec_fn, close_fds,
... snip ...
            except OSError as e:
                if e.errno != errno.ECHILD:
                    raise
            child_exception = pickle.loads(data)
>           raise child_exception
E           OSError: [Errno 2] No such file or directory

/usr/lib64/python2.7/subprocess.py:1335: OSError
----------------------------- Captured stdout call -----------------------------
cmd 'git init'
___________________________ test_version_from_hg_id ____________________________

wd = <test_hgdistver.Wd object at 0x7fe3bb34dad0>

    def test_version_from_hg_id(wd):
>       wd('hg init')

test_hgdistver.py:124: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_hgdistver.py:35: in __call__
    do(cmd, str(self.cwd))
hgdistver.py:53: in do
    out, err, ret = do_ex(cmd, cwd)
hgdistver.py:38: in do_ex
    HGPLAIN='1',
/usr/lib64/python2.7/subprocess.py:710: in __init__
    errread, errwrite)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <subprocess.Popen object at 0x7fe3bb34da90>, args = ['hg', 'init']
executable = 'hg', preexec_fn = None, close_fds = False
cwd = '/var/tmp/portage/dev-python/hgdistver-0.25/temp/pytest-of-portage/pytest-0/test_version_from_hg_id0'
env = {'A': 'hgdistver-0.25.tar.gz', 'ABI': 'amd64', 'ABI_X86': '64', 'ACCEPT_LICENSE': 'MIT', ...}
universal_newlines = False, startupinfo = None, creationflags = 0, shell = False
to_close = set([8, 12]), p2cread = None, p2cwrite = None, c2pread = 8
c2pwrite = 10, errread = 12, errwrite = 13

    def _execute_child(self, args, executable, preexec_fn, close_fds,
... snip ...
            except OSError as e:
                if e.errno != errno.ECHILD:
                    raise
            child_exception = pickle.loads(data)
>           raise child_exception
E           OSError: [Errno 2] No such file or directory

/usr/lib64/python2.7/subprocess.py:1335: OSError
----------------------------- Captured stdout call -----------------------------
cmd 'hg init'
================ 2 failed, 27 passed, 3 xfailed in 0.70 seconds ================
 * ERROR: dev-python/hgdistver-0.25::gentoo failed (test phase):
 *   Tests failed under python2.7
 * 
 * Call stack:
 *     ebuild.sh, line  115:  Called src_test
 *   environment, line 3633:  Called distutils-r1_src_test
 *   environment, line  959:  Called _distutils-r1_run_foreach_impl 'python_test'
 *   environment, line  296:  Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
 *   environment, line 3152:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 *   environment, line 2261:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 *   environment, line 2259:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
 *   environment, line  567:  Called distutils-r1_run_phase 'python_test'
 *   environment, line  891:  Called python_test
 *   environment, line 3512:  Called die
 * The specific snippet of code:
 *       py.test || die "Tests failed under ${EPYTHON}"
Comment 1 eroen 2016-10-21 13:19:39 UTC
localhost ~ # emerge --info '=dev-python/hgdistver-0.25::gentoo'
Portage 2.3.0 (python 3.4.3-final-0, default/linux/amd64/13.0, gcc-4.9.3, glibc-2.22-r4, 4.4.6-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.4.6-gentoo-x86_64-Intel-R-_Core-TM-_i5-2520M_CPU_@_2.50GHz-with-gentoo-2.2
KiB Mem:     4043380 total,   3838116 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Fri, 21 Oct 2016 00:45:01 +0000
sh bash 4.3_p48
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p48::gentoo
dev-lang/perl:            5.22.2::gentoo
dev-lang/python:          2.7.10-r1::gentoo, 3.4.3-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.21.7::gentoo
sys-apps/sandbox:         2.10-r1::gentoo
sys-devel/autoconf:       2.69::gentoo
sys-devel/automake:       1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.9.3::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r4::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl amd64 berkdb bindist bzip2 cli cracklib crypt cxx dri fortran gdbm iconv ipv6 mmx mmxext modules multilib ncurses nls nptl openmp pam pcre readline seccomp session sse sse2 ssl tcpd unicode xattr zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

localhost ~ # emerge -pqv '=dev-python/hgdistver-0.25::gentoo'
[ebuild  N    ] dev-python/hgdistver-0.25  USE="{test}" PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 (-python3_3) -python3_5" 

 * IMPORTANT: 11 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Comment 2 Mart Raudsepp gentoo-dev 2017-02-07 23:56:40 UTC
Also:

=============================================== FAILURES ================================================
________________________________________ test_version_from_hg_id ________________________________________

wd = <test_hgdistver.Wd object at 0x76597970>

    def test_version_from_hg_id(wd):
>       wd('hg init')

test_hgdistver.py:124: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
test_hgdistver.py:35: in __call__
    do(cmd, str(self.cwd))
hgdistver.py:53: in do
    out, err, ret = do_ex(cmd, cwd)
hgdistver.py:38: in do_ex
    HGPLAIN='1',
/usr/lib32/python2.7/subprocess.py:711: in __init__
    errread, errwrite)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <subprocess.Popen object at 0x76597790>, args = ['hg', 'init'], executable = 'hg'
preexec_fn = None, close_fds = False
cwd = '/var/tmp/portage/dev-python/hgdistver-0.25/temp/pytest-of-portage/pytest-0/test_version_from_hg_id0'
env = {'A': 'hgdistver-0.25.tar.gz', 'ABI': 'n32', 'ABI_MIPS': 'n32', 'ACCEPT_LICENSE': 'MIT', ...}
universal_newlines = False, startupinfo = None, creationflags = 0, shell = False, to_close = set([8, 12])
p2cread = None, p2cwrite = None, c2pread = 8, c2pwrite = 10, errread = 12, errwrite = 13

    def _execute_child(self, args, executable, preexec_fn, close_fds,
                       cwd, env, universal_newlines,
                       startupinfo, creationflags, shell, to_close,
                       p2cread, p2cwrite,
                       c2pread, c2pwrite,
                       errread, errwrite):
        """Execute program (POSIX version)"""
    
        if isinstance(args, types.StringTypes):
            args = [args]
        else:
            args = list(args)
    
        if shell:
            args = ["/bin/sh", "-c"] + args
            if executable:
                args[0] = executable
    
        if executable is None:
            executable = args[0]
    
        def _close_in_parent(fd):
            os.close(fd)
            to_close.remove(fd)
    
        # For transferring possible exec failure from child to parent
        # The first char specifies the exception type: 0 means
        # OSError, 1 means some other error.
        errpipe_read, errpipe_write = self.pipe_cloexec()
        try:
            try:
                gc_was_enabled = gc.isenabled()
                # Disable gc to avoid bug where gc -> file_dealloc ->
                # write to stderr -> hang.  http://bugs.python.org/issue1336
                gc.disable()
                try:
                    self.pid = os.fork()
                except:
                    if gc_was_enabled:
                        gc.enable()
                    raise
                self._child_created = True
                if self.pid == 0:
                    # Child
                    try:
                        # Close parent's pipe ends
                        if p2cwrite is not None:
                            os.close(p2cwrite)
                        if c2pread is not None:
                            os.close(c2pread)
                        if errread is not None:
                            os.close(errread)
                        os.close(errpipe_read)
    
                        # When duping fds, if there arises a situation
                        # where one of the fds is either 0, 1 or 2, it
                        # is possible that it is overwritten (#12607).
                        if c2pwrite == 0:
                            c2pwrite = os.dup(c2pwrite)
                        if errwrite == 0 or errwrite == 1:
                            errwrite = os.dup(errwrite)
    
                        # Dup fds for child
                        def _dup2(a, b):
                            # dup2() removes the CLOEXEC flag but
                            # we must do it ourselves if dup2()
                            # would be a no-op (issue #10806).
                            if a == b:
                                self._set_cloexec_flag(a, False)
                            elif a is not None:
                                os.dup2(a, b)
                        _dup2(p2cread, 0)
                        _dup2(c2pwrite, 1)
                        _dup2(errwrite, 2)
    
                        # Close pipe fds.  Make sure we don't close the
                        # same fd more than once, or standard fds.
                        closed = { None }
                        for fd in [p2cread, c2pwrite, errwrite]:
                            if fd not in closed and fd > 2:
                                os.close(fd)
                                closed.add(fd)
    
                        if cwd is not None:
                            os.chdir(cwd)
    
                        if preexec_fn:
                            preexec_fn()
    
                        # Close all other fds, if asked for - after
                        # preexec_fn(), which may open FDs.
                        if close_fds:
                            self._close_fds(but=errpipe_write)
    
                        if env is None:
                            os.execvp(executable, args)
                        else:
                            os.execvpe(executable, args, env)
    
                    except:
                        exc_type, exc_value, tb = sys.exc_info()
                        # Save the traceback and attach it to the exception object
                        exc_lines = traceback.format_exception(exc_type,
                                                               exc_value,
                                                               tb)
                        exc_value.child_traceback = ''.join(exc_lines)
                        os.write(errpipe_write, pickle.dumps(exc_value))
    
                    # This exitcode won't be reported to applications, so it
                    # really doesn't matter what we return.
                    os._exit(255)
    
                # Parent
                if gc_was_enabled:
                    gc.enable()
            finally:
                # be sure the FD is closed no matter what
                os.close(errpipe_write)
    
            # Wait for exec to fail or succeed; possibly raising exception
            data = _eintr_retry_call(os.read, errpipe_read, 1048576)
            pickle_bits = []
            while data:
                pickle_bits.append(data)
                data = _eintr_retry_call(os.read, errpipe_read, 1048576)
            data = "".join(pickle_bits)
        finally:
            if p2cread is not None and p2cwrite is not None:
                _close_in_parent(p2cread)
            if c2pwrite is not None and c2pread is not None:
                _close_in_parent(c2pwrite)
            if errwrite is not None and errread is not None:
                _close_in_parent(errwrite)
    
            # be sure the FD is closed no matter what
            os.close(errpipe_read)
    
        if data != "":
            try:
                _eintr_retry_call(os.waitpid, self.pid, 0)
            except OSError as e:
                if e.errno != errno.ECHILD:
                    raise
            child_exception = pickle.loads(data)
>           raise child_exception
E           OSError: [Errno 2] No such file or directory

/usr/lib32/python2.7/subprocess.py:1343: OSError
----------------------------------------- Captured stdout call ------------------------------------------
cmd 'hg init'
============================ 1 failed, 28 passed, 3 xfailed in 5.83 seconds =============================
Comment 3 Mart Raudsepp gentoo-dev 2017-02-08 02:10:04 UTC
commit 993a92cf10853d257536e45b2c8371a38fe46d61
Author: Mart Raudsepp <leio@gentoo.org>
Date:   Wed Feb 8 02:58:22 2017 +0200

    dev-python/hgdistver-0.25: Add missing git and mercurial test dependencies
    
    Gentoo-bug: 597688
    Acked-by: Mike Gilbert <floppym@gentoo.org>
    Package-Manager: Portage-2.3.3, Repoman-2.3.1