Back to Multiple platform build/check report for BioC 3.20:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2024-05-22 11:36:29 -0400 (Wed, 22 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 RC (2024-04-16 r86468) -- "Puppy Cup" 4665
palomino4Windows Server 2022 Datacenterx644.4.0 RC (2024-04-16 r86468 ucrt) -- "Puppy Cup" 4400
merida1macOS 12.7.4 Montereyx86_644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4427
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 2056/2233HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
SynExtend 1.17.0  (landing page)
Nicholas Cooley
Snapshot Date: 2024-05-20 14:05:07 -0400 (Mon, 20 May 2024)
git_url: https://git.bioconductor.org/packages/SynExtend
git_branch: devel
git_last_commit: 7cdfb94
git_last_commit_date: 2024-04-30 11:23:46 -0400 (Tue, 30 Apr 2024)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
merida1macOS 12.7.4 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64see weekly results here

INSTALL results for SynExtend on nebbiolo2


To the developers/maintainers of the SynExtend package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/SynExtend.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: SynExtend
Version: 1.17.0
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL SynExtend
StartedAt: 2024-05-20 15:11:05 -0400 (Mon, 20 May 2024)
EndedAt: 2024-05-20 15:11:34 -0400 (Mon, 20 May 2024)
EllapsedTime: 28.8 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL SynExtend
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.20-bioc/R/site-library’
* installing *source* package ‘SynExtend’ ...
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2  -Wall -c CDend.c -o CDend.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2  -Wall -c CShuffle.c -o CShuffle.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2  -Wall -c HungarianAlgo.c -o HungarianAlgo.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2  -Wall -c MoranI.c -o MoranI.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2  -Wall -c NucleotideCounts.c -o NucleotideCounts.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2  -Wall -c OnDiskLP.c -o OnDiskLP.o
OnDiskLP.c: In function ‘R_LP_write_output’:
OnDiskLP.c:1615:66: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 6 has type ‘uint_fast64_t’ {aka ‘long unsigned int’} [-Wformat=]
 1615 |                 snprintf(write_buf, (name_len+3)+L_SIZE, "%s%c%llu%c", buf, seps[0], clust, seps[1]);
      |                                                               ~~~^                   ~~~~~
      |                                                                  |                   |
      |                                                                  |                   uint_fast64_t {aka long unsigned int}
      |                                                                  long long unsigned int
      |                                                               %lu
OnDiskLP.c: In function ‘postcopy_vertexname’:
OnDiskLP.c:382:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  382 |         fread(cur_elem, sizeof(msort_vertex_line), 1, orig);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OnDiskLP.c: In function ‘copy_csrfile_sig’:
OnDiskLP.c:572:17: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  572 |                 fread(&wbuf[cachectr], sizeof(double), 1, fs);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OnDiskLP.c: In function ‘lookup_node_index’:
OnDiskLP.c:758:25: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  758 |                         fread(&tmplen, LEN_SIZE, 1, fhash);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OnDiskLP.c:759:25: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  759 |                         fread(vname, 1, tmplen, fhash);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2  -Wall -c R_init_synextend.c -o R_init_synextend.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2  -Wall -c SEutils.c -o SEutils.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2  -Wall -c XORRand.c -o XORRand.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2  -Wall -c calcMIR2C.c -o calcMIR2C.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2  -Wall -c dendrapply.c -o dendrapply.o
gcc -shared -L/home/biocbuild/bbs-3.20-bioc/R/lib -L/usr/local/lib -o SynExtend.so CDend.o CShuffle.o HungarianAlgo.o MoranI.o NucleotideCounts.o OnDiskLP.o R_init_synextend.o SEutils.o XORRand.o calcMIR2C.o dendrapply.o -fopenmp -L/home/biocbuild/bbs-3.20-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.20-bioc/R/site-library/00LOCK-SynExtend/00new/SynExtend/libs
** 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
** 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 (SynExtend)