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

This page was generated on 2024-10-19 11:48 -0400 (Sat, 19 Oct 2024).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4474
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4733
palomino8Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4479
lconwaymacOS 12.7.1 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4509
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.1 (2024-06-14) -- "Race for Your Life" 4457
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 1612/2273HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
qckitfastq 1.21.0  (landing page)
August Guang
Snapshot Date: 2024-10-18 13:40 -0400 (Fri, 18 Oct 2024)
git_url: https://git.bioconductor.org/packages/qckitfastq
git_branch: devel
git_last_commit: 1e671c4
git_last_commit_date: 2024-04-30 11:13:03 -0400 (Tue, 30 Apr 2024)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  
palomino8Windows Server 2022 Datacenter / x64  OK    ERROR  skippedskipped
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    OK  


INSTALL results for qckitfastq on nebbiolo2

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.21.0
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL qckitfastq
StartedAt: 2024-10-18 15:10:26 -0400 (Fri, 18 Oct 2024)
EndedAt: 2024-10-18 15:10:45 -0400 (Fri, 18 Oct 2024)
EllapsedTime: 19.3 seconds
RetCode: 0
Status:   OK  

Command output

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


* installing to library ‘/home/biocbuild/bbs-3.20-bioc/R/site-library’
* installing *source* package ‘qckitfastq’ ...
** using staged installation
** libs
using C++ compiler: ‘g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0’
using C++14
g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/RSeqAn/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/RSeqAn/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c calc_adapter_content.cpp -o calc_adapter_content.o
In file included from /home/biocbuild/bbs-3.20-bioc/R/site-library/RSeqAn/include/seqan/modifier.h:74,
                 from /home/biocbuild/bbs-3.20-bioc/R/site-library/RSeqAn/include/seqan/find.h:44,
                 from calc_adapter_content.cpp:7:
/home/biocbuild/bbs-3.20-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.20-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.20-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.20-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.20-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.20-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.20-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.20-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.20-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.20-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.20-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.20-bioc/R/site-library/RSeqAn/include/seqan/modifier.h:79:
/home/biocbuild/bbs-3.20-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.20-bioc/R/site-library/RSeqAn/include/seqan/file.h:101,
                 from /home/biocbuild/bbs-3.20-bioc/R/site-library/RSeqAn/include/seqan/stream.h:62,
                 from /home/biocbuild/bbs-3.20-bioc/R/site-library/RSeqAn/include/seqan/score.h:43,
                 from /home/biocbuild/bbs-3.20-bioc/R/site-library/RSeqAn/include/seqan/find.h:45:
/home/biocbuild/bbs-3.20-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.20-bioc/R/site-library/RSeqAn/include/seqan/graph_algorithms.h:48,
                 from /home/biocbuild/bbs-3.20-bioc/R/site-library/RSeqAn/include/seqan/find.h:47:
/home/biocbuild/bbs-3.20-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.20-bioc/R/site-library/RSeqAn/include/seqan/graph_algorithms.h:62:
/home/biocbuild/bbs-3.20-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.20-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/RSeqAn/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c gzstream.cpp -o gzstream.o
g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/RSeqAn/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -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.20-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.20-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.20-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)