Failing tests on python3 builds
Hi, Whilst looking into test failures reported against a pull request I currently have open, I noticed that there are several (9) failing tests on the Python 3 build. It appears that Markus reported these 3 weeks ago - is anyone looking into these failures? Having builds permanently reporting failure isn't particularly helpful as it discourages people from looking at the results, and will likely lead to further Python 3 regressions being introduced into the codebase. https://dev.azure.com/cctbx/cctbx_project/_build/results?buildId=240 https://github.com/cctbx/cctbx_project/issues Cheers, Richard Dr Richard Gildea Data Analysis Scientist Tel: +441235 77 8078 Diamond Light Source Ltd. Diamond House Harwell Science & Innovation Campus Didcot Oxfordshire OX11 0DE -- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail. Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message. Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
Well raised
I thought something was very wrong as the 2.7 build failed on OS X but then looking the error was:
Error: the following jobs returned non-zero exit codes or suspicious stderr output:
libtbx.python "/Users/vsts/agent/2.154.3/work/1/modules/cctbx_project/scitbx/math/tests/tst_math.py" [FAIL] 1.2s
Time: 1.24
Return code: 1
OKs: 0
Standard error:
show_stack(1): /Users/vsts/agent/2.154.3/work/1/modules/cctbx_project/scitbx/math/tests/tst_math.py(495) check_lambertw
show_stack(2): /Users/vsts/agent/2.154.3/work/1/modules/cctbx_project/scitbx/math/tests/tst_math.py(510) exercise_lambertw
show_stack(3): /Users/vsts/agent/2.154.3/work/1/modules/cctbx_project/scitbx/math/tests/tst_math.py(2041) run
show_stack(4): /Users/vsts/agent/2.154.3/work/1/modules/cctbx_project/scitbx/math/tests/tst_math.py(2066) <module>
libc backtrace (26 frames, most recent call last):
27 ??? 0x0000000000000003 0x0 + 3
26 libdyld.dylib 0x00007fff624003d5 start + 1
25 libpython2.7.dylib 0x0000000109dd5492 Py_Main + 3490
24 libpython2.7.dylib 0x0000000109dbe610 PyRun_SimpleFileExFlags + 816
23 libpython2.7.dylib 0x0000000109dbeacd PyRun_FileExFlags + 157
22 libpython2.7.dylib 0x0000000109d91282 PyEval_EvalCode + 34
21 libpython2.7.dylib 0x0000000109d91b04 PyEval_EvalCodeEx + 2164
20 libpython2.7.dylib 0x0000000109d971c9 PyEval_EvalFrameEx + 21609
19 libpython2.7.dylib 0x0000000109d9be4d fast_function + 109
18 libpython2.7.dylib 0x0000000109d91b04 PyEval_EvalCodeEx + 2164
17 libpython2.7.dylib 0x0000000109d971c9 PyEval_EvalFrameEx + 21609
16 libpython2.7.dylib 0x0000000109d9be4d fast_function + 109
15 libpython2.7.dylib 0x0000000109d91b04 PyEval_EvalCodeEx + 2164
14 libpython2.7.dylib 0x0000000109d971c9 PyEval_EvalFrameEx + 21609
13 libpython2.7.dylib 0x0000000109d9be4d fast_function + 109
12 libpython2.7.dylib 0x0000000109d91b04 PyEval_EvalCodeEx + 2164
11 libpython2.7.dylib 0x0000000109d973a8 PyEval_EvalFrameEx + 22088
10 libpython2.7.dylib 0x0000000109ceae95 PyObject_Call + 101
9 libboost_python.dylib 0x000000010aae51d1 boost::python::objects::function_call(_object*, _object*, _object*) + 81
8 libboost_python.dylib 0x000000010aaeaf28 boost::python::handle_exception_impl(boost::function0<void>) + 72
7 libboost_python.dylib 0x000000010aae56ca boost::detail::function::void_function_ref_invoker0
On 29 Jul 2019, at 14:50, [email protected] wrote:
Hi,
Whilst looking into test failures reported against a pull request I currently have open, I noticed that there are several (9) failing tests on the Python 3 build. It appears that Markus reported these 3 weeks ago - is anyone looking into these failures? Having builds permanently reporting failure isn't particularly helpful as it discourages people from looking at the results, and will likely lead to further Python 3 regressions being introduced into the codebase.
https://dev.azure.com/cctbx/cctbx_project/_build/results?buildId=240
https://github.com/cctbx/cctbx_project/issues
Cheers,
Richard
Dr Richard Gildea Data Analysis Scientist Tel: +441235 77 8078
Diamond Light Source Ltd. Diamond House Harwell Science & Innovation Campus Didcot Oxfordshire OX11 0DE
-- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail. Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message. Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
_______________________________________________ cctbxbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/cctbxbb
This also fails for me on my local (python 2.7) mac build. I have taken the liberty of creating a github ticket for this test failure:
https://github.com/cctbx/cctbx_project/issues/371
Dr Richard Gildea
Data Analysis Scientist
Tel: +441235 77 8078
Diamond Light Source Ltd.
Diamond House
Harwell Science & Innovation Campus
Didcot
Oxfordshire
OX11 0DE
________________________________
From: [email protected]
On 29 Jul 2019, at 14:50, [email protected] wrote:
Hi,
Whilst looking into test failures reported against a pull request I currently have open, I noticed that there are several (9) failing tests on the Python 3 build. It appears that Markus reported these 3 weeks ago - is anyone looking into these failures? Having builds permanently reporting failure isn't particularly helpful as it discourages people from looking at the results, and will likely lead to further Python 3 regressions being introduced into the codebase.
https://dev.azure.com/cctbx/cctbx_project/_build/results?buildId=240
https://github.com/cctbx/cctbx_project/issues
Cheers,
Richard
Dr Richard Gildea Data Analysis Scientist Tel: +441235 77 8078
Diamond Light Source Ltd. Diamond House Harwell Science & Innovation Campus Didcot Oxfordshire OX11 0DE
-- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail. Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message. Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
_______________________________________________ cctbxbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/cctbxbb
_______________________________________________ cctbxbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/cctbxbb
On this thread I should also have said: excellent that we now have public builds and tests - a good improvement so thank you to those involved :-) Graeme
On 29 Jul 2019, at 14:50, [email protected] wrote:
Hi,
Whilst looking into test failures reported against a pull request I currently have open, I noticed that there are several (9) failing tests on the Python 3 build. It appears that Markus reported these 3 weeks ago - is anyone looking into these failures? Having builds permanently reporting failure isn't particularly helpful as it discourages people from looking at the results, and will likely lead to further Python 3 regressions being introduced into the codebase.
https://dev.azure.com/cctbx/cctbx_project/_build/results?buildId=240
https://github.com/cctbx/cctbx_project/issues
Cheers,
Richard
Dr Richard Gildea Data Analysis Scientist Tel: +441235 77 8078
Diamond Light Source Ltd. Diamond House Harwell Science & Innovation Campus Didcot Oxfordshire OX11 0DE
-- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail. Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message. Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
_______________________________________________ cctbxbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/cctbxbb
Hi, thanks, Billy and I are looking at python 3 test failures this week and next week. Agree this azure pipeline is pretty cool. On Tue, Jul 30, 2019 at 7:31 AM [email protected] < [email protected]> wrote:
On this thread I should also have said: excellent that we now have public builds and tests - a good improvement so thank you to those involved :-)
Graeme
On 29 Jul 2019, at 14:50, [email protected] wrote:
Hi,
Whilst looking into test failures reported against a pull request I currently have open, I noticed that there are several (9) failing tests on the Python 3 build. It appears that Markus reported these 3 weeks ago - is anyone looking into these failures? Having builds permanently reporting failure isn't particularly helpful as it discourages people from looking at the results, and will likely lead to further Python 3 regressions being introduced into the codebase.
https://dev.azure.com/cctbx/cctbx_project/_build/results?buildId=240
https://github.com/cctbx/cctbx_project/issues
Cheers,
Richard
Dr Richard Gildea Data Analysis Scientist Tel: +441235 77 8078
Diamond Light Source Ltd. Diamond House Harwell Science & Innovation Campus Didcot Oxfordshire OX11 0DE
-- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail. Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message. Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
_______________________________________________ cctbxbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/cctbxbb
_______________________________________________ cctbxbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/cctbxbb
participants (3)
-
Aaron Brewster
-
Graeme.Winter@Diamond.ac.uk
-
richard.gildea@diamond.ac.uk