Back to Multiple platform build/check report for BioC 3.14
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2022-04-13 12:06:37 -0400 (Wed, 13 Apr 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.4 LTS)x86_644.1.3 (2022-03-10) -- "One Push-Up" 4324
tokay2Windows Server 2012 R2 Standardx644.1.3 (2022-03-10) -- "One Push-Up" 4077
machv2macOS 10.14.6 Mojavex86_644.1.3 (2022-03-10) -- "One Push-Up" 4137
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

BUILD results for genphen on tokay2


To the developers/maintainers of the genphen package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/genphen.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 761/2083HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
genphen 1.22.0  (landing page)
Simo Kitanovski
Snapshot Date: 2022-04-12 01:55:07 -0400 (Tue, 12 Apr 2022)
git_url: https://git.bioconductor.org/packages/genphen
git_branch: RELEASE_3_14
git_last_commit: 5802c38
git_last_commit_date: 2021-10-26 12:26:34 -0400 (Tue, 26 Oct 2021)
nebbiolo2Linux (Ubuntu 20.04.4 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    ERROR  skippedskipped
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: genphen
Version: 1.22.0
Command: chmod a+r genphen -R && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD build --keep-empty-dirs --no-resave-data genphen
StartedAt: 2022-04-12 10:55:09 -0400 (Tue, 12 Apr 2022)
EndedAt: 2022-04-12 11:01:42 -0400 (Tue, 12 Apr 2022)
EllapsedTime: 392.9 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   chmod a+r genphen -R && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD build --keep-empty-dirs --no-resave-data genphen
###
##############################################################################
##############################################################################


* checking for file 'genphen/DESCRIPTION' ... OK
* preparing 'genphen':
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building 'genphenManual.Rnw' using Sweave
Loading required package: genphen
Loading required package: Rcpp
Loading required package: ggplot2
Loading required package: knitr
Loading required package: ggrepel
Loading required package: reshape
Loading required package: ape
Loading required package: xtable
Loading required package: gridExtra
Warning: Groups with fewer than two data points have been dropped.
Warning: Groups with fewer than two data points have been dropped.
Warning: Groups with fewer than two data points have been dropped.
Warning: Groups with fewer than two data points have been dropped.
Warning: Groups with fewer than two data points have been dropped.
Warning: Groups with fewer than two data points have been dropped.
Warning: Groups with fewer than two data points have been dropped.
Warning: Groups with fewer than two data points have been dropped.
make cmd is
  make -f "C:/Users/BIOCBU~1/BBS-3~1.14-/R/etc/x64/Makeconf" -f "C:/Users/BIOCBU~1/BBS-3~1.14-/R/share/make/winshlib.mk" CXX='$(CXX14) $(CXX14STD)' CXXFLAGS='$(CXX14FLAGS)' CXXPICFLAGS='$(CXX14PICFLAGS)' SHLIB_LDFLAGS='$(SHLIB_CXX14LDFLAGS)' SHLIB_LD='$(SHLIB_CXX14LD)' SHLIB="filefb814c25417.dll" WIN=64 TCLBIN=64 OBJECTS="filefb814c25417.o"

make would use
if test "zfilefb814c25417.o" != "z"; then \
  if test -e "filefb814c25417-win.def"; then \
    echo "C:/rtools40/mingw64/bin/"g++  -shared -s -static-libgcc -o filefb814c25417.dll filefb814c25417-win.def filefb814c25417.o  -L"C:/extsoft/lib/x64" -L"C:/extsoft/lib"  -L"C:/Users/BIOCBU~1/BBS-3~1.14-/R/bin/x64" -lR ; \
    "C:/rtools40/mingw64/bin/"g++  -shared -s -static-libgcc -o filefb814c25417.dll filefb814c25417-win.def filefb814c25417.o  -L"C:/extsoft/lib/x64" -L"C:/extsoft/lib"  -L"C:/Users/BIOCBU~1/BBS-3~1.14-/R/bin/x64" -lR ; \
  else \
    echo EXPORTS > tmp.def; \
    "C:/rtools40/mingw64/bin/"nm filefb814c25417.o | sed -n 's/^.* [BCDRT] / /p' | sed -e '/[.]refptr[.]/d' -e '/[.]weak[.]/d' | sed 's/[^ ][^ ]*/"&"/g'  >> tmp.def; \
    echo "C:/rtools40/mingw64/bin/"g++  -shared -s -static-libgcc -o filefb814c25417.dll tmp.def filefb814c25417.o  -L"C:/extsoft/lib/x64" -L"C:/extsoft/lib"  -L"C:/Users/BIOCBU~1/BBS-3~1.14-/R/bin/x64" -lR ; \
    "C:/rtools40/mingw64/bin/"g++  -shared -s -static-libgcc -o filefb814c25417.dll tmp.def filefb814c25417.o  -L"C:/extsoft/lib/x64" -L"C:/extsoft/lib"  -L"C:/Users/BIOCBU~1/BBS-3~1.14-/R/bin/x64" -lR ; \
    rm -f tmp.def; \
  fi \
fi

Error: processing vignette 'genphenManual.Rnw' failed with diagnostics:
 chunk 6 
Error in sink(type = "output") : invalid connection

--- failed re-building 'genphenManual.Rnw'

SUMMARY: processing the following file failed:
  'genphenManual.Rnw'

Error: Vignette re-building failed.
Execution halted