[issue37544] Multiple test failures during build

2019-07-21 Thread Ned Deily


Ned Deily  added the comment:

Thanks for the additional info.  I see two issues here.  One, you are building 
with OpenSSL 1.1.1, the initial release back in 2018-09.  There have been a few 
releases since then (currently at 1.1.1c) which do fix problems.  You should 
try to upgrade it.

Second, and more importantly, is that "make run_profile_task" hangs because a 
test hangs up and the tests are being run sequentially (i.e. without regrtest 
-j options meaning tests all run in one process sequentially).  These days 
nearly all our testing using -j because of the possibility of individual tests 
failures and residual effects between tests. And note that "make test", which 
runs in parallel, did complete. I see there is some discussion going on 
Issue36044 about changing the set of tests run_profile_task uses which would 
likely mitigate problems like this.  I'm CCing gps here for his views.

It also appears Issue33467 is a similar report.  I'm going to close it as a 
duplicate of this one.

--
nosy: +gregory.p.smith

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37544] Multiple test failures during build

2019-07-11 Thread Jarek Zgoda


Jarek Zgoda  added the comment:

make test output from unoptimized build with --disable-shared 
--prefix=/opt/python-3.7.4

--
Added file: https://bugs.python.org/file48468/3.7.4-test_output.txt

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37544] Multiple test failures during build

2019-07-11 Thread Jarek Zgoda


Jarek Zgoda  added the comment:

test.pythoninfo output

--
Added file: https://bugs.python.org/file48467/test.pythoninfo.txt

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37544] Multiple test failures during build

2019-07-10 Thread Ned Deily


Ned Deily  added the comment:

And, if the unoptimized build succeeds, also try running the tests with it:

make test

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37544] Multiple test failures during build

2019-07-10 Thread Ned Deily


Ned Deily  added the comment:

Sorry you are having problems.  Suggest first trying a clean build without 
--enable-optimizations.  If that works, please supply the output from:

./python -m test.pythoninfo

--
nosy: +ned.deily

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37544] Multiple test failures during build

2019-07-10 Thread Jarek Zgoda


New submission from Jarek Zgoda :

I'm trying to build Python-3.7.4 from release tarball.

Configure line: ./configure --prefix=/opt/python-3.7.4 --disable-shared  
--enable-optimizations

System: Ubuntu 18.04.2 amd64, 4.15.0-54-generic #58-Ubuntu SMP

Build fails.

--
components: Build
files: pgo_task_log.txt
messages: 347616
nosy: Jarek Zgoda
priority: normal
severity: normal
status: open
title: Multiple test failures during build
versions: Python 3.7
Added file: https://bugs.python.org/file48466/pgo_task_log.txt

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com