Back to Multiple platform build/check report for BioC 3.18:   simplified   long
ABCDEFGHIJKLM[N]OPQRSTUVWXYZ

This page was generated on 2024-04-17 11:37:03 -0400 (Wed, 17 Apr 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.3.3 (2024-02-29) -- "Angel Food Cake" 4676
palomino4Windows Server 2022 Datacenterx644.3.3 (2024-02-29 ucrt) -- "Angel Food Cake" 4414
merida1macOS 12.7.1 Montereyx86_644.3.3 (2024-02-29) -- "Angel Food Cake" 4437
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 1405/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
NetPathMiner 1.38.0  (landing page)
Ahmed Mohamed
Snapshot Date: 2024-04-15 14:05:01 -0400 (Mon, 15 Apr 2024)
git_url: https://git.bioconductor.org/packages/NetPathMiner
git_branch: RELEASE_3_18
git_last_commit: 3116490
git_last_commit_date: 2023-10-24 09:58:54 -0400 (Tue, 24 Oct 2023)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
merida1macOS 12.7.1 Monterey / x86_64  ERROR    ERROR  skippedskipped
kjohnson1macOS 13.6.1 Ventura / arm64see weekly results here

INSTALL results for NetPathMiner on palomino4


To the developers/maintainers of the NetPathMiner package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/NetPathMiner.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: NetPathMiner
Version: 1.38.0
Command: F:\biocbuild\bbs-3.18-bioc\R\bin\R.exe CMD INSTALL NetPathMiner
StartedAt: 2024-04-15 15:38:21 -0400 (Mon, 15 Apr 2024)
EndedAt: 2024-04-15 15:39:11 -0400 (Mon, 15 Apr 2024)
EllapsedTime: 50.5 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.18-bioc\R\bin\R.exe CMD INSTALL NetPathMiner
###
##############################################################################
##############################################################################


* installing to library 'F:/biocbuild/bbs-3.18-bioc/R/library'
* installing *source* package 'NetPathMiner' ...
** using staged installation
* searching for boost headers ... not found. Untarring boost.tar.gz
* searching for NPM_dependencies file ... not found.
* Searching for libxml2 and libSBML ... 
* compiling on Bioconductor machines...
* testing xmlParseFile in libxml2 ... failed
** Command: g++ -std=gnu++17 -o xml_test.out xml_test.cpp -DWIN_COMPILE -I. -IF:/biocbuild/bbs-3.18-bioc/R/include -IC:/LIB_XML2/x64/include/libxml2 -LC:/LIB_XML2/x64/lib -lxml2 -lws2_32 
** Error Message: xml_test.cpp:3:10: fatal error: libxml/xmlreader.h: No such file or directory
    3 | #include <libxml/xmlreader.h>
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.

** Although libxml2 headers and binaries were found, compiler failed.
		This may be due to incomplete headers or corrupt library.
* testing readSBML, SBMLDocument::getModel in libSBML ... failed
** Command: g++ -std=gnu++17 -o sbml_test.out sbml_test.cpp -DWIN_COMPILE -I. -IF:/biocbuild/bbs-3.18-bioc/R/include -IC:/libsbml/x64/include -LC:/libsbml/x64/bin -lsbml 
** Error Message: In file included from C:/libsbml/x64/include/sbml/FunctionDefinition.h:136,
                 from C:/libsbml/x64/include/sbml/SBMLTransforms.h:52,
                 from C:/libsbml/x64/include/sbml/SBMLDocument.h:302,
                 from C:/libsbml/x64/include/sbml/SBMLTypes.h:43,
                 from sbml_test.cpp:3:
C:/libsbml/x64/include/sbml/ListOf.h:111:27: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
  111 | struct IdEq : public std::unary_function<SBase*, bool>
      |                           ^~~~~~~~~~~~~~
In file included from c:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\string:48,
                 from C:/libsbml/x64/include/sbml/util/util.h:49,
                 from C:/libsbml/x64/include/sbml/xml/XMLError.h:344,
                 from C:/libsbml/x64/include/sbml/SBMLError.h:461,
                 from C:/libsbml/x64/include/sbml/SBMLDocument.h:299:
c:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
C:\rtools43/x86_64-w64-mingw32.static.posix/bin/ld.exe: F:\biocbuild\bbs-3.18-bioc\tmp\cceVUzZl.o:sbml_test.cpp:(.text+0x20): undefined reference to `SBMLDocument::getModel()'
collect2.exe: error: ld returned 1 exit status

** Although libSBML headers and binaries were found, compiler failed.
	Please ensure that libSBML is built using GCC compiler.
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using C++ compiler: 'G__~1.EXE (GCC) 12.3.0'
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -DWIN_COMPILE -I. -IF:/biocbuild/bbs-3.18-bioc/R/include    -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c PathRanker.cpp -o PathRanker.o
In file included from ./boost/mpl/aux_/na_assert.hpp:23,
                 from ./boost/mpl/arg.hpp:25,
                 from ./boost/mpl/placeholders.hpp:24,
                 from ./boost/iterator/iterator_categories.hpp:17,
                 from ./boost/graph/graph_traits.hpp:25,
                 from ./boost/graph/graph_utility.hpp:29,
                 from PathRanker.cpp:27:
./boost/mpl/assert.hpp:187:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  187 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  188 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189 |     );
      |     ~                
./boost/mpl/assert.hpp:187:21: note: remove parentheses
  187 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  188 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189 |     );
      |     ~                
      |     -
./boost/mpl/assert.hpp:192:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  192 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  193 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194 |     );
      |     ~                
./boost/mpl/assert.hpp:192:21: note: remove parentheses
  192 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  193 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194 |     );
      |     ~                
      |     -
gcc  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -DWIN_COMPILE -I. -IF:/biocbuild/bbs-3.18-bioc/R/include    -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c handlesegfault.c -o handlesegfault.o
gcc  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -DWIN_COMPILE -I. -IF:/biocbuild/bbs-3.18-bioc/R/include    -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c hme3m.c -o hme3m.o
gcc  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -DWIN_COMPILE -I. -IF:/biocbuild/bbs-3.18-bioc/R/include    -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -DWIN_COMPILE -I. -IF:/biocbuild/bbs-3.18-bioc/R/include    -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kgml_interface.cpp -o kgml_interface.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -DWIN_COMPILE -I. -IF:/biocbuild/bbs-3.18-bioc/R/include    -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c methods.cpp -o methods.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -DWIN_COMPILE -I. -IF:/biocbuild/bbs-3.18-bioc/R/include    -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pathScope.cpp -o pathScope.o
In file included from ./boost/mpl/aux_/na_assert.hpp:23,
                 from ./boost/mpl/arg.hpp:25,
                 from ./boost/mpl/placeholders.hpp:24,
                 from ./boost/iterator/iterator_categories.hpp:17,
                 from ./boost/graph/graph_traits.hpp:25,
                 from ./boost/graph/graph_utility.hpp:29,
                 from pathScope.cpp:34:
./boost/mpl/assert.hpp:187:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  187 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
  188 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189 |     );
      |     ~                
./boost/mpl/assert.hpp:187:21: note: remove parentheses
  187 | failed ************ (Pred::************
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     -
  188 |       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189 |     );
      |     ~                
      |     -
./boost/mpl/assert.hpp:192:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  192 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  193 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194 |     );
      |     ~                
./boost/mpl/assert.hpp:192:21: note: remove parentheses
  192 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                     -
  193 |       assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194 |     );
      |     ~                
      |     -
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -DWIN_COMPILE -I. -IF:/biocbuild/bbs-3.18-bioc/R/include    -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sbml_interface.cpp -o sbml_interface.o
g++ -std=gnu++17 -shared -s -static-libgcc -o NetPathMiner.dll tmp.def PathRanker.o handlesegfault.o hme3m.o init.o kgml_interface.o methods.o pathScope.o sbml_interface.o -LF:/biocbuild/bbs-3.18-bioc/R/bin/x64 -lRlapack -LF:/biocbuild/bbs-3.18-bioc/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -LC:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools43/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.18-bioc/R/bin/x64 -lR
installing to F:/biocbuild/bbs-3.18-bioc/R/library/00LOCK-NetPathMiner/00new/NetPathMiner/libs/x64
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (NetPathMiner)