It's something with the python InChI wrappers:
103: !!! TEST FAILURE:  python UnitTestInchi.py {}103/103 Test #103: 
pythonTestDirChem ................***Failed   35.63 secThe following tests 
passed: testInchi ...
The fact that the testInchi one passed indicates that the C++ build completed 
and worked, but something has gone wrong with the installation of the inchi 
wrapper.I'll try to take a look in more detail tomorrow morning (I have some 
more prep for the UGM that I need to do, but I'll try and make time for this 
too)







On Tue, Oct 25, 2016 at 9:43 PM +0200, "Gianluca Sforna" <gia...@gmail.com> 
wrote:










Thanks Greg,
here is the new build log:
https://kojipkgs.fedoraproject.org//work/tasks/9220/16199220/build.log

On Tue, Oct 25, 2016 at 5:33 PM, Greg Landrum  wrote:
> I don't see anything obvious and there's not currently an easy way to figure
> out what the problem is (but I'm fixing that now).
>
> Using this diff as a patch (not sure what syntax you want) will provide more
> info about which test failed:
> landrum@Otter:/scratch/RDKit_git/build$ git diff ../rdkit/TestRunner.py
> diff --git a/rdkit/TestRunner.py b/rdkit/TestRunner.py
> index 99432dc..308dbfd 100755
> --- a/rdkit/TestRunner.py
> +++ b/rdkit/TestRunner.py
> @@ -106,6 +106,9 @@ def RunScript(script, doLongTests, verbose):
>
>    nTests = len(tests) + len(longTests)
>    del sys.modules[script]
> +  if verbose and failed:
> +    for exeName,args,extras in failed:
> +        print("!!! TEST FAILURE: ",exeName,args,extras,file=sys.stderr)
>    return failed, nTests
>
>
>
> On Tue, Oct 25, 2016 at 4:02 PM, Gianluca Sforna  wrote:
>>
>> I am trying to rebuild the rdkit RPM for Fedora rawhide (aka Fedora
>> 26) but the i686 build fails at test 103.
>>
>> Looking at the log [1], can anyone spot what the issue could be?
>>
>> Regards
>>
>> G.
>>
>>
>> [1] https://kojipkgs.fedoraproject.org//work/tasks/6457/16196457/build.log
>>
>> --
>> Gianluca Sforna
>>
>> http://plus.google.com/+gianlucasforna - http://twitter.com/giallu
>> Tinker Garage - http://tinkergarage.it
>>
>>
>> ------------------------------------------------------------------------------
>> The Command Line: Reinvented for Modern Developers
>> Did the resurgence of CLI tooling catch you by surprise?
>> Reconnect with the command line and become more productive.
>> Learn the new .NET and ASP.NET CLI. Get your free copy!
>> http://sdm.link/telerik
>> _______________________________________________
>> Rdkit-devel mailing list
>> Rdkit-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/rdkit-devel
>
>



-- 
Gianluca Sforna

http://plus.google.com/+gianlucasforna - http://twitter.com/giallu
Tinker Garage - http://tinkergarage.it





------------------------------------------------------------------------------
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
_______________________________________________
Rdkit-devel mailing list
Rdkit-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-devel

Reply via email to