Bioconductor Single Package Builder - Build History

Snapshot Date: 
URL:  https://git.bioconductor.org/packages/Rhisat
Last Changed Rev:  / Revision: 
Last Changed Date: 

Hostname OS /Arch BUILD CHECK BUILD BIN POST-PROCESSING
merida1 macOS 10.14.6 Mojave/x86_64   OK     ERROR     OK     OK  
nebbiolo1 Linux (Ubuntu 20.04.3 LTS)/x86_64   OK     ERROR     skipped     OK  

merida1 Summary

[top]

Package: Rhisat
Version: 0.99.4
RVersion: 4.2
BiocVersion: 3.15
BuildCommand: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data Rhisat
BuildTime: 6 minutes 19.13 seconds
CheckCommand: BiocCheckGitClone('Rhisat') && /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch Rhisat_0.99.4.tar.gz && BiocCheck('Rhisat_0.99.4.tar.gz', `new-package`=TRUE)
CheckTime: 7 minutes 25.54 seconds
BuildBinCommand: /Users/biocbuild/BBS/utils/build-universal.sh Rhisat_0.99.4.tar.gz /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R libdir
BuildBinTime: 6 minutes 30.14 seconds
PackageFileSize: 1767.86 KiB
BuildID:: Rhisat_20211215055757
PreProcessing: Starting Git clone. Installing dependencies. Checking Git Clone. Installing package: Rhisat. Starting Build package. Starting Check package. Starting Build package.
PostProcessing: Finished Git clone. Package type: Software. Installing dependency status: 0. Checking git clone status: 0. Installing package status: 0. Build Package status: 0. Checking Package status: 1. Build Package status: 0.

merida1 BUILD SRC output

[top]

===============================

 R CMD BUILD

===============================

* checking for file ‘Rhisat/DESCRIPTION’ ... OK
* preparing ‘Rhisat’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
* creating vignettes ... OK
* cleaning src
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘Rhisat_0.99.4.tar.gz’


merida1 CHECK output

[top]

===============================

 BiocCheckGitClone('Rhisat')

===============================

This is BiocCheckGitClone version 1.31.15. BiocCheckGitClone is a work
in progress. Output and severity of issues may change.
* Checking valid files...
* Checking DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for valid maintainer...
* Checking CITATION...
* Checking that provided CITATION file is correctly formatted...


Summary:
ERROR count: 0
WARNING count: 0
NOTE count: 0
For detailed information about these checks, see the BiocCheck
vignette, available at
https://bioconductor.org/packages/3.15/bioc/vignettes/BiocCheck/inst/doc/BiocCheck.html#interpreting-bioccheck-output




===============================

 R CMD CHECK

===============================

* using log directory ‘/Users/pkgbuild/packagebuilder/workers/jobs/2426/69a2caedf035bebb895c403fb1e2bef17679bb12/Rhisat.Rcheck’
* using R Under development (unstable) (2021-11-01 r81125)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘Rhisat/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘Rhisat’ version ‘0.99.4’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
  .BBSoptions
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘Rhisat’ can be installed ... [382s/402s] OK
* checking installed package size ... NOTE
  installed size is  5.8Mb
* checking package directory ... OK
* checking for future file timestamps ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [5s/5s] OK
* checking Rd files ... [1s/1s] OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
* checking include directives in Makefiles ... OK
* checking pragmas in C/C++ headers and code ... OK
* checking compilation flags used ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
File ‘Rhisat/libs/Rhisat.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [3s/3s] OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 4 NOTEs
See
  ‘/Users/pkgbuild/packagebuilder/workers/jobs/2426/69a2caedf035bebb895c403fb1e2bef17679bb12/Rhisat.Rcheck/00check.log’
for details.






===============================

 BiocCheck('Rhisat_0.99.4.tar.gz')

===============================

This is BiocCheck version 1.31.15. BiocCheck is a work in progress.
Output and severity of issues may change. Installing package...
* Checking Package Dependencies...
* Checking if other packages can import this one...
* Checking to see if we understand object initialization...
* Checking for deprecated package usage...
* Checking for remote package usage...
* Checking for 'LazyData: true' usage...
* Checking version number...
* Checking for version number mismatch...
* Checking new package version number...
* Checking R Version dependency...
    * NOTE: Update R version dependency from 3.5 to 4.2.0.
* Checking package size...
* Checking individual file sizes...
* Checking biocViews...
* Checking that biocViews are present...
* Checking package type based on biocViews...
    Software
* Checking for non-trivial biocViews...
* Checking that biocViews come from the same category...
* Checking biocViews validity...
* Checking for recommended biocViews...
* Checking build system compatibility...
* Checking for blank lines in DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for proper Description: field...
    * NOTE: The Description field in the DESCRIPTION is made up by less
      than 3 sentences. Please consider expanding this field, and
      structure it as a full paragraph
* Checking for whitespace in DESCRIPTION field names...
* Checking that Package field matches directory/tarball name...
* Checking for Version field...
* Checking for valid maintainer...
* Checking License: for restrictive use...
    * NOTE: License 'GPL (>= 3)' unknown; licenses cannot restrict use
* Checking for pinned package versions...
* Checking DESCRIPTION/NAMESPACE consistency...
* Checking .Rbuildignore...
* Checking vignette directory...
* Checking whether vignette is built with 'R CMD build'...
* Checking package installation calls in R code...
* Checking for library/require of Rhisat...
* Checking coding practice...
    * NOTE: Avoid the use of 'paste' in condition signals
      Found in files:
        R/adapterremoval.R (line 173, column 22)
        R/checkUtils.R (line 23, column 33)
        R/checkUtils.R (line 27, column 30)
        R/checkUtils.R (line 32, column 26)
        R/checkUtils.R (line 50, column 26)
        R/hisat.R (line 73, column 18)
    * NOTE: Avoid system() ; use system2()
      Found in files:
        src/hisat/scripts/infer_fraglen.pl (line 92)
* Checking parsed R code in R directory, examples, vignettes...
* Checking function lengths    * NOTE: Recommended function length <= 50 lines.
      There are 1 functions > 50 lines.
      The longest 5 functions are:
        remove_adapters() (R/adapterremoval.R, line 156): 69 lines
        hisat() (R/hisat.R, line 60): 45 lines
        identify_adapters() (R/adapterremoval.R, line 45): 35 lines
        hisat_build() (R/hisat.R, line 155): 25 lines
        checkFileCreatable() (R/checkUtils.R, line 19): 22 lines
* Checking man page documentation...
* Checking package NEWS...
    * NOTE: Consider adding a NEWS file, so your package news will be
      included in Bioconductor release announcements.
* Checking unit tests...
    * NOTE: Consider adding unit tests. We strongly encourage them. See
      http://bioconductor.org/developers/how-to/unitTesting-guidelines/.
* Checking skip_on_bioc() in tests...
* Checking formatting of DESCRIPTION, NAMESPACE, man pages, R source,
  and vignette source...
    * NOTE: Consider shorter lines; 2 lines (0%) are > 80 characters
      long.
    First 2 lines:
      R/adapterremoval.R:190                              "--output1|--output...
      R/checkUtils.R:51                                 "argument. Please set...
    * NOTE: Consider multiples of 4 spaces for line indents, 33
      lines(2%) are not.
    First 6 lines:
      R/adapterremoval.R:63                  file1,"--interleaved",paramArray);
      R/adapterremoval.R:66                  file1,"--file2",file2,paramArray);
      R/adapterremoval.R:190                              "--output1|--output...
      R/checkUtils.R:6                              argname,filePath[i]))
      R/checkUtils.R:15                          argname,filePath))
      R/checkUtils.R:24                                        "It will be ov...
    See http://bioconductor.org/developers/how-to/coding-style/
    See styler package: https://cran.r-project.org/package=styler as
      described in the BiocCheck vignette.
* Checking if package already exists in CRAN...
* Checking if new package already exists in Bioconductor...
* Checking for bioc-devel mailing list subscription...
    Maintainer is subscribed to bioc-devel.
* Checking for support site registration...
    Maintainer is registered at support site.
    * ERROR: Maintainer must add package name to Watched Tags on the
      support site; Edit your Support Site User Profile to add Watched
      Tags.


Summary:
ERROR count: 1
WARNING count: 0
NOTE count: 10
For detailed information about these checks, see the BiocCheck
vignette, available at
https://bioconductor.org/packages/3.15/bioc/vignettes/BiocCheck/inst/doc/BiocCheck.html#interpreting-bioccheck-output
BiocCheck FAILED.

merida1 BUILD BIN output

[top]

===============================

 R CMD BUILD

===============================

>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=libdir Rhisat_0.99.4.tar.gz'
>>>>>>> 

* installing *source* package ‘Rhisat’ ...
** using staged installation
(cd	adapterremoval && (make clean -f Makefile))
rm -f AdapterRemoval
rm -f ../../inst/AdapterRemoval
rm -f *.o
(cd	hisat && (make clean -f Makefile))
rm -f hisat-build-s hisat-build-l hisat-align-s hisat-align-l hisat-inspect-s hisat-inspect-l hisat-build-s-debug hisat-build-l-debug hisat-align-s-debug hisat-align-l-debug hisat-inspect-s-debug hisat-inspect-l-debug \
	hisat-build-s.exe hisat-build-l.exe hisat-align-s.exe hisat-align-l.exe hisat-inspect-s.exe hisat-inspect-l.exe hisat-build-s-debug.exe hisat-build-l-debug.exe hisat-align-s-debug.exe hisat-align-l-debug.exe hisat-inspect-s-debug.exe hisat-inspect-l-debug.exe \
	hisat-src.zip hisat-bin.zip
rm -f core.* .tmp.head
rm -rf *.dSYM
rm -f ../../inst/hisat-align-s
rm -f ../../inst/hisat-build-s
rm -f ../../inst/hisat-align-l
rm -f ../../inst/hisat-build-l
rm -f ../../inst/hisat-inspect-s
rm -f ../../inst/hisat-inspect-l
rm -f ../../inst/hisat
rm -f ../../inst/hisat-build
rm -f ../../inst/hisat-inspect
rm -f hisat-align-s
rm -f hisat-build-s
rm -f hisat-align-l
rm -f hisat-build-l
rm -f hisat-inspect-s
rm -f hisat-inspect-l
rm -f *.so
rm -f *.o
** libs
** arch - 
mkdir  -p ../inst
(cd	adapterremoval && (make CXX="g++ -std=gnu++11" -f Makefile))
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c adapterset.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c alignment.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c argparse.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c debug.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c demultiplex.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c fastq.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c fastq_enc.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c fastq_io.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c linereader.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c linereader_joined.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c main_adapter_id.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c main_adapter_rm.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c main_demultiplex.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c scheduler.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c strutils.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c threads.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c timer.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c trimmed_reads.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c userconfig.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG  -c main.cc 
g++ -std=gnu++11 -O3 -pthread -DNDEBUG   -o AdapterRemoval adapterset.o alignment.o argparse.o debug.o demultiplex.o fastq.o fastq_enc.o fastq_io.o linereader.o linereader_joined.o main_adapter_id.o main_adapter_rm.o main_demultiplex.o scheduler.o strutils.o threads.o timer.o trimmed_reads.o userconfig.o main.o
cp AdapterRemoval ../../inst/
(cd	adapterremoval && (make clean_o -f Makefile))
rm -f *.o
(cd hisat && (make CXX="g++" -f Makefile))
g++ -O3 -m64 -msse2 -funroll-loops -g3 -DCOMPILER_OPTIONS="\"-O3 -m64 -msse2 -funroll-loops -g3 -DPOPCNT_CAPABILITY\"" -DPOPCNT_CAPABILITY \
	-fno-strict-aliasing -DHISAT_VERSION="\"`cat VERSION`\"" -DBUILD_HOST="\"`hostname`\"" -DBUILD_TIME="\"`date`\"" -DCOMPILER_VERSION="\"`g++ -v 2>&1 | tail -1`\"" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE  -DBOWTIE_MM  -DBOWTIE2 -DNDEBUG -Wall \
	 -I third_party \
	-o hisat-build-s hisat_build.cpp \
	ccnt_lut.cpp ref_read.cpp alphabet.cpp shmem.cpp edit.cpp bt2_idx.cpp reference.cpp ds.cpp multikey_qsort.cpp limit.cpp random_source.cpp tinythread.cpp diff_sample.cpp hisat_build_main.cpp \
	-lpthread 
g++ -O3 -m64 -msse2 -funroll-loops -g3 -DCOMPILER_OPTIONS="\"-O3 -m64 -msse2 -funroll-loops -g3 -DPOPCNT_CAPABILITY\"" -DPOPCNT_CAPABILITY \
	-fno-strict-aliasing -DHISAT_VERSION="\"`cat VERSION`\"" -DBUILD_HOST="\"`hostname`\"" -DBUILD_TIME="\"`date`\"" -DCOMPILER_VERSION="\"`g++ -v 2>&1 | tail -1`\"" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE  -DBOWTIE_MM  -DBOWTIE2 -DBOWTIE_64BIT_INDEX -DNDEBUG -Wall \
	 -I third_party \
	-o hisat-build-l hisat_build.cpp \
	ccnt_lut.cpp ref_read.cpp alphabet.cpp shmem.cpp edit.cpp bt2_idx.cpp reference.cpp ds.cpp multikey_qsort.cpp limit.cpp random_source.cpp tinythread.cpp diff_sample.cpp hisat_build_main.cpp \
	-lpthread 
g++ -O3 -m64 -msse2 -funroll-loops -g3 -DCOMPILER_OPTIONS="\"-O3 -m64 -msse2 -funroll-loops -g3 -DPOPCNT_CAPABILITY\"" -DPOPCNT_CAPABILITY \
	-fno-strict-aliasing -DHISAT_VERSION="\"`cat VERSION`\"" -DBUILD_HOST="\"`hostname`\"" -DBUILD_TIME="\"`date`\"" -DCOMPILER_VERSION="\"`g++ -v 2>&1 | tail -1`\"" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE  -DBOWTIE_MM   -DBOWTIE2 -DNDEBUG -Wall \
	 -I third_party  \
	-o hisat-align-s hisat.cpp \
	ccnt_lut.cpp ref_read.cpp alphabet.cpp shmem.cpp edit.cpp bt2_idx.cpp reference.cpp ds.cpp multikey_qsort.cpp limit.cpp random_source.cpp tinythread.cpp qual.cpp pat.cpp sam.cpp read_qseq.cpp aligner_seed_policy.cpp aligner_seed.cpp aligner_seed2.cpp aligner_sw.cpp aligner_sw_driver.cpp aligner_cache.cpp aligner_result.cpp ref_coord.cpp mask.cpp pe.cpp aln_sink.cpp dp_framer.cpp scoring.cpp presets.cpp unique.cpp simple_func.cpp random_util.cpp aligner_bt.cpp sse_util.cpp aligner_swsse.cpp outq.cpp aligner_swsse_loc_i16.cpp aligner_swsse_ee_i16.cpp aligner_swsse_loc_u8.cpp aligner_swsse_ee_u8.cpp aligner_driver.cpp splice_site.cpp  hisat_main.cpp \
	-lpthread  
g++ -O3 -m64 -msse2 -funroll-loops -g3 -DCOMPILER_OPTIONS="\"-O3 -m64 -msse2 -funroll-loops -g3 -DPOPCNT_CAPABILITY\"" -DPOPCNT_CAPABILITY \
	-fno-strict-aliasing -DHISAT_VERSION="\"`cat VERSION`\"" -DBUILD_HOST="\"`hostname`\"" -DBUILD_TIME="\"`date`\"" -DCOMPILER_VERSION="\"`g++ -v 2>&1 | tail -1`\"" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE  -DBOWTIE_MM   -DBOWTIE2 -DBOWTIE_64BIT_INDEX -DNDEBUG -Wall \
	 -I third_party  \
	-o hisat-align-l hisat.cpp \
	ccnt_lut.cpp ref_read.cpp alphabet.cpp shmem.cpp edit.cpp bt2_idx.cpp reference.cpp ds.cpp multikey_qsort.cpp limit.cpp random_source.cpp tinythread.cpp qual.cpp pat.cpp sam.cpp read_qseq.cpp aligner_seed_policy.cpp aligner_seed.cpp aligner_seed2.cpp aligner_sw.cpp aligner_sw_driver.cpp aligner_cache.cpp aligner_result.cpp ref_coord.cpp mask.cpp pe.cpp aln_sink.cpp dp_framer.cpp scoring.cpp presets.cpp unique.cpp simple_func.cpp random_util.cpp aligner_bt.cpp sse_util.cpp aligner_swsse.cpp outq.cpp aligner_swsse_loc_i16.cpp aligner_swsse_ee_i16.cpp aligner_swsse_loc_u8.cpp aligner_swsse_ee_u8.cpp aligner_driver.cpp splice_site.cpp  hisat_main.cpp \
	-lpthread  
g++ -O3 -m64 -msse2 -funroll-loops -g3 \
	-DCOMPILER_OPTIONS="\"-O3 -m64 -msse2 -funroll-loops -g3 -DPOPCNT_CAPABILITY\"" -DPOPCNT_CAPABILITY \
	-fno-strict-aliasing -DHISAT_VERSION="\"`cat VERSION`\"" -DBUILD_HOST="\"`hostname`\"" -DBUILD_TIME="\"`date`\"" -DCOMPILER_VERSION="\"`g++ -v 2>&1 | tail -1`\"" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE  -DBOWTIE_MM  -DBOWTIE2 -DHISAT_INSPECT_MAIN -Wall \
	 -I third_party -I . \
	-o hisat-inspect-s hisat_inspect.cpp \
	ccnt_lut.cpp ref_read.cpp alphabet.cpp shmem.cpp edit.cpp bt2_idx.cpp reference.cpp ds.cpp multikey_qsort.cpp limit.cpp random_source.cpp tinythread.cpp \
	-lpthread 
g++ -O3 -m64 -msse2 -funroll-loops -g3 \
	-DCOMPILER_OPTIONS="\"-O3 -m64 -msse2 -funroll-loops -g3 -DPOPCNT_CAPABILITY\"" -DPOPCNT_CAPABILITY \
	-fno-strict-aliasing -DHISAT_VERSION="\"`cat VERSION`\"" -DBUILD_HOST="\"`hostname`\"" -DBUILD_TIME="\"`date`\"" -DCOMPILER_VERSION="\"`g++ -v 2>&1 | tail -1`\"" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE  -DBOWTIE_MM  -DBOWTIE2 -DBOWTIE_64BIT_INDEX -DHISAT_INSPECT_MAIN -Wall \
	 -I third_party -I . \
	-o hisat-inspect-l hisat_inspect.cpp \
	ccnt_lut.cpp ref_read.cpp alphabet.cpp shmem.cpp edit.cpp bt2_idx.cpp reference.cpp ds.cpp multikey_qsort.cpp limit.cpp random_source.cpp tinythread.cpp \
	-lpthread 
(cd	hisat && (make move -f Makefile))
mv hisat-build-s ../../inst
mv hisat-align-s ../../inst
mv hisat-build-l ../../inst
mv hisat-align-l ../../inst
mv hisat-inspect-s ../../inst
mv hisat-inspect-l ../../inst
cp hisat ../../inst
cp hisat-build ../../inst
cp hisat-inspect ../../inst
(cd	hisat && (make clean_dSYM -f Makefile))
rm -rf *.dSYM
g++ -shared -fPIC -o Rhisat.so  version_info.cpp
installing to /Users/pkgbuild/packagebuilder/workers/jobs/2426/69a2caedf035bebb895c403fb1e2bef17679bb12/libdir/00LOCK-Rhisat/00new/Rhisat/libs
** R
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (Rhisat)


>>>>>>> 
>>>>>>> FIXING LINKS FOR libdir/Rhisat/libs/Rhisat.so
>>>>>>> 

install_name_tool -change "/usr/local/lib/libgcc_s.1.dylib" "/Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libgcc_s.1.dylib" "libdir/Rhisat/libs/Rhisat.so"
install_name_tool -change "/usr/local/lib/libgfortran.5.dylib" "/Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libgfortran.5.dylib" "libdir/Rhisat/libs/Rhisat.so"
install_name_tool -change "/usr/local/lib/libquadmath.0.dylib" "/Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libquadmath.0.dylib" "libdir/Rhisat/libs/Rhisat.so"



nebbiolo1 Summary

[top]

Package: Rhisat
Version: 0.99.4
RVersion: 4.2
BiocVersion: 3.15
BuildCommand: /home/biocbuild/bbs-3.15-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data Rhisat
BuildTime: 3 minutes 25.88 seconds
CheckCommand: BiocCheckGitClone('Rhisat') && /home/biocbuild/bbs-3.15-bioc/R/bin/R CMD check --no-vignettes --timings Rhisat_0.99.4.tar.gz && BiocCheck('Rhisat_0.99.4.tar.gz', `new-package`=TRUE)
CheckTime: 3 minutes 38.87 seconds
BuildBinCommand:
BuildBinTime:
PackageFileSize: 1767.61 KiB
BuildID:: Rhisat_20211215055757
PreProcessing: Starting Git clone. Installing dependencies. Checking Git Clone. Installing package: Rhisat. Starting Build package. Starting Check package.
PostProcessing: Finished Git clone. Package type: Software. Installing dependency status: 0. Checking git clone status: 0. Installing package status: 0. Build Package status: 0. Checking Package status: 1.

nebbiolo1 BUILD SRC output

[top]

===============================

 R CMD BUILD

===============================

* checking for file ‘Rhisat/DESCRIPTION’ ... OK
* preparing ‘Rhisat’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
* creating vignettes ... OK
* cleaning src
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘Rhisat_0.99.4.tar.gz’


nebbiolo1 CHECK output

[top]

===============================

 BiocCheckGitClone('Rhisat')

===============================

This is BiocCheckGitClone version 1.31.15. BiocCheckGitClone is a work
in progress. Output and severity of issues may change.
* Checking valid files...
* Checking DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for valid maintainer...
* Checking CITATION...
* Checking that provided CITATION file is correctly formatted...


Summary:
ERROR count: 0
WARNING count: 0
NOTE count: 0
For detailed information about these checks, see the BiocCheck
vignette, available at
https://bioconductor.org/packages/3.15/bioc/vignettes/BiocCheck/inst/doc/BiocCheck.html#interpreting-bioccheck-output




===============================

 R CMD CHECK

===============================

* using log directory ‘/home/pkgbuild/packagebuilder/workers/jobs/2426/69a2caedf035bebb895c403fb1e2bef17679bb12/Rhisat.Rcheck’
* using R Under development (unstable) (2021-11-10 r81171)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘Rhisat/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘Rhisat’ version ‘0.99.4’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
  .BBSoptions
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘Rhisat’ can be installed ... [204s/204s] OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [2s/2s] OK
* checking Rd files ... [0s/0s] OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
* checking include directives in Makefiles ... OK
* checking pragmas in C/C++ headers and code ... OK
* checking compilation flags used ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
File ‘Rhisat/libs/Rhisat.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [2s/2s] OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 3 NOTEs
See
  ‘/home/pkgbuild/packagebuilder/workers/jobs/2426/69a2caedf035bebb895c403fb1e2bef17679bb12/Rhisat.Rcheck/00check.log’
for details.






===============================

 BiocCheck('Rhisat_0.99.4.tar.gz')

===============================

This is BiocCheck version 1.31.15. BiocCheck is a work in progress.
Output and severity of issues may change. Installing package...
* Checking Package Dependencies...
* Checking if other packages can import this one...
* Checking to see if we understand object initialization...
* Checking for deprecated package usage...
* Checking for remote package usage...
* Checking for 'LazyData: true' usage...
* Checking version number...
* Checking for version number mismatch...
* Checking new package version number...
* Checking R Version dependency...
    * NOTE: Update R version dependency from 3.5 to 4.2.0.
* Checking package size...
* Checking individual file sizes...
* Checking biocViews...
* Checking that biocViews are present...
* Checking package type based on biocViews...
    Software
* Checking for non-trivial biocViews...
* Checking that biocViews come from the same category...
* Checking biocViews validity...
* Checking for recommended biocViews...
* Checking build system compatibility...
* Checking for blank lines in DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for proper Description: field...
    * NOTE: The Description field in the DESCRIPTION is made up by less
      than 3 sentences. Please consider expanding this field, and
      structure it as a full paragraph
* Checking for whitespace in DESCRIPTION field names...
* Checking that Package field matches directory/tarball name...
* Checking for Version field...
* Checking for valid maintainer...
* Checking License: for restrictive use...
    * NOTE: License 'GPL (>= 3)' unknown; licenses cannot restrict use
* Checking for pinned package versions...
* Checking DESCRIPTION/NAMESPACE consistency...
* Checking .Rbuildignore...
* Checking vignette directory...
* Checking whether vignette is built with 'R CMD build'...
* Checking package installation calls in R code...
* Checking for library/require of Rhisat...
* Checking coding practice...
    * NOTE: Avoid the use of 'paste' in condition signals
      Found in files:
        R/adapterremoval.R (line 173, column 22)
        R/checkUtils.R (line 23, column 33)
        R/checkUtils.R (line 27, column 30)
        R/checkUtils.R (line 32, column 26)
        R/checkUtils.R (line 50, column 26)
        R/hisat.R (line 73, column 18)
    * NOTE: Avoid system() ; use system2()
      Found in files:
        src/hisat/scripts/infer_fraglen.pl (line 92)
* Checking parsed R code in R directory, examples, vignettes...
* Checking function lengths    * NOTE: Recommended function length <= 50 lines.
      There are 1 functions > 50 lines.
      The longest 5 functions are:
        remove_adapters() (R/adapterremoval.R, line 156): 69 lines
        hisat() (R/hisat.R, line 60): 45 lines
        identify_adapters() (R/adapterremoval.R, line 45): 35 lines
        hisat_build() (R/hisat.R, line 155): 25 lines
        checkFileCreatable() (R/checkUtils.R, line 19): 22 lines
* Checking man page documentation...
* Checking package NEWS...
    * NOTE: Consider adding a NEWS file, so your package news will be
      included in Bioconductor release announcements.
* Checking unit tests...
    * NOTE: Consider adding unit tests. We strongly encourage them. See
      http://bioconductor.org/developers/how-to/unitTesting-guidelines/.
* Checking skip_on_bioc() in tests...
* Checking formatting of DESCRIPTION, NAMESPACE, man pages, R source,
  and vignette source...
    * NOTE: Consider shorter lines; 2 lines (0%) are > 80 characters
      long.
    First 2 lines:
      R/adapterremoval.R:190                              "--output1|--output...
      R/checkUtils.R:51                                 "argument. Please set...
    * NOTE: Consider multiples of 4 spaces for line indents, 33
      lines(2%) are not.
    First 6 lines:
      R/adapterremoval.R:63                  file1,"--interleaved",paramArray);
      R/adapterremoval.R:66                  file1,"--file2",file2,paramArray);
      R/adapterremoval.R:190                              "--output1|--output...
      R/checkUtils.R:6                              argname,filePath[i]))
      R/checkUtils.R:15                          argname,filePath))
      R/checkUtils.R:24                                        "It will be ov...
    See http://bioconductor.org/developers/how-to/coding-style/
    See styler package: https://cran.r-project.org/package=styler as
      described in the BiocCheck vignette.
* Checking if package already exists in CRAN...
* Checking if new package already exists in Bioconductor...
* Checking for bioc-devel mailing list subscription...
    Maintainer is subscribed to bioc-devel.
* Checking for support site registration...
    Maintainer is registered at support site.
    * ERROR: Maintainer must add package name to Watched Tags on the
      support site; Edit your Support Site User Profile to add Watched
      Tags.


Summary:
ERROR count: 1
WARNING count: 0
NOTE count: 10
For detailed information about these checks, see the BiocCheck
vignette, available at
https://bioconductor.org/packages/3.15/bioc/vignettes/BiocCheck/inst/doc/BiocCheck.html#interpreting-bioccheck-output
BiocCheck FAILED.

nebbiolo1 BUILD BIN output

[top]