* installing *source* package ‘pliable’ ... ** package ‘pliable’ successfully unpacked and MD5 sums checked ** using staged installation ** libs make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-gcc10/pliable/src' /usr/local/gcc10/bin/gfortran -fno-optimize-sibling-calls -fpic -g -O2 -mtune=native -Wall -fallow-argument-mismatch -c logpliable.f -o logpliable.o logpliable.f:293:31: 46 | call dblepr(' number lambda var passes inters', -1,0,0 | 2 ...... 293 | call dblepr('Lambda=',-1,ulam(m),1) | 1 Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). /usr/local/gcc10/bin/gfortran -fno-optimize-sibling-calls -fpic -g -O2 -mtune=native -Wall -fallow-argument-mismatch -c pliable.f -o pliable.o pliable.f:254:31: 252 | call dblepr(' ',-1,0,0) | 2 253 | call intpr('Step=',-1,m,1) 254 | call dblepr('Lambda=',-1,ulam(m),1) | 1 Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). /usr/local/gcc10/bin/gcc -I"/data/gannet/ripley/R/R-gcc10/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c pliable_init.c -o pliable_init.o /usr/local/gcc10/bin/gfortran -fno-optimize-sibling-calls -fpic -g -O2 -mtune=native -Wall -fallow-argument-mismatch -c solveabg.f -o solveabg.o solveabg.f:116:63: 114 | call dblepr('system not solved accurately;',-1,0,0); | 2 115 | call dblepr(' try rerunning plasso with ',-1,0,0); 116 | call dblepr(' tt set to half its current value of',-1,tt,1); | 1 Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)). /usr/local/gcc10/bin/gcc -shared -L/usr/local/gcc10/lib64 -L/usr/local/lib64 -o pliable.so logpliable.o pliable.o pliable_init.o solveabg.o -lgfortran -lm -lquadmath make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-gcc10/pliable/src' make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-gcc10/pliable/src' make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-gcc10/pliable/src' installing to /data/gannet/ripley/R/packages/tests-gcc10/pliable.Rcheck/00LOCK-pliable/00new/pliable/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 (pliable)