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 <gia...@gmail.com> 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
>
------------------------------------------------------------------------------
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