Back to Multiple platform build/check report for BioC 3.20:   simplified   long
ABCDEFG[H]IJKLMNOPQRSTUVWXYZ

This page was generated on 2024-09-27 12:24 -0400 (Fri, 27 Sep 2024).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4451
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4417
palomino8Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4456
lconwaymacOS 12.7.1 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4489
kjohnson3macOS 13.6.5 Venturaarm644.4.1 (2024-06-14) -- "Race for Your Life" 4436
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.1 (2024-06-14) -- "Race for Your Life" 4435
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 943/2262HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
HIBAG 1.41.1  (landing page)
Xiuwen Zheng
Snapshot Date: 2024-09-26 13:40 -0400 (Thu, 26 Sep 2024)
git_url: https://git.bioconductor.org/packages/HIBAG
git_branch: devel
git_last_commit: 82c88fd
git_last_commit_date: 2024-05-13 13:33:35 -0400 (Mon, 13 May 2024)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  ERROR    ERROR  skipped
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  
palomino8Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.6.5 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    OK  


INSTALL results for HIBAG on teran2

To the developers/maintainers of the HIBAG package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/HIBAG.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: HIBAG
Version: 1.41.1
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL HIBAG
StartedAt: 2024-09-26 15:49:01 -0400 (Thu, 26 Sep 2024)
EndedAt: 2024-09-26 15:49:03 -0400 (Thu, 26 Sep 2024)
EllapsedTime: 2.3 seconds
RetCode: 1
Status:   ERROR  

Command output

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


* installing to library ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library’
* installing *source* package ‘HIBAG’ ...
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0’
using C++ compiler: ‘g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0’
using C++11
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I../inst/include -I'/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/RcppParallel/include' -I/usr/local/include    -fpic  -g -O2  -Wall -DR_NO_REMAP -c HIBAG.cpp -o HIBAG.o
In file included from HIBAG.cpp:30:
HIBAG.cpp: In function ‘SEXPREC* HIBAG_AlleleStrand(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
HIBAG.cpp:336:40: error: ‘ScalarInteger’ was not declared in this scope; did you mean ‘Rf_ScalarInteger’?
  336 |                 SET_ELEMENT(rv_ans, 1, ScalarInteger(out_n_stand_amb));
      |                                        ^~~~~~~~~~~~~
/home/biocbuild/bbs-3.20-bioc/R/include/Rdefines.h:131:54: note: in definition of macro ‘SET_ELEMENT’
  131 | #define SET_ELEMENT(x, i, val)  SET_VECTOR_ELT(x, i, val)
      |                                                      ^~~
HIBAG.cpp: In function ‘SEXPREC* HIBAG_AlleleStrand2(SEXP, SEXP)’:
HIBAG.cpp:348:17: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
  348 |                 error("'allele1' and 'allele2' should have the same length.");
      |                 ^~~~~
      |                 perror
In file included from /home/biocbuild/bbs-3.20-bioc/R/include/Rdefines.h:41:
HIBAG.cpp: In function ‘SEXPREC* new_model_id(int, HLA_LIB::CAttrBag_Model*)’:
HIBAG.cpp:469:28: error: ‘ScalarInteger’ was not declared in this scope; did you mean ‘Rf_ScalarInteger’?
  469 |         SEXP ans = PROTECT(ScalarInteger(id));
      |                            ^~~~~~~~~~~~~
/home/biocbuild/bbs-3.20-bioc/R/include/Rinternals.h:371:36: note: in definition of macro ‘PROTECT’
  371 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
HIBAG.cpp:472:27: error: ‘install’ was not declared in this scope
  472 |         Rf_setAttrib(ans, install("handle_ptr"), ptr);
      |                           ^~~~~~~
HIBAG.cpp: In function ‘SEXPREC* HIBAG_New(SEXP, SEXP, SEXP)’:
HIBAG.cpp:490:17: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
  490 |                 error("Invalid number of samples: %d.", n_samp);
      |                 ^~~~~
      |                 perror
HIBAG.cpp:493:17: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
  493 |                 error("Invalid number of SNPs: %d.", n_snp);
      |                 ^~~~~
      |                 perror
HIBAG.cpp:496:17: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
  496 |                 error("Invalid number of unique HLA alleles: %d.", n_hla);
      |                 ^~~~~
      |                 perror
HIBAG.cpp: In function ‘SEXPREC* HIBAG_Training(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
HIBAG.cpp:522:17: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
  522 |                 error("Invalid number of samples: %d.", n_samp);
      |                 ^~~~~
      |                 perror
HIBAG.cpp:525:17: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
  525 |                 error("Invalid number of SNPs: %d.", n_snp);
      |                 ^~~~~
      |                 perror
HIBAG.cpp:528:17: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
  528 |                 error("Invalid number of unique HLA alleles: %d.", n_hla);
      |                 ^~~~~
      |                 perror
HIBAG.cpp: In function ‘SEXPREC* HIBAG_NewClassifierHaplo(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
HIBAG.cpp:823:17: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
  823 |                 error("Invalid length of 'hla'.");
      |                 ^~~~~
      |                 perror
HIBAG.cpp:825:17: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
  825 |                 error("Invalid length of 'haplo'.");
      |                 ^~~~~
      |                 perror
HIBAG.cpp: In function ‘SEXPREC* HIBAG_GetNumClassifiers(SEXP)’:
HIBAG.cpp:870:26: error: ‘ScalarInteger’ was not declared in this scope; did you mean ‘Rf_ScalarInteger’?
  870 |                 rv_ans = ScalarInteger(_HIBAG_MODELS_[midx]->ClassifierList().size());
      |                          ^~~~~~~~~~~~~
      |                          Rf_ScalarInteger
HIBAG.cpp: In function ‘SEXPREC* HIBAG_GetClassifierList(SEXP, SEXP)’:
HIBAG.cpp:933:49: error: ‘mkChar’ was not declared in this scope
  933 |                                                 mkChar(Haplo.List[i].HaploToStr(nsnp).c_str()));
      |                                                 ^~~~~~
HIBAG.cpp:952:53: error: ‘ScalarReal’ was not declared in this scope; did you mean ‘Rf_ScalarReal’?
  952 |                                 SET_ELEMENT(lst, 3, ScalarReal(M.OutOfBag_Accuracy()));
      |                                                     ^~~~~~~~~~
/home/biocbuild/bbs-3.20-bioc/R/include/Rdefines.h:131:54: note: in definition of macro ‘SET_ELEMENT’
  131 | #define SET_ELEMENT(x, i, val)  SET_VECTOR_ELT(x, i, val)
      |                                                      ^~~
HIBAG.cpp: In function ‘SEXPREC* HIBAG_BEDFlag(SEXP)’:
HIBAG.cpp:1079:26: error: ‘ScalarInteger’ was not declared in this scope; did you mean ‘Rf_ScalarInteger’?
 1079 |                 rv_ans = ScalarInteger((unsigned char)prefix[2]);
      |                          ^~~~~~~~~~~~~
      |                          Rf_ScalarInteger
HIBAG.cpp: In function ‘SEXPREC* HIBAG_SeqMerge(SEXP)’:
HIBAG.cpp:1203:25: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
 1203 |                         error("Internal error in 'HIBAG_SeqMerge()'.");
      |                         ^~~~~
      |                         perror
HIBAG.cpp:1229:24: error: ‘mkString’ was not declared in this scope; did you mean ‘Rf_mkString’?
 1229 |                 return mkString(ss.c_str());
      |                        ^~~~~~~~
      |                        Rf_mkString
HIBAG.cpp: In function ‘SEXPREC* HIBAG_SeqRmDot(SEXP, SEXP)’:
HIBAG.cpp:1270:48: error: ‘mkChar’ was not declared in this scope
 1270 |                         SET_STRING_ELT(seq, i, mkChar(ss.c_str()));
      |                                                ^~~~~~
HIBAG.cpp:1273:40: error: ‘mkChar’ was not declared in this scope
 1273 |                 SET_STRING_ELT(ref, 0, mkChar(ref_str.c_str()));
      |                                        ^~~~~~
HIBAG.cpp: In function ‘SEXPREC* HIBAG_Kernel_Version()’:
HIBAG.cpp:1367:33: error: ‘mkChar’ was not declared in this scope
 1367 |         SET_STRING_ELT(info, 0, mkChar(CPU_Info()));
      |                                 ^~~~~~
HIBAG.cpp:1417:29: error: ‘ScalarInteger’ was not declared in this scope; did you mean ‘Rf_ScalarInteger’?
 1417 |         SET_ELEMENT(ans, 2, ScalarInteger(ntot));
      |                             ^~~~~~~~~~~~~
/home/biocbuild/bbs-3.20-bioc/R/include/Rdefines.h:131:54: note: in definition of macro ‘SET_ELEMENT’
  131 | #define SET_ELEMENT(x, i, val)  SET_VECTOR_ELT(x, i, val)
      |                                                      ^~~
make: *** [/home/biocbuild/bbs-3.20-bioc/R/etc/Makeconf:202: HIBAG.o] Error 1
ERROR: compilation failed for package ‘HIBAG’
* removing ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/HIBAG’
* restoring previous ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/HIBAG’