Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2025-01-09 12:11 -0500 (Thu, 09 Jan 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4744 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" | 4487 |
merida1 | macOS 12.7.5 Monterey | x86_64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4515 |
kjohnson1 | macOS 13.6.6 Ventura | arm64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4467 |
taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4358 |
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 1732/2289 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
rGADEM 2.54.0 (landing page) Arnaud Droit
| nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
merida1 | macOS 12.7.5 Monterey / x86_64 | OK | ERROR | skipped | skipped | |||||||||
kjohnson1 | macOS 13.6.6 Ventura / arm64 | OK | OK | WARNINGS | OK | |||||||||
taishan | Linux (openEuler 24.03 LTS) / aarch64 | ERROR | ERROR | skipped | ||||||||||
To the developers/maintainers of the rGADEM package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/rGADEM.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. - See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host. |
Package: rGADEM |
Version: 2.54.0 |
Command: /home/biocbuild/R/R/bin/R CMD build --keep-empty-dirs --no-resave-data rGADEM |
StartedAt: 2025-01-08 22:41:27 -0000 (Wed, 08 Jan 2025) |
EndedAt: 2025-01-08 22:41:33 -0000 (Wed, 08 Jan 2025) |
EllapsedTime: 6.0 seconds |
RetCode: 1 |
Status: ERROR |
PackageFile: None |
PackageFileSize: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD build --keep-empty-dirs --no-resave-data rGADEM ### ############################################################################## ############################################################################## * checking for file ‘rGADEM/DESCRIPTION’ ... OK * preparing ‘rGADEM’: * checking DESCRIPTION meta-information ... OK * cleaning src * installing the package to build vignettes ----------------------------------- * installing *source* package ‘rGADEM’ ... ** using staged installation checking for gcc... /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc accepts -g... yes checking for /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -E checking for /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc option to support OpenMP... -fopenmp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dispatch/dispatch.h usability... no checking dispatch/dispatch.h presence... no checking for dispatch/dispatch.h... no checking whether OpenMP will work in a package... yes configure: creating ./config.status config.status: creating src/Makevars config.status: creating src/config.h config.status: src/config.h is unchanged ** libs using C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I/usr/local/include -fopenmp -fPIC -g -O2 -Wall -Werror=format-security -c Gadem_Analysis.c -o Gadem_Analysis.o Gadem_Analysis.c: In function ‘GADEM_Analysis’: Gadem_Analysis.c:274:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 274 | for (i=0; i<numSeq; i++) aveSeqLen +=seqLen[i]; aveSeqLen /=(double)numSeq; | ^~~ Gadem_Analysis.c:274:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 274 | for (i=0; i<numSeq; i++) aveSeqLen +=seqLen[i]; aveSeqLen /=(double)numSeq; | ^~~~~~~~~ Gadem_Analysis.c:182:59: warning: variable ‘totalSitesInput’ set but not used [-Wunused-but-set-variable] 182 | int cn[4],bcn[4],*seqCn,*bseqCn,avebnsites,avebnsiteSeq,totalSitesInput; | ^~~~~~~~~~~~~~~ Gadem_Analysis.c:174:7: warning: variable ‘generationNoMotif’ set but not used [-Wunused-but-set-variable] 174 | int generationNoMotif; // maximal number of GA generations in a GADEM cycle resulted in no motifs | ^~~~~~~~~~~~~~~~~ Gadem_Analysis.c:113:12: warning: variable ‘logepwm’ set but not used [-Wunused-but-set-variable] 113 | double **logepwm; // log(em-optimized PWM) | ^~~~~~~ Gadem_Analysis.c: In function ‘read_background’: Gadem_Analysis.c:1415:16: warning: zero-length gnu_printf format string [-Wformat-zero-length] 1415 | error(""); | ^~ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I/usr/local/include -fopenmp -fPIC -g -O2 -Wall -Werror=format-security -c align_sites.c -o align_sites.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I/usr/local/include -fopenmp -fPIC -g -O2 -Wall -Werror=format-security -c alloc.c -o alloc.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -I"/home/biocbuild/R/R/include" -DNDEBUG -I/usr/local/include -fopenmp -fPIC -g -O2 -Wall -Werror=format-security -c background.c -o background.o background.c: In function ‘read_userBackgModel’: background.c:31:7: error: format not a string literal and no format arguments [-Werror=format-security] 31 | error(fileName); | ^~~~~ background.c: In function ‘count_nucleotides’: background.c:818:10: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 818 | for (k=0; k<wordLen; k++) s1[k]=seq[i][j+k]; s1[k]='\0'; | ^~~ background.c:818:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 818 | for (k=0; k<wordLen; k++) s1[k]=seq[i][j+k]; s1[k]='\0'; | ^~ background.c:826:10: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 826 | for (k=0; k<wordLen; k++) s1[k]=rseq[i][j+k]; s1[k]='\0'; | ^~~ background.c:826:56: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 826 | for (k=0; k<wordLen; k++) s1[k]=rseq[i][j+k]; s1[k]='\0'; | ^~ background.c: In function ‘ll_score_backg_model’: background.c:1104:10: warning: variable ‘s1’ set but not used [-Wunused-but-set-variable] 1104 | char *s1; | ^~ cc1: some warnings being treated as errors make: *** [/home/biocbuild/R/R/etc/Makeconf:195: background.o] Error 1 ERROR: compilation failed for package ‘rGADEM’ * removing ‘/home/biocbuild/tmp/RtmpSH8nWH/Rinst34539e1efd35b7/rGADEM’ ----------------------------------- ERROR: package installation failed