Back to Multiple platform build/check report for BioC 3.14
[A]BCDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2022-04-13 12:07: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 BIN results for ArrayExpressHTS on machv2


To the developers/maintainers of the ArrayExpressHTS package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ArrayExpressHTS.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 79/2083HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ArrayExpressHTS 1.44.0  (landing page)
Angela Goncalves , Andrew Tikhonov
Snapshot Date: 2022-04-12 01:55:07 -0400 (Tue, 12 Apr 2022)
git_url: https://git.bioconductor.org/packages/ArrayExpressHTS
git_branch: RELEASE_3_14
git_last_commit: bb650ce
git_last_commit_date: 2021-10-26 11:59:09 -0400 (Tue, 26 Oct 2021)
nebbiolo2Linux (Ubuntu 20.04.4 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64... NOT SUPPORTED ...
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: ArrayExpressHTS
Version: 1.44.0
Command: rm -rf ArrayExpressHTS.buildbin-libdir && mkdir ArrayExpressHTS.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh ArrayExpressHTS_1.44.0.tar.gz /Library/Frameworks/R.framework/Resources/bin/R ArrayExpressHTS.buildbin-libdir
StartedAt: 2022-04-12 20:19:24 -0400 (Tue, 12 Apr 2022)
EndedAt: 2022-04-12 20:20:44 -0400 (Tue, 12 Apr 2022)
EllapsedTime: 79.8 seconds
RetCode: 0
Status:   OK  
PackageFile: ArrayExpressHTS_1.44.0.tgz
PackageFileSize: 960.3 KiB

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf ArrayExpressHTS.buildbin-libdir && mkdir ArrayExpressHTS.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh ArrayExpressHTS_1.44.0.tar.gz /Library/Frameworks/R.framework/Resources/bin/R ArrayExpressHTS.buildbin-libdir
###
##############################################################################
##############################################################################


>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=ArrayExpressHTS.buildbin-libdir ArrayExpressHTS_1.44.0.tar.gz'
>>>>>>> 

* installing *source* package ‘ArrayExpressHTS’ ...
** using staged installation
** libs
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rhtslib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c addXS.c -o addXS.o
addXS.c:42:5: warning: implicit declaration of function 'Rprintf' is invalid in C99 [-Wimplicit-function-declaration]
    Rprintf("What?\n");
    ^
1 warning generated.
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rhtslib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c bam_plbuf.c -o bam_plbuf.o
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rhtslib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c fltbam.c -o fltbam.o
fltbam.c:40:19: warning: passing 'unsigned char [50]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    return(strcmp(k1->str, k2->str) == 0);
                  ^~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here
int      strcmp(const char *__s1, const char *__s2);
                            ^
fltbam.c:40:28: warning: passing 'unsigned char [50]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    return(strcmp(k1->str, k2->str) == 0);
                           ^~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:43: note: passing argument to parameter '__s2' here
int      strcmp(const char *__s1, const char *__s2);
                                              ^
fltbam.c:45:5: warning: implicit declaration of function 'Rprintf' is invalid in C99 [-Wimplicit-function-declaration]
    Rprintf("ID: %s, %d\n", k->str, k->length);
    ^
fltbam.c:51:5: warning: implicit declaration of function 'Rprintf' is invalid in C99 [-Wimplicit-function-declaration]
    Rprintf( "\tIndexes for %d mismatches of length %d: ", v->mm, v->length );
    ^
fltbam.c:70:5: warning: implicit declaration of function 'Rprintf' is invalid in C99 [-Wimplicit-function-declaration]
    Rprintf( "Welcome, creating structures...\n" );
    ^
fltbam.c:91:9: warning: implicit declaration of function 'Rf_error' is invalid in C99 [-Wimplicit-function-declaration]
        Rf_error("Fail to open BAM file %s\n", argv[1]);  
        ^
fltbam.c:125:24: warning: passing 'unsigned char [50]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                strcpy(k->str, bam1_qname(line));
                       ^~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/secure/_string.h:83:27: note: expanded from macro 'strcpy'
                __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                        ^~~~
fltbam.c:126:36: warning: passing 'unsigned char [50]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                k->length = strlen(k->str);
                                   ^~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
fltbam.c:215:9: warning: implicit declaration of function 'Rf_error' is invalid in C99 [-Wimplicit-function-declaration]
        Rf_error("Fail to open BAM file %s\n", argv[1]);
        ^
fltbam.c:225:9: warning: implicit declaration of function 'Rf_error' is invalid in C99 [-Wimplicit-function-declaration]
        Rf_error("Fail to open BAM file %s\n", argv[2]);
        ^
In file included from fltbam.c:4:
./hashtable_itr.h:32:1: warning: inline function 'hashtable_iterator_key' is not defined [-Wundefined-inline]
hashtable_iterator_key(struct hashtable_itr *i);
^
fltbam.c:189:18: note: used here
            kk = hashtable_iterator_key(itr);
                 ^
In file included from fltbam.c:4:
./hashtable_itr.h:46:1: warning: inline function 'hashtable_iterator_value' is not defined [-Wundefined-inline]
hashtable_iterator_value(struct hashtable_itr *i);
^
fltbam.c:190:17: note: used here
            v = hashtable_iterator_value(itr);
                ^
12 warnings generated.
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rhtslib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c functions.c -o functions.o
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rhtslib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c hashtable.c -o hashtable.o
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rhtslib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c hashtable_itr.c -o hashtable_itr.o
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rhtslib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c hashtable_utility.c -o hashtable_utility.o
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rhtslib/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c sam.c -o sam.o
clang -mmacosx-version-min=10.13 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o ArrayExpressHTS.so addXS.o bam_plbuf.o fltbam.o functions.o hashtable.o hashtable_itr.o hashtable_utility.o sam.o /Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rhtslib/usrlib/libhts.a -lcurl -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-3.14-bioc/meat/ArrayExpressHTS.buildbin-libdir/00LOCK-ArrayExpressHTS/00new/ArrayExpressHTS/libs
** R
** inst
** byte-compile and prepare package for lazy loading
No methods found in package ‘Biobase’ for request: ‘read.AnnotatedDataFrame’ when loading ‘ArrayExpressHTS’
No methods found in package ‘IRanges’ for requests: ‘Rle’, ‘subseq’ when loading ‘ArrayExpressHTS’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
No methods found in package ‘Biobase’ for request: ‘read.AnnotatedDataFrame’ when loading ‘ArrayExpressHTS’
No methods found in package ‘IRanges’ for requests: ‘Rle’, ‘subseq’ when loading ‘ArrayExpressHTS’
Tue Apr 12 20:20:21 2022 [AEHTS] Setting Options Step 1
Tue Apr 12 20:20:21 2022 [AEHTS] Setting Options Step 2
Tue Apr 12 20:20:21 2022 [AEHTS] Setting Options Step 3
Tue Apr 12 20:20:21 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS]     fasta_formatter not found
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] Use options('ArrayExpressHTS.fasta_formatter' = '/path/to/fasta_formatter') to define the location.
Tue Apr 12 20:20:21 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS]     cufflinks not found
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] Use options('ArrayExpressHTS.cufflinks' = '/path/to/cufflinks') to define the location.
Tue Apr 12 20:20:21 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS]     samtools not found
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] Use options('ArrayExpressHTS.samtools' = '/path/to/samtools') to define the location.
Tue Apr 12 20:20:21 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS]     bwa not found
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] Use options('ArrayExpressHTS.bwa' = '/path/to/bwa') to define the location.
Tue Apr 12 20:20:21 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS]     mmseq not found
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] Use options('ArrayExpressHTS.mmseq' = '/path/to/mmseq') to define the location.
Tue Apr 12 20:20:21 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS]     bam2hits not found
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] Use options('ArrayExpressHTS.bam2hits' = '/path/to/bam2hits') to define the location.
Tue Apr 12 20:20:21 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS]     bowtie not found
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] Use options('ArrayExpressHTS.bowtie' = '/path/to/bowtie') to define the location.
Tue Apr 12 20:20:21 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS]     tophat not found
Tue Apr 12 20:20:21 2022 [AEHTS] 
Tue Apr 12 20:20:21 2022 [AEHTS] Use options('ArrayExpressHTS.tophat' = '/path/to/tophat') to define the location.
Tue Apr 12 20:20:21 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:21 2022 [AEHTS] 
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
No methods found in package ‘Biobase’ for request: ‘read.AnnotatedDataFrame’ when loading ‘ArrayExpressHTS’
No methods found in package ‘IRanges’ for requests: ‘Rle’, ‘subseq’ when loading ‘ArrayExpressHTS’
Tue Apr 12 20:20:42 2022 [AEHTS] Setting Options Step 1
Tue Apr 12 20:20:42 2022 [AEHTS] Setting Options Step 2
Tue Apr 12 20:20:42 2022 [AEHTS] Setting Options Step 3
Tue Apr 12 20:20:42 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS]     fasta_formatter not found
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] Use options('ArrayExpressHTS.fasta_formatter' = '/path/to/fasta_formatter') to define the location.
Tue Apr 12 20:20:42 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS]     cufflinks not found
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] Use options('ArrayExpressHTS.cufflinks' = '/path/to/cufflinks') to define the location.
Tue Apr 12 20:20:42 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS]     samtools not found
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] Use options('ArrayExpressHTS.samtools' = '/path/to/samtools') to define the location.
Tue Apr 12 20:20:42 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS]     bwa not found
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] Use options('ArrayExpressHTS.bwa' = '/path/to/bwa') to define the location.
Tue Apr 12 20:20:42 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS]     mmseq not found
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] Use options('ArrayExpressHTS.mmseq' = '/path/to/mmseq') to define the location.
Tue Apr 12 20:20:42 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS]     bam2hits not found
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] Use options('ArrayExpressHTS.bam2hits' = '/path/to/bam2hits') to define the location.
Tue Apr 12 20:20:42 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS]     bowtie not found
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] Use options('ArrayExpressHTS.bowtie' = '/path/to/bowtie') to define the location.
Tue Apr 12 20:20:42 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] *** WARNING ***
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS]     tophat not found
Tue Apr 12 20:20:42 2022 [AEHTS] 
Tue Apr 12 20:20:42 2022 [AEHTS] Use options('ArrayExpressHTS.tophat' = '/path/to/tophat') to define the location.
Tue Apr 12 20:20:42 2022 [AEHTS] Use .Rprofile to make options persistent.
Tue Apr 12 20:20:42 2022 [AEHTS] 
** testing if installed package keeps a record of temporary installation path
* DONE (ArrayExpressHTS)


>>>>>>> 
>>>>>>> FIXING LINKS FOR ArrayExpressHTS.buildbin-libdir/ArrayExpressHTS/libs/ArrayExpressHTS.so
>>>>>>> 

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