Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: George Trojan Newsgroups: comp.lang.python Subject: Python 3.1 test issue Date: Wed, 16 Dec 2015 18:22:40 +0000 Lines: 31 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de loIA28CQVIamSp/FjcLDZgYI4OTHNm8ty4IFdLE6mcxg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'false,': 0.07; 'null,': 0.07; 'problem?': 0.07; 'subject:test': 0.07; 'grep': 0.09; 'received:140': 0.09; 'python': 0.10; '-bb': 0.16; '00:00:00': 0.16; '336': 0.16; '381': 0.16; 'altered': 0.16; 'hangs': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:issue': 0.16; 'tests': 0.18; 'ok.': 0.22; '(or': 0.23; 'header:User-Agent:1': 0.26; 'command': 0.26; 'installed': 0.26; 'skip:" 20': 0.26; 'error': 0.27; '3.1': 0.29; 'cpu': 0.29; 'skip:/ 40': 0.29; 'skip:[ 10': 0.31; 'received:google.com': 0.35; 'execution': 0.35; 'received:209.85': 0.36; 'skip:{ 10': 0.36; 'to:addr:python-list': 0.36; 'received:209': 0.38; 'skip:- 20': 0.39; 'test': 0.39; 'takes': 0.39; 'to:addr:python.org': 0.40; '100%': 0.72; 'interrupted': 0.76; 'time)': 0.91; '***': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=noaa-gov.20150623.gappssmtp.com; s=20150623; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=m4VzvFmAOkwcnJHIkYkDcujpDVPp1Dsdcs6GeEMKn0U=; b=ek5uw6uzUMDSpijmbggw7gJl3a7rNHCbjcZniYDo1soNVhoXtPhxdSM9snBpDHNR6O Wx7x1KC7Fco0Ow9D/eDgj1G2ApsWHI/i0m0tif5aCsFKmASwm9SGDE2qWrTJJpLoyLpK lNyboqdIEdVoaIH1EUNx1k8J/fy1F8rkFrfH/wZsZ5pbpdD0qfB/tjPvMahfiJHcFdfp md+Pl5Nabq0JDOUiKuPFoG2iuF/ZTEwYbjw7AEBWX3X9wunu6iczzwdu35JnqqlgnYq5 TmMr/jewTrNDLOBA5bvLK9i/oEXXnk043C4URY35tLaedGabN0Nc/7ZRlbsQLTOa4DST Gpyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type; bh=m4VzvFmAOkwcnJHIkYkDcujpDVPp1Dsdcs6GeEMKn0U=; b=OufMK9nvdzD7ySax/WFhzjZM4NWf1KietG8gQDUIfdCcPk6uFThsYTHXlIvBJLmP8E HNgq0VVdutBPke6CKzXB/3i0cZQlS3D9aiZNQ1NjJYVKQtRu3yWnCUnxXP4ocQw/Jxun CAcybQAkU1q7j5HhIgN+m9Ta8JbQHCgvQ2laKymCQiuRMssm0OJ7UZoLqX8WQITpP8PD Liw9VPBBGenEfMuXjDvjC/JbfSmkxRJ6NXs9hEoDi+MScyACMzLCS3AEN29JA1V30hk/ lBeVneoVnw5c9TCc+wr0mICPmXMXQRjBc+tQEmWv4R2WXBrzKTsJOIy8BARdWc3jZ30K SRdg== X-Gm-Message-State: ALoCoQlnt+S6jYqx/AT7tgItciqlOXK4n6dBIoCls9Ect/ydPBcgnNZuPQb4LqZA6RBEhcUejSPh0Ac2zj7uniQLxV7h0Wlw3g== X-Received: by 10.98.66.207 with SMTP id h76mr7594639pfd.35.1450290161908; Wed, 16 Dec 2015 10:22:41 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100533 I installed Python 3.1 on RHEL 7.2. The command make test hangs (or takes a lot of time) on test_subprocess. [396/397] test_subprocess ^C Test suite interrupted by signal SIGINT. 5 tests omitted: test___all__ test_distutils test_site test_socket test_warnings 381 tests OK. 4 tests altered the execution environment: test___all__ test_distutils test_site test_warnings 11 tests skipped: test_devpoll test_kqueue test_msilib test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly test_winreg test_winsound test_zipfile64 make: *** [test] Error 1 CPU was at 100% all the time for process gtrojan 15758 8907 94 17:29 pts/6 00:06:47 /home/gtrojan/Downloads/Python-3.5.1/python -R -bb -E -Wdefault -Werror::BytesWarning -X faulthandler -m test.regrtest --slaveargs [["test_socket", 0, false], {"huntrleaks": false, "match_tests": null, "failfast": false, "output_on_failure": false, "use_resources": ["curses", "network", "decimal", "cpu", "subprocess", "urlfetch"], "pgo": false, "timeout": null}] gtrojan 22889 336 0 17:36 pts/11 00:00:00 grep --color=auto 15758 Is this a problem? George