Last updated on 2023-02-08 17:52:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.5 | 265.69 | 305.24 | 570.93 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.3.5 | 212.63 | 251.89 | 464.52 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.3.5 | 763.60 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.5 | 801.98 | WARN | |||
r-devel-windows-x86_64 | 1.3.5 | 950.00 | 573.00 | 1523.00 | NOTE | |
r-patched-linux-x86_64 | 1.3.5 | 222.43 | 222.12 | 444.55 | OK | |
r-release-linux-x86_64 | 1.3.5 | 228.68 | 213.96 | 442.64 | OK | |
r-release-macos-arm64 | 1.3.5 | 206.00 | NOTE | |||
r-release-macos-x86_64 | 1.3.5 | 258.00 | NOTE | |||
r-release-windows-x86_64 | 1.3.5 | 766.00 | 468.00 | 1234.00 | NOTE | |
r-oldrel-macos-arm64 | 1.3.5 | 187.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.3.5 | 259.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.3.5 | 725.00 | 757.00 | 1482.00 | ERROR |
Version: 1.3.5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
core/core/error.c:65:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
core/graph/attributes.c:290:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
core/random/random.c:546:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/gss.h:132:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/gss.c:60:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/mt.c:20:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/platform.c:36:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./rrandom.h:26:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./init.c:51:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./init.c:104:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rinterface.c:2506:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rinterface.c:2522:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rinterface.c:9433:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rrandom.c:108:26: 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/igraph.Rcheck/00install.out’ for details.
* used C compiler: ‘Debian clang version 15.0.6’
* used C++ compiler: ‘Debian clang version 15.0.6’
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.3.5
Check: C++ specification
Result: NOTE
Specified C++11: please update to current default of C++17
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-windows-x86_64
Version: 1.3.5
Check: compiled code
Result: WARN
File ‘igraph/libs/igraph.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Objects: ‘core/internal/glpk_support.o’, ‘vendor/uuid/unparse.o’
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘core/community/spinglass/NetRoutines.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-debian-clang
Version: 1.3.5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
core/core/error.c:65:29: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/gss.h:132:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/gss.c:60:20: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/mt.c:20:17: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/platform.c:36:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rrandom.h:26:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
init.c:51:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
init.c:104:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rinterface.c:2506:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rinterface.c:2522:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rinterface.c:9433:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rrandom.c:108:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/igraph.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc-12 (Debian 12.2.0-14) 12.2.0’
* used C++ compiler: ‘g++-12 (Debian 12.2.0-14) 12.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.5
Check: C++ specification
Result: NOTE
Specified C++11: please drop specification unless essential
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.3.5
Check: compiled code
Result: WARN
File ‘igraph/libs/igraph.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Objects: ‘core/community/spinglass/NetRoutines.o’,
‘core/internal/glpk_support.o’, ‘vendor/uuid/unparse.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-gcc, r-devel-linux-x86_64-fedora-gcc
Version: 1.3.5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
core/core/error.c:65:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
core/graph/attributes.c:290:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
core/random/random.c:546:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/gss.h:132:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/gss.c:60:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/mt.c:20:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
vendor/plfit/platform.c:36:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./rrandom.h:26:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./init.c:51:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
./init.c:104:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rinterface.c:2506:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rinterface.c:2522:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rinterface.c:9433:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
rrandom.c:108:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
See ‘/data/gannet/ripley/R/packages/tests-clang/igraph.Rcheck/00install.out’ for details.
* used C compiler: ‘clang version 15.0.7’
* used C++ compiler: ‘clang version 15.0.7’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.3.5
Check: installed package size
Result: NOTE
installed size is 6.5Mb
sub-directories of 1Mb or more:
R 1.4Mb
help 1.2Mb
libs 3.4Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-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.3.5
Check: compiled code
Result: WARN
File ‘igraph/libs/igraph.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Objects: ‘core/community/spinglass/NetRoutines.o’,
‘core/internal/glpk_support.o’, ‘vendor/uuid/unparse.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.3.5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
core/core/error.c:65:29: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/gss.h:132:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/gss.c:60:20: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/mt.c:20:17: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
vendor/plfit/platform.c:36:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rrandom.c:108:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rrandom.h:26:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
init.c:51:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
init.c:104:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rinterface.c:2506:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rinterface.c:2522:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
rinterface.c:9433:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
See ‘/data/gannet/ripley/R/packages/tests-devel/igraph.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)’
* used C++ compiler: ‘g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)’
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.3.5
Check: running tests for arch ‘i386’
Result: ERROR
Running 'testthat.R' [166s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(igraph)
Attaching package: 'igraph'
The following object is masked from 'package:testthat':
compare
The following objects are masked from 'package:stats':
decompose, spectrum
The following object is masked from 'package:base':
union
>
> test_check("igraph")
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 3657 ]
== Skipped tests ===========================================================
* On CRAN (2)
* nested igraph call handling not implemented yet (1)
== Failed tests ============================================================
-- Error ('test_adjacency.spectral.embedding.R:238'): Issue #51 is resolved ----
Error in `embed_adjacency_matrix(g, 2)`: At core/core/vector.pmt:129 : cannot init vector, Out of memory
Backtrace:
x
1. \-igraph::embed_adjacency_matrix(g, 2) at test_adjacency.spectral.embedding.R:238:4
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 3657 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64