Last updated on 2023-02-11 12:57:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.9.18 | 12.26 | 80.29 | 92.55 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.9.18 | 9.77 | 59.56 | 69.33 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.9.18 | 107.04 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.9.18 | 110.17 | WARN | |||
r-devel-windows-x86_64 | 1.9.18 | 89.00 | 120.00 | 209.00 | NOTE | |
r-patched-linux-x86_64 | 1.9.18 | 11.28 | 77.62 | 88.90 | NOTE | |
r-release-linux-x86_64 | 1.9.18 | 11.09 | 77.76 | 88.85 | NOTE | |
r-release-macos-arm64 | 1.9.18 | 33.00 | NOTE | |||
r-release-macos-x86_64 | 1.9.18 | 51.00 | NOTE | |||
r-release-windows-x86_64 | 1.9.18 | 84.00 | 117.00 | 201.00 | NOTE | |
r-oldrel-macos-arm64 | 1.9.18 | 35.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.9.18 | 66.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.9.18 | 39.00 | 164.00 | 203.00 | NOTE |
Version: 1.9.18
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
./bbobStructures.h:123:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./bbobStructures.h:125:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./bbobStructures.h:127:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./bbobStructures.h:128:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./bbobStructures.h:130:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarkshelper.h:13:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarkshelper.h:14:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarkshelper.h:19:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarkshelper.h:20:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarks.h:28:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarks.h:29:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarksnoisy.h:33:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarksnoisy.h:34:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
bbobr.c:44:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarks.c:1520:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarks.c:1553:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarkshelper.c:161:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarkshelper.c:173:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarkshelper.c:273:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarkshelper.c:283:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarksnoisy.c:1870:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarksnoisy.c:1895:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/soobench.Rcheck/00install.out’ for details.
* used C compiler: ‘Debian clang version 15.0.6’
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.9.18
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.9.18
Check: compiled code
Result: WARN
File ‘soobench/libs/soobench.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘benchmarkshelper.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc
Version: 1.9.18
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
bbobStructures.h:123:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
bbobStructures.h:125:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
bbobStructures.h:127:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
bbobStructures.h:128:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
bbobStructures.h:130:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.h:13:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.h:14:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.h:19:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.h:20:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarks.h:28:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarks.h:29:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarksnoisy.h:33:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarksnoisy.h:34:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
bbobr.c:44:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarks.c:1520:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarks.c:1553:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.c:161:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.c:173:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.c:273:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.c:283:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarksnoisy.c:1870:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarksnoisy.c:1895:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/soobench.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc-12 (Debian 12.2.0-14) 12.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.9.18
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
./bbobStructures.h:123:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./bbobStructures.h:125:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./bbobStructures.h:127:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./bbobStructures.h:128:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./bbobStructures.h:130:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarkshelper.h:13:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarkshelper.h:14:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarkshelper.h:19:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarkshelper.h:20:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarks.h:28:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarks.h:29:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarksnoisy.h:33:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./benchmarksnoisy.h:34:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
bbobr.c:44:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarks.c:1520:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarks.c:1553:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarkshelper.c:161:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarkshelper.c:173:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarkshelper.c:273:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarkshelper.c:283:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarksnoisy.c:1870:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
benchmarksnoisy.c:1895:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
See ‘/data/gannet/ripley/R/packages/tests-clang/soobench.Rcheck/00install.out’ for details.
* used C compiler: ‘clang version 15.0.7’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.9.18
Check: compiled code
Result: WARN
File ‘soobench/libs/soobench.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘benchmarkshelper.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.9.18
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
bbobStructures.h:123:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
bbobStructures.h:125:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
bbobStructures.h:127:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
bbobStructures.h:128:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
bbobStructures.h:130:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.h:13:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.h:14:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.h:19:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.h:20:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarks.h:28:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarks.h:29:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarksnoisy.h:33:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarksnoisy.h:34:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
bbobr.c:44:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarks.c:1520:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarks.c:1553:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.c:161:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.c:173:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.c:273:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarkshelper.c:283:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarksnoisy.c:1870:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
benchmarksnoisy.c:1895:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
See ‘/data/gannet/ripley/R/packages/tests-devel/soobench.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)’
Flavor: r-devel-linux-x86_64-fedora-gcc