Source: r-cran-insight Version: 0.18.0+dfsg-1 Severity: serious User: [email protected] Usertags: timeout
Dear maintainer(s),I looked at the results of the autopkgtest of your package because it was showing up on our page for long running tests on i386. I noticed that your package regressed on i386 around Mid July 2022, as it started to time out on the run-unit-test test after 2:47 hours while it passed in several minutes before.
Don't hesitate to reach out if you need help and some more information from our infrastructure. Paul https://ci.debian.net/packages/r/r-cran-insight/testing/i386/ https://ci.debian.net/data/autopkgtest/testing/i386/r/r-cran-insight/24933022/log.gz autopkgtest [20:20:34]: test run-unit-test: [----------------------- BEGIN TEST testthat.R R version 4.2.1 (2022-06-23) -- "Funny-Looking Kid" Copyright (C) 2022 The R Foundation for Statistical Computing Platform: i686-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > if (require("testthat")) { + library(insight) ++ is_dev_version <- length(strsplit(packageDescription("insight")$Version, "\\.")[[1]]) > 3
+
+ if (is_dev_version) {
+ Sys.setenv("RunAllinsightTests" = "yes")
+ } else {
+ Sys.setenv("RunAllinsightTests" = "no")
+ }
+ si <- Sys.info()
+
+ osx <- tryCatch(
+ {
+ if (!is.null(si["sysname"])) {
+ si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
+
+ solaris <- tryCatch(
+ {
+ if (!is.null(si["sysname"])) {
+ grepl("SunOS", si["sysname"], ignore.case = TRUE)
+ } else {
+ FALSE
+ }
+ },
+ error = function(e) {
+ FALSE
+ }
+ )
+
+ # disable / enable if needed
+ if (.Platform$OS.type == "unix" && is_dev_version) {
+ Sys.setenv("RunAllinsightStanTests" = "yes")
+ } else {
+ Sys.setenv("RunAllinsightStanTests" = "no")
+ }
+
+ # if (!osx && !solaris) {
+ # test_check("insight")
+ # }
+
+ test_check("insight")
+ }
Loading required package: testthat
autopkgtest [23:07:14]: ERROR: timed out on command "su -s /bin/bash
debci -c set -e; export USER=`id -nu`; . /etc/profile >/dev/null 2>&1 ||
true; . ~/.profile >/dev/null 2>&1 || true;
buildtree="/tmp/autopkgtest-lxc.25vi6u5m/downtmp/build.lM8/src"; mkdir
-p -m 1777 --
"/tmp/autopkgtest-lxc.25vi6u5m/downtmp/run-unit-test-artifacts"; export
AUTOPKGTEST_ARTIFACTS="/tmp/autopkgtest-lxc.25vi6u5m/downtmp/run-unit-test-artifacts";
export ADT_ARTIFACTS="$AUTOPKGTEST_ARTIFACTS"; mkdir -p -m 755
"/tmp/autopkgtest-lxc.25vi6u5m/downtmp/autopkgtest_tmp"; export
AUTOPKGTEST_TMP="/tmp/autopkgtest-lxc.25vi6u5m/downtmp/autopkgtest_tmp";
export ADTTMP="$AUTOPKGTEST_TMP"; export DEBIAN_FRONTEND=noninteractive;
export LANG=C.UTF-8; export DEB_BUILD_OPTIONS=parallel=2; unset LANGUAGE
LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
LC_IDENTIFICATION LC_ALL;rm -f /tmp/autopkgtest_script_pid; set -C; echo
$$ > /tmp/autopkgtest_script_pid; set +C; trap "rm -f
/tmp/autopkgtest_script_pid" EXIT INT QUIT PIPE; cd "$buildtree"; chmod
+x
/tmp/autopkgtest-lxc.25vi6u5m/downtmp/build.lM8/src/debian/tests/run-unit-test;
touch /tmp/autopkgtest-lxc.25vi6u5m/downtmp/run-unit-test-stdout
/tmp/autopkgtest-lxc.25vi6u5m/downtmp/run-unit-test-stderr;
/tmp/autopkgtest-lxc.25vi6u5m/downtmp/build.lM8/src/debian/tests/run-unit-test
2> >(tee -a /tmp/autopkgtest-lxc.25vi6u5m/downtmp/run-unit-test-stderr
>&2) > >(tee -a
/tmp/autopkgtest-lxc.25vi6u5m/downtmp/run-unit-test-stdout);" (kind: test)
autopkgtest [23:07:14]: test run-unit-test: -----------------------]
OpenPGP_signature
Description: OpenPGP digital signature

