Your message dated Tue, 04 Oct 2022 14:39:11 +0000
with message-id <[email protected]>
and subject line Bug#1017630: fixed in r-cran-insight 0.18.4+dfsg-2
has caused the Debian Bug report #1017630,
regarding r-cran-insight: autopkgtest regression on i386: times out
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1017630: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017630
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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: -----------------------]

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: r-cran-insight
Source-Version: 0.18.4+dfsg-2
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
r-cran-insight, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated r-cran-insight package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 04 Oct 2022 16:15:14 +0200
Source: r-cran-insight
Architecture: source
Version: 0.18.4+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1017630
Changes:
 r-cran-insight (0.18.4+dfsg-2) unstable; urgency=medium
 .
   * Mention all available suggests as Test-Depends
   * Ignore test requiring JM which is not packaged (yet)
     Closes: #1017630
Checksums-Sha1:
 12ccfddc0473508e2148499ca4c100e0d07d2c47 2974 r-cran-insight_0.18.4+dfsg-2.dsc
 847a31f497ba86c58e22b689a256a1b92af76581 4160 
r-cran-insight_0.18.4+dfsg-2.debian.tar.xz
 32676ecf58859df1c9bec07634a582fc10ca8d8e 10701 
r-cran-insight_0.18.4+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 841a6916f4ba73117b26fbe2205e01f006a82c18636b91fa2a56325022fb8d01 2974 
r-cran-insight_0.18.4+dfsg-2.dsc
 abad84c4776dbe1d1e601a15d009eb1a76d248befe205738de8c8390c3fc55f1 4160 
r-cran-insight_0.18.4+dfsg-2.debian.tar.xz
 aa3fe57068f26932948fd9cca4a03aaf0d5d39a288a114d9ab7b5853caa175c6 10701 
r-cran-insight_0.18.4+dfsg-2_amd64.buildinfo
Files:
 15b5905ae1de7815876f857db44a5eb7 2974 gnu-r optional 
r-cran-insight_0.18.4+dfsg-2.dsc
 30cb90dbd14acc32fb7f963cf40edc16 4160 gnu-r optional 
r-cran-insight_0.18.4+dfsg-2.debian.tar.xz
 b9b6af0192e2d2f430c0c16dc9bf5156 10701 gnu-r optional 
r-cran-insight_0.18.4+dfsg-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmM8QRYRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHO1w/+Klhd6Kjarldo/xkdd6DqimMXHzKR7cEH
sI28r8yIpJldHmr9kAN7K7LMs+5j6nsYOzvYUZbVuLmgw4VpJKPYV21ayHAslo+G
Nx9id+ptLchRNXJre58nm+Q44VCxQH4eqOM4bMtO85geN8JLRiA5cRnEq/FkFO1x
Xs9sd1A6jrMO+6OrTpHe49TQDjfTOq1GCrB+2KeqWszC0qUArbiNmrJbzhXVkODC
9hz1G4T6yVndMjz2QsbeVYWxc4R7qan2WV/lShvHmz/z4xLSvf61MObtZAwZOAKU
+xuq4mVGvrGnARfTsQPlnmSXNF5gYeCT2icueJdQG4DlCAX1OwP5uIJ7WopGKWwZ
RCqH/+2pFZcperqbiV3EGPC+VUSNiVOIOVJM563Jfvij9m5tLUzxQfGd46VYKZ7C
STw0AeOfM+iAxf/Pw1lJwYFZYxq1j+l71b0apadlcZQlq7WURv9UMercoTguaRN3
ZeusEauvOZvOqViqzfaHRxDTC0dLl3uqFGOx8auv6ESF2J3QhAm2mcLirhLQ/vfK
iHmqHUrhzFts4CxmX4fQsdv67aehAGHzeRIWOzNB9r5QLlIVXH7DW8KBmU+HORif
mudQJlBg/wx8acZemAg9uBOeRWbs2q/97pVjHZdu7oOzMLVboxwpk3/fm3m35O0X
iVlG9PR8xLU=
=t1j0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to