| Back to Multiple platform build/check report for BioC 3.23: simplified long |
|
This page was generated on 2026-03-21 11:35 -0400 (Sat, 21 Mar 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2026-03-05 r89546) -- "Unsuffered Consequences" | 4866 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | R Under development (unstable) (2026-03-20 r89666) -- "Unsuffered Consequences" | 4545 |
| 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 2353/2368 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| XDE 2.57.0 (landing page) Robert Scharpf
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | WARNINGS | ERROR | |||||||||
| See other builds for XDE in R Universe. | ||||||||||||||
|
To the developers/maintainers of the XDE package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/XDE.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. |
| Package: XDE |
| Version: 2.57.0 |
| Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL XDE |
| StartedAt: 2026-03-20 18:02:52 -0400 (Fri, 20 Mar 2026) |
| EndedAt: 2026-03-20 18:03:11 -0400 (Fri, 20 Mar 2026) |
| EllapsedTime: 19.2 seconds |
| RetCode: 0 |
| Status: OK |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL XDE
###
##############################################################################
##############################################################################
* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6/Resources/library’
* installing *source* package ‘XDE’ ...
** this is package ‘XDE’ version ‘2.57.0’
** using staged installation
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’
using C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’
using SDK: ‘MacOSX26.2.sdk’
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Cholesky.cpp -o Cholesky.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Matrix_v2.cpp -o Matrix_v2.o
In file included from Matrix_v2.cpp:1:
./Matrix_v2.h:4:17: warning: using directive refers to implicitly-defined namespace 'std'
4 | using namespace std;
| ^
Matrix_v2.cpp:148:7: warning: variable 'signDet' set but not used [-Wunused-but-set-variable]
148 | int signDet = 1;
| ^
Matrix_v2.cpp:244:7: warning: unused variable 'k' [-Wunused-variable]
244 | int k = 1;
| ^
Matrix_v2.cpp:246:9: warning: unused variable 'j' [-Wunused-variable]
246 | int i,j,r;
| ^
4 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Potential_v2.cpp -o Potential_v2.o
Potential_v2.cpp:374:34: warning: equality comparison result unused [-Wunused-comparison]
374 | if (theGene[k][i] == 1) include == 1;
| ~~~~~~~~^~~~
Potential_v2.cpp:374:34: note: use '=' to turn this equality comparison into an assignment
374 | if (theGene[k][i] == 1) include == 1;
| ^~
| =
1 warning generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Random_v2.cpp -o Random_v2.o
Random_v2.cpp:12:16: warning: variable 'temp' set but not used [-Wunused-but-set-variable]
12 | unsigned int temp = UINT_MAX - 1;
| ^
Random_v2.cpp:1847:10: warning: unused variable 'x' [-Wunused-variable]
1847 | double x,y,tt,sum;
| ^
2 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Rinterface_v2.cpp -o Rinterface_v2.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Structure.cpp -o Structure.o
Structure.cpp:526:12: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
526 | char buf[bufSize];
| ^~~~~~~
Structure.cpp:526:12: note: read of non-const variable 'bufSize' is not allowed in a constant expression
Structure.cpp:525:7: note: declared here
525 | int bufSize = 1000;
| ^
Structure.cpp:536:13: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
536 | char var1[bufSize];
| ^~~~~~~
Structure.cpp:536:13: note: read of non-const variable 'bufSize' is not allowed in a constant expression
Structure.cpp:525:7: note: declared here
525 | int bufSize = 1000;
| ^
Structure.cpp:537:13: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
537 | char var2[bufSize];
| ^~~~~~~
Structure.cpp:537:13: note: read of non-const variable 'bufSize' is not allowed in a constant expression
Structure.cpp:525:7: note: declared here
525 | int bufSize = 1000;
| ^
Structure.cpp:538:13: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
538 | char var3[bufSize];
| ^~~~~~~
Structure.cpp:538:13: note: read of non-const variable 'bufSize' is not allowed in a constant expression
Structure.cpp:525:7: note: declared here
525 | int bufSize = 1000;
| ^
Structure.cpp:539:13: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
539 | char var4[bufSize];
| ^~~~~~~
Structure.cpp:539:13: note: read of non-const variable 'bufSize' is not allowed in a constant expression
Structure.cpp:525:7: note: declared here
525 | int bufSize = 1000;
| ^
Structure.cpp:528:8: warning: unused variable 'c' [-Wunused-variable]
528 | char c;
| ^
Structure.cpp:1577:16: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
1577 | char buf[bufSize];
| ^~~~~~~
Structure.cpp:1577:16: note: read of non-const variable 'bufSize' is not allowed in a constant expression
Structure.cpp:1576:11: note: declared here
1576 | int bufSize = 1000;
| ^
Structure.cpp:1587:17: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
1587 | char var1[bufSize];
| ^~~~~~~
Structure.cpp:1587:17: note: read of non-const variable 'bufSize' is not allowed in a constant expression
Structure.cpp:1576:11: note: declared here
1576 | int bufSize = 1000;
| ^
Structure.cpp:1588:17: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
1588 | char var2[bufSize];
| ^~~~~~~
Structure.cpp:1588:17: note: read of non-const variable 'bufSize' is not allowed in a constant expression
Structure.cpp:1576:11: note: declared here
1576 | int bufSize = 1000;
| ^
Structure.cpp:1642:8: warning: unused variable 'nRead' [-Wunused-variable]
1642 | int nRead = sscanf(var1,"%d",&value);
| ^~~~~
Structure.cpp:1668:12: warning: unused variable 'nRead' [-Wunused-variable]
1668 | int nRead = sscanf(var2,"%le",&value);
| ^~~~~
Structure.cpp:1579:12: warning: unused variable 'c' [-Wunused-variable]
1579 | char c;
| ^
Structure.cpp:1726:16: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
1726 | char buf[bufSize];
| ^~~~~~~
Structure.cpp:1726:16: note: read of non-const variable 'bufSize' is not allowed in a constant expression
Structure.cpp:1725:11: note: declared here
1725 | int bufSize = 1000;
| ^
Structure.cpp:1736:16: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
1736 | char var[bufSize];
| ^~~~~~~
Structure.cpp:1736:16: note: read of non-const variable 'bufSize' is not allowed in a constant expression
Structure.cpp:1725:11: note: declared here
1725 | int bufSize = 1000;
| ^
Structure.cpp:1811:18: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
1811 | char name[bufSize];
| ^~~~~~~
Structure.cpp:1811:18: note: read of non-const variable 'bufSize' is not allowed in a constant expression
Structure.cpp:1725:11: note: declared here
1725 | int bufSize = 1000;
| ^
Structure.cpp:1728:12: warning: unused variable 'c' [-Wunused-variable]
1728 | char c;
| ^
Structure.cpp:1971:4: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
1971 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:1983:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
1983 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:1990:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
1990 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:1996:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
1996 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2002:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2002 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2008:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2008 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2014:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2014 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2020:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2020 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2026:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2026 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2032:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2032 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2038:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2038 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2044:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2044 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2050:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2050 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2056:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2056 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2062:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2062 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2068:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2068 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2074:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2074 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2080:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2080 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2086:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2086 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2092:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2092 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2098:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2098 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2104:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2104 | filename.empty();
| ^~~~~~~~~~~~~~
Structure.cpp:2110:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
2110 | filename.empty();
| ^~~~~~~~~~~~~~
39 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Update_v2.cpp -o Update_v2.o
Update_v2.cpp:2314:9: warning: variable 'nOn' set but not used [-Wunused-but-set-variable]
2314 | int nOn = 0;
| ^
Update_v2.cpp:2464:9: warning: variable 'nOn' set but not used [-Wunused-but-set-variable]
2464 | int nOn = 0;
| ^
Update_v2.cpp:3293:9: warning: variable 'nOn' set but not used [-Wunused-but-set-variable]
3293 | int nOn = 0;
| ^
Update_v2.cpp:3404:9: warning: variable 'nOn' set but not used [-Wunused-but-set-variable]
3404 | int nOn = 0;
| ^
Update_v2.cpp:3919:10: warning: unused variable 'pot' [-Wunused-variable]
3919 | double pot = - OmegaGibbs(df,D,oldClique,oldComponents,Q,G,Delta,
| ^~~
Update_v2.cpp:3973:10: warning: unused variable 'pot' [-Wunused-variable]
3973 | double pot = DeltaStarGibbs(oldClique,oldComponents,Q,G,S,newValues,
| ^~~
Update_v2.cpp:4526:9: warning: variable 'nOn' set but not used [-Wunused-but-set-variable]
4526 | int nOn = 0;
| ^
Update_v2.cpp:4657:9: warning: variable 'nOn' set but not used [-Wunused-but-set-variable]
4657 | int nOn = 0;
| ^
8 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Utility_v2.cpp -o Utility_v2.o
Utility_v2.cpp:221:12: warning: unused variable 'detPrior' [-Wunused-variable]
221 | double detPrior = inverse(var,varInv);
| ^~~~~~~~
Utility_v2.cpp:228:12: warning: unused variable 'detPosterior' [-Wunused-variable]
228 | double detPosterior = 1.0 /inverse(varInv,var);
| ^~~~~~~~~~~~
Utility_v2.cpp:303:9: warning: unused variable 's' [-Wunused-variable]
303 | int s;
| ^
Utility_v2.cpp:328:12: warning: unused variable 'detPrior' [-Wunused-variable]
328 | double detPrior = inverse(var,varInv);
| ^~~~~~~~
Utility_v2.cpp:334:12: warning: unused variable 'detPosterior' [-Wunused-variable]
334 | double detPosterior = 1.0 / inverse(varInv,var);
| ^~~~~~~~~~~~
Utility_v2.cpp:764:6: warning: unused variable 'ngg' [-Wunused-variable]
764 | int ngg = neighbour[gg].size();
| ^~~
Utility_v2.cpp:954:8: warning: unused variable 'ngg' [-Wunused-variable]
954 | int ngg = neighbour[gg].size();
| ^~~
Utility_v2.cpp:1463:33: warning: unused variable 'itextra' [-Wunused-variable]
1463 | map<int,double>::iterator itextra = VinvSparse[k].end();
| ^~~~~~~
8 warnings generated.
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c diffExpressed_main.cpp -o diffExpressed_main.o
In file included from diffExpressed_main.cpp:38:
./UpdateGamma2Gibbs.h:112:14: warning: variable 'pot' set but not used [-Wunused-but-set-variable]
112 | double pot = - model->potential(ran);
| ^
In file included from diffExpressed_main.cpp:42:
./UpdateXiGibbs.h:95:11: warning: variable 'pot' set but not used [-Wunused-but-set-variable]
95 | double pot = - model->potential(ran);
| ^
./UpdateXiGibbs.h:162:15: warning: variable 'pot' set but not used [-Wunused-but-set-variable]
162 | double pot = - model->potential(ran);
| ^
3 warnings generated.
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c registerDynamicSymbol.c -o registerDynamicSymbol.o
clang++ -arch arm64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o XDE.so Cholesky.o Matrix_v2.o Potential_v2.o Random_v2.o Rinterface_v2.o Structure.o Update_v2.o Utility_v2.o diffExpressed_main.o registerDynamicSymbol.o -lm -F/Library/Frameworks/R.framework/.. -framework R
installing to /Library/Frameworks/R.framework/Versions/4.6/Resources/library/00LOCK-XDE/00new/XDE/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for ‘qqplot’ in package ‘XDE’
** 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 (XDE)