Your message dated Tue, 26 May 2020 17:18:27 +0000
with message-id <e1jdddf-0001no...@fasolo.debian.org>
and subject line Bug#961571: fixed in r-cran-vctrs 0.3.0-2
has caused the Debian Bug report #961571,
regarding r-cran-vctrs: autopkgtest regression
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 ow...@bugs.debian.org
immediately.)


-- 
961571: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961571
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: r-cran-vctrs
Version: 0.3.0-1
Severity: serious
X-Debbugs-CC: debian...@lists.debian.org
User: debian...@lists.debian.org
Usertags: regression

Hi Maintainer

Since the upload of 0.3.0-1, r-cran-vctrs has been failing its own
autopkgtests [1].  This now prevents the migration of r-base.
I've copied what I hope is the relevant part of the log below.

Regards
Graham


[1] https://ci.debian.net/packages/r/r-cran-vctrs/unstable/amd64/


> library(testthat)
> library(vctrs)
>
> if (requireNamespace("xml2")) {
+   test_check("vctrs", reporter = MultiReporter$new(reporters =
list(JunitReporter$new(file = "test-results.xml"),
CheckReporter$new())))
+ } else {
+   test_check("vctrs")
+ }
Loading required namespace: xml2
Failed with error:  ‘there is no package called ‘xml2’’
── 1. Error: grouped-df is proxied and restored (@test-type-dplyr.R#7)  ────────
there is no package called ‘dplyr’
Backtrace:
 1. dplyr::group_by
 2. base::getExportedValue(pkg, name)
 3. base::asNamespace(ns)
 4. base::getNamespace(ns)
 5. base::loadNamespace(name)
 6. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 7. base:::withOneRestart(expr, restarts[[1L]])
 8. base:::doWithOneRestart(return(expr), restart)

── 2. Error: can take the common type of grouped tibbles and tibbles (@test-type
there is no package called ‘dplyr’
Backtrace:
 1. dplyr::group_by
 2. base::getExportedValue(pkg, name)
 3. base::asNamespace(ns)
 4. base::getNamespace(ns)
 5. base::loadNamespace(name)
 6. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 7. base:::withOneRestart(expr, restarts[[1L]])
 8. base:::doWithOneRestart(return(expr), restart)

── 3. Error: the common type of grouped tibbles includes the union of grouping v
there is no package called ‘dplyr’
Backtrace:
 1. dplyr::group_by
 2. base::getExportedValue(pkg, name)
 3. base::asNamespace(ns)
 4. base::getNamespace(ns)
 5. base::loadNamespace(name)
 6. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 7. base:::withOneRestart(expr, restarts[[1L]])
 8. base:::doWithOneRestart(return(expr), restart)

── 4. Error: can cast to and from `grouped_df` (@test-type-dplyr.R#45)  ────────
there is no package called ‘dplyr’
Backtrace:
 1. dplyr::group_by
 2. base::getExportedValue(pkg, name)
 3. base::asNamespace(ns)
 4. base::getNamespace(ns)
 5. base::loadNamespace(name)
 6. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 7. base:::withOneRestart(expr, restarts[[1L]])
 8. base:::doWithOneRestart(return(expr), restart)

── 5. Error: casting to `grouped_df` doesn't require grouping variables (@test-t
there is no package called ‘dplyr’
Backtrace:
  1. testthat::expect_identical(...)
  5. dplyr::group_by
  6. base::getExportedValue(pkg, name)
  7. base::asNamespace(ns)
  8. base::getNamespace(ns)
  9. base::loadNamespace(name)
 10. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 11. base:::withOneRestart(expr, restarts[[1L]])
 12. base:::doWithOneRestart(return(expr), restart)

── 6. Error: casting to `grouped_df` handles `drop` (@test-type-dplyr.R#82)  ───
there is no package called ‘dplyr’
Backtrace:
 1. dplyr::group_by
 2. base::getExportedValue(pkg, name)
 3. base::asNamespace(ns)
 4. base::getNamespace(ns)
 5. base::loadNamespace(name)
 6. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 7. base:::withOneRestart(expr, restarts[[1L]])
 8. base:::doWithOneRestart(return(expr), restart)

── 7. Error: can cbind grouped data frames (@test-type-dplyr.R#87)  ────────────
there is no package called ‘dplyr’
Backtrace:
 1. dplyr::group_by
 2. base::getExportedValue(pkg, name)
 3. base::asNamespace(ns)
 4. base::getNamespace(ns)
 5. base::loadNamespace(name)
 6. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 7. base:::withOneRestart(expr, restarts[[1L]])
 8. base:::doWithOneRestart(return(expr), restart)

── 8. Error: rowwise can be proxied and restored (@test-type-dplyr.R#107)  ─────
there is no package called ‘dplyr’
Backtrace:
 1. dplyr::rowwise
 2. base::getExportedValue(pkg, name)
 3. base::asNamespace(ns)
 4. base::getNamespace(ns)
 5. base::loadNamespace(name)
 6. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 7. base:::withOneRestart(expr, restarts[[1L]])
 8. base:::doWithOneRestart(return(expr), restart)

── 9. Error: can take the common type of rowwise tibbles and tibbles (@test-type
there is no package called ‘dplyr’
Backtrace:
 1. dplyr::rowwise
 2. base::getExportedValue(pkg, name)
 3. base::asNamespace(ns)
 4. base::getNamespace(ns)
 5. base::loadNamespace(name)
 6. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 7. base:::withOneRestart(expr, restarts[[1L]])
 8. base:::doWithOneRestart(return(expr), restart)

── 10. Error: can cast to and from `rowwise_df` (@test-type-dplyr.R#124)  ──────
there is no package called ‘dplyr’
Backtrace:
 1. vctrs:::unrownames(dplyr::rowwise(bare_mtcars))
 2. dplyr::rowwise tests/testthat/helper-s3.R:30:2
 3. base::getExportedValue(pkg, name)
 4. base::asNamespace(ns)
 5. base::getNamespace(ns)
 6. base::loadNamespace(name)
 7. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 8. base:::withOneRestart(expr, restarts[[1L]])
 9. base:::doWithOneRestart(return(expr), restart)

── 11. Error: can cbind rowwise data frames (@test-type-dplyr.R#155)  ──────────
there is no package called ‘dplyr’
Backtrace:
 1. dplyr::rowwise
 2. base::getExportedValue(pkg, name)
 3. base::asNamespace(ns)
 4. base::getNamespace(ns)
 5. base::loadNamespace(name)
 6. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 7. base:::withOneRestart(expr, restarts[[1L]])
 8. base:::doWithOneRestart(return(expr), restart)

── 12. Error: no common type between rowwise and grouped data frames (@test-type
there is no package called ‘dplyr’
Backtrace:
  1. vctrs:::expect_df_fallback_warning(...)
  9. dplyr::rowwise
 10. base::getExportedValue(pkg, name)
 11. base::asNamespace(ns)
 12. base::getNamespace(ns)
 13. base::loadNamespace(name)
 14. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 15. base:::withOneRestart(expr, restarts[[1L]])
 16. base:::doWithOneRestart(return(expr), restart)

══ testthat results  ═══════════════════════════════════════════════════════════
[ OK: 3578 | SKIPPED: 27 | WARNINGS: 0 | FAILED: 12 ]
1. Error: grouped-df is proxied and restored (@test-type-dplyr.R#7)
2. Error: can take the common type of grouped tibbles and tibbles
(@test-type-dplyr.R#22)
3. Error: the common type of grouped tibbles includes the union of
grouping variables (@test-type-dplyr.R#36)
4. Error: can cast to and from `grouped_df` (@test-type-dplyr.R#45)
5. Error: casting to `grouped_df` doesn't require grouping variables
(@test-type-dplyr.R#75)
6. Error: casting to `grouped_df` handles `drop` (@test-type-dplyr.R#82)
7. Error: can cbind grouped data frames (@test-type-dplyr.R#87)
8. Error: rowwise can be proxied and restored (@test-type-dplyr.R#107)
9. Error: can take the common type of rowwise tibbles and tibbles
(@test-type-dplyr.R#116)
1. ...

Error: testthat unit tests failed
Execution halted
autopkgtest [07:08:20]: test run-unit-test: -----------------------]
autopkgtest [07:08:20]: test run-unit-test:  - - - - - - - - - -
results - - - - - - - - - -
run-unit-test        FAIL non-zero exit status 1

--- End Message ---
--- Begin Message ---
Source: r-cran-vctrs
Source-Version: 0.3.0-2
Done: =?utf-8?q?Dylan_A=C3=AFssi?= <dai...@debian.org>

We believe that the bug you reported is fixed in the latest version of
r-cran-vctrs, 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 961...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dylan Aïssi <dai...@debian.org> (supplier of updated r-cran-vctrs 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 26 May 2020 18:43:31 +0200
Source: r-cran-vctrs
Architecture: source
Version: 0.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers <r-pkg-t...@alioth-lists.debian.net>
Changed-By: Dylan Aïssi <dai...@debian.org>
Closes: 961571
Changes:
 r-cran-vctrs (0.3.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Add r-cran-xml2 and r-cran-dplyr to test-deps (Closes: #961571)
Checksums-Sha1:
 624f6b1ca4f20a9f7260596a1ee8bd1259fb75a3 2196 r-cran-vctrs_0.3.0-2.dsc
 01597de0c4ef1689f6c5251cc334ea6a0e59bc34 2356 
r-cran-vctrs_0.3.0-2.debian.tar.xz
 7cafb34eac2d56352cf9807c276a1043df551456 8819 
r-cran-vctrs_0.3.0-2_amd64.buildinfo
Checksums-Sha256:
 41b989db0dc8ba5b9f86994685ad2282bdc5b140ec2121779b5804c20cfea340 2196 
r-cran-vctrs_0.3.0-2.dsc
 df9a075732157bd4e53aa66bf8114387d20a356c03498099f22737fc75fb8bdd 2356 
r-cran-vctrs_0.3.0-2.debian.tar.xz
 354ed198746c23ab4dac675684fbc12aefdcc6dee949e1bce0e4620b977a0005 8819 
r-cran-vctrs_0.3.0-2_amd64.buildinfo
Files:
 8dc61a2793ca7e489a3c318475cbc5db 2196 gnu-r optional r-cran-vctrs_0.3.0-2.dsc
 ff64558416b11ce2e90786906c7fa048 2356 gnu-r optional 
r-cran-vctrs_0.3.0-2.debian.tar.xz
 970e344b5ed0f20095b1e1cd00422579 8819 gnu-r optional 
r-cran-vctrs_0.3.0-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAl7NSLEACgkQYS7xYT4F
D1ReHQ//a1T94H7aDAU7s9j9yhe3Kr3g/mT2WxdA7UtvYfFxxKv+MNmTbbuEsT2E
EXAgZzawkQgsE4L4AKw12fpp4KRvuXNMvm4ebun1ZExvZfXM7A0KqmFB+Y8EYNHs
el/DvX/BTjKR9FGT6yRNYqEoRls/PlxrFfzJVfZ/F7yZpwdD2qa7xXCxoL35Gqxg
oU3jsGN68JkNEojcFT3NCPdwvL1bT8WvZdnnIVLy6pY+HL8t+C745mzeEoyAWEY8
JkFhdwEIYoGHArBd44PQgOBg08nE1ietS4vGdX1zjqnDm5IZ97umnwHZHw+2xZMG
sVriAEORFK2Vfh9Ya76052HpU+k7zXb0vqq01GLQZN4I/AMBiPkeHTbciaYCfMSH
StO6w46DXe/uhNm1fuxihYSPW5qn196Tgt1I5paKbsbjnRWJPLLyiYuytf0r6uyH
grIUnz6WHJ/fZ767QCdlukPB7H7ekXeAt03faQ/XngYbUFCPf4gtB+qXoR2HBqAv
7Bcr5pJFD0sLq+iEU+a12Iq5atlZT0xFZvagmQb8WyqWnDmk0pRrCU3M1oFhi+TF
L91CWl2UfLFr8Usa/JduWV8ZrRlJBcB1l0my4jRa7Wvqqep+KNZ/xI6XW72hRTsw
2ANiia+fT4+eCtJtJgXPkIVu4RGd8MaJALKatglP02ip/64OUlc=
=1DN3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to