Back to Multiple platform build/check report for BioC 3.19: simplified long |
|
This page was generated on 2023-12-07 11:39:46 -0500 (Thu, 07 Dec 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 22.04.2 LTS) | x86_64 | R Under development (unstable) (2023-11-11 r85510) -- "Unsuffered Consequences" | 4609 |
palomino3 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2023-11-14 r85524 ucrt) -- "Unsuffered Consequences" | 4369 |
merida1 | macOS 12.7.1 Monterey | x86_64 | R Under development (unstable) (2023-11-11 r85510) -- "Unsuffered Consequences" | 4375 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | R Under development (unstable) (2023-11-01 r85459) -- "Unsuffered Consequences" | 4262 |
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 1593/2229 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
qckitfastq 1.19.0 (landing page) August Guang
| nebbiolo1 | Linux (Ubuntu 22.04.2 LTS) / x86_64 | OK | OK | OK | ![]() | ||||||||
palomino3 | Windows Server 2022 Datacenter / x64 | OK | ERROR | skipped | skipped | |||||||||
merida1 | macOS 12.7.1 Monterey / x86_64 | OK | OK | OK | NA | |||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | OK | ||||||||||
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. - See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host. |
Package: qckitfastq |
Version: 1.19.0 |
Command: /home/biocbuild/R/R-4.4-devel-2023.11.02/bin/R CMD INSTALL qckitfastq |
StartedAt: 2023-12-06 20:17:35 -0000 (Wed, 06 Dec 2023) |
EndedAt: 2023-12-06 20:18:10 -0000 (Wed, 06 Dec 2023) |
EllapsedTime: 34.8 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-4.4-devel-2023.11.02/bin/R CMD INSTALL qckitfastq ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.4-devel-2023.11.02/site-library’ * installing *source* package ‘qckitfastq’ ... ** using staged installation ** libs using C++ compiler: ‘g++ (GCC) 10.3.1’ using C++14 g++ -std=gnu++14 -I"/home/biocbuild/R/R-devel/include" -DNDEBUG -I'/home/biocbuild/R/R-4.4-devel-2023.11.02/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4-devel-2023.11.02/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/R/R-devel/include" -DNDEBUG -I'/home/biocbuild/R/R-4.4-devel-2023.11.02/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4-devel-2023.11.02/site-library/RSeqAn/include' -I/usr/local/include -fPIC -g -O2 -Wall -c calc_adapter_content.cpp -o calc_adapter_content.o g++ -std=gnu++14 -I"/home/biocbuild/R/R-devel/include" -DNDEBUG -I'/home/biocbuild/R/R-4.4-devel-2023.11.02/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4-devel-2023.11.02/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/R/R-devel/include" -DNDEBUG -I'/home/biocbuild/R/R-4.4-devel-2023.11.02/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4-devel-2023.11.02/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/R/R-devel/lib -L/usr/local/lib -o qckitfastq.so RcppExports.o calc_adapter_content.o gzstream.o read_fastq.o -lz -L/home/biocbuild/R/R-devel/lib -lR installing to /home/biocbuild/R/R-4.4-devel-2023.11.02/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)