Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEFGHIJKLMNOP[Q]RSTUVWXYZ

This page was generated on 2025-01-11 11:40 -0500 (Sat, 11 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4760
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4479
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4443
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4398
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4391
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 1616/2277HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
qckitfastq 1.23.0  (landing page)
August Guang
Snapshot Date: 2025-01-10 13:40 -0500 (Fri, 10 Jan 2025)
git_url: https://git.bioconductor.org/packages/qckitfastq
git_branch: devel
git_last_commit: 6d6381d
git_last_commit_date: 2024-10-29 10:35:25 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    ERROR  skippedskipped
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


INSTALL results for qckitfastq on nebbiolo1

To the developers/maintainers of the qckitfastq package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/qckitfastq.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: qckitfastq
Version: 1.23.0
Command: /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD INSTALL qckitfastq
StartedAt: 2025-01-10 15:07:49 -0500 (Fri, 10 Jan 2025)
EndedAt: 2025-01-10 15:08:07 -0500 (Fri, 10 Jan 2025)
EllapsedTime: 17.8 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD INSTALL qckitfastq
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.21-bioc/R/site-library’
* installing *source* package ‘qckitfastq’ ...
** using staged installation
** libs
using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
using C++14
g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include' -I/usr/local/include  -DSTRICT_R_HEADERS=1  -fpic  -g -O2  -Wall -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include' -I/usr/local/include  -DSTRICT_R_HEADERS=1  -fpic  -g -O2  -Wall -DR_NO_REMAP -c calc_adapter_content.cpp -o calc_adapter_content.o
calc_adapter_content.cpp:11: warning: "STRICT_R_HEADERS" redefined
   11 | #define STRICT_R_HEADERS
      | 
<command-line>: note: this is the location of the previous definition
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier.h:74,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/find.h:44,
                 from calc_adapter_content.cpp:7:
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier/modifier_functors.h:79:36: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
   79 | struct FunctorUpcase : public std::unary_function<InType, Result>
      |                                    ^~~~~~~~~~~~~~
In file included from /usr/include/c++/13/string:49,
                 from /usr/include/c++/13/bits/locale_classes.h:40,
                 from /usr/include/c++/13/bits/ios_base.h:41,
                 from /usr/include/c++/13/ios:44,
                 from /usr/include/c++/13/ostream:40,
                 from /usr/include/c++/13/iostream:41,
                 from calc_adapter_content.cpp:1:
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier/modifier_functors.h:113:37: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  113 | struct FunctorLowcase : public std::unary_function<InType, Result>
      |                                     ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier/modifier_functors.h:147:37: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  147 | struct FunctorConvert : public std::unary_function<InType,OutType>
      |                                     ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier/modifier_functors.h:219:46: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  219 | struct FunctorComplement<char> : public std::unary_function<Dna5,Dna5>
      |                                              ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier/modifier_functors.h:228:45: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  228 | struct FunctorComplement<Dna> : public std::unary_function<Dna,Dna>
      |                                             ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier/modifier_functors.h:237:46: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  237 | struct FunctorComplement<Dna5> : public std::unary_function<Dna5,Dna5>
      |                                              ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier/modifier_functors.h:246:45: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  246 | struct FunctorComplement<Rna> : public std::unary_function<Rna,Rna>
      |                                             ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier/modifier_functors.h:255:46: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  255 | struct FunctorComplement<Rna5> : public std::unary_function<Rna5,Rna5>
      |                                              ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier/modifier_functors.h:264:46: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  264 | struct FunctorComplement<DnaQ> : public std::unary_function<DnaQ,DnaQ>
      |                                              ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier/modifier_functors.h:276:47: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  276 | struct FunctorComplement<Dna5Q> : public std::unary_function<Dna5Q,Dna5Q>
      |                                               ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier/modifier_functors.h:287:47: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  287 | struct FunctorComplement<Iupac> : public std::unary_function<Iupac,Iupac>
      |                                               ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier.h:79:
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/modifier/modifier_position.h:393:31: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  393 | struct PosLess_ : public std::binary_function<TPos, TPos, bool>
      |                               ^~~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/file.h:101,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/stream.h:62,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/score.h:43,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/find.h:45:
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/file/string_external.h:1338:41: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
 1338 |         struct testIODone : public std::unary_function<TPageFrame&,bool>
      |                                         ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/graph_algorithms.h:48,
                 from /home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/find.h:47:
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/graph_algorithms/graph_algorithm_heap_tree.h:325:17: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  325 |     public std::unary_function<Pair<TKey, TValue>, bool>
      |                 ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from /home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/graph_algorithms.h:62:
/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include/seqan/graph_algorithms/kruskal.h:63:34: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
   63 | struct LessPairI1_ : public std::unary_function<Pair<TWeight, TPair>, bool>
      |                                  ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include' -I/usr/local/include  -DSTRICT_R_HEADERS=1  -fpic  -g -O2  -Wall -DR_NO_REMAP -c gzstream.cpp -o gzstream.o
g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/RSeqAn/include' -I/usr/local/include  -DSTRICT_R_HEADERS=1  -fpic  -g -O2  -Wall -DR_NO_REMAP -c read_fastq.cpp -o read_fastq.o
read_fastq.cpp: In function ‘Rcpp::List qual_score_per_read(std::string)’:
read_fastq.cpp:181:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::map<int, std::vector<unsigned char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  181 |                 if (pos_counter <= qual_score_matrix.size()) {
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++14 -shared -L/home/biocbuild/bbs-3.21-bioc/R/lib -L/usr/local/lib -o qckitfastq.so RcppExports.o calc_adapter_content.o gzstream.o read_fastq.o -lz -L/home/biocbuild/bbs-3.21-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.21-bioc/R/site-library/00LOCK-qckitfastq/00new/qckitfastq/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 (qckitfastq)