New submission from REIX Tony:

I'm now porting Python (2.7.10 and 3.4.3) on AIX.

Before that, I wanted to build and test on reference machines in order to see 
what is expected during building and testing.

However, on Ubuntu/i586 and Ubuntu/x86_64, I face hangs and errors during test 
phase on the 2 environments.

* Ubuntu / i586 :
 - v. 2.7.10 :
   - [152/401] test_gdb
  Blocked a full night in: (See details in file P1 : 1)


 - v. 3.4.3 :
  - [292/390/1] test_tk  : blocked during hours
  - [111/390] test_capi  : blocked during more than 1/2h

* Ubuntu / x86_64 :
 - 3.4.3 
   - [137/390] test_ftplib   : full night
   See details in P1: 2)

  - Errors:
    - 3 tests failed:
       test_ssl test_urllib2_localnet test_urllib2net
      - test_ssl : test_connect_ex (test.test_ssl.NetworkedTests) ... FAIL
      - test_urllib2_localnet : test_basic_auth_success
              (test.test_urllib2_localnet.BasicAuthTests) ... ERROR
    - [141/390/2] test_venv
test test_venv failed -- Traceback (most recent call last):
  File "/home/reixt/PYTHON-3/Python-3.4.3/Lib/test/test_venv.py", line 390, in 
test_with_pip
    self.assertEqual(err, "")
AssertionError: "/tmp/tmpu049e_1j/lib/python3.4/site-pack[181 chars])>\n" != ''
- /tmp/tmpu049e_1j/lib/python3.4/site-packages/pip/__init__.py:217: 
ResourceWarning: unclosed <ssl.SSLSocket fd=4, family=AddressFamily.AF_INET, 
type=2049, proto=6, laddr=('10.197.64.141', 39371), raddr=('129.183.4.8', 8080)>


I'm new with building Python.

I've followed instructions from: 
   https://docs.python.org/devguide/
  Download: Python-3.4.3.tar
  ./configure --with-pydebug && make -j2
  ./python -m test -j3

I've found:
 http://buildbot.python.org/all/waterfall?category=3.4.stable
 and it looks like there are NO known issue on Ubuntu/x86_64 with '3.4'. 
However, I'm using source code of 3.4.3 . Difference between 3.4 and 3.4.3 ?

Are there more instructions I must follow in order to improve my test 
environment on Ubuntu/x86_64 ?

----------
components: Tests
files: Py1
messages: 247506
nosy: trex58
priority: normal
severity: normal
status: open
title: Hangs and errors while testing on Ubuntu/Intel
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file40042/Py1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24741>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to