Your message dated Wed, 27 May 2020 15:49:45 +0000
with message-id <e1jdyjn-000bb2...@fasolo.debian.org>
and subject line Bug#955316: fixed in r-cran-svglite 1.2.3-3
has caused the Debian Bug report #955316,
regarding r-cran-svglite autopkgtest fails: Error: symbol font
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.)


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

Dear maintainer(s),

Your package has an autopkgtest, great. However, it fails.

I copied a piece from the log below.

Paul

https://ci.debian.net/data/autopkgtest/testing/amd64/r/r-cran-svglite/4737512/log.gz

autopkgtest [13:47:37]: test run-unit-test: [-----------------------
BEGIN TEST testthat.R

R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-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.

> library(testthat)
> library(svglite)
>
> test_check("svglite")
-- 1. Error: (unknown) (@test-colour.R#2)
-------------------------------------
there is no package called 'xml2'
Backtrace:
 1. base::library(xml2)

-- 2. Error: (unknown) (@test-devSVG.R#2)
-------------------------------------
there is no package called 'xml2'
Backtrace:
 1. base::library(xml2)

-- 3. Error: (unknown) (@test-lines.R#2)
--------------------------------------
there is no package called 'xml2'
Backtrace:
 1. base::library(xml2)

-- 4. Failure: intermediate outputs are always valid svg
(@test-output.R#30)  --
`xml2::read_xml(path)` threw an error.
Message: there is no package called 'xml2'
Class:   packageNotFoundError/error/condition
Backtrace:
  1. svglite:::expect_valid_svg()
  7. xml2::read_xml
  8. base::getExportedValue(pkg, name)
  9. base::asNamespace(ns)
 10. base::getNamespace(ns)
 11. base::loadNamespace(name)
 12. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 13. base:::withOneRestart(expr, restarts[[1L]])
 14. base:::doWithOneRestart(return(expr), restart)

-- 5. Failure: intermediate outputs are always valid svg
(@test-output.R#33)  --
`xml2::read_xml(path)` threw an error.
Message: there is no package called 'xml2'
Class:   packageNotFoundError/error/condition
Backtrace:
  1. svglite:::expect_valid_svg()
  7. xml2::read_xml
  8. base::getExportedValue(pkg, name)
  9. base::asNamespace(ns)
 10. base::getNamespace(ns)
 11. base::loadNamespace(name)
 12. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 13. base:::withOneRestart(expr, restarts[[1L]])
 14. base:::doWithOneRestart(return(expr), restart)

-- 6. Failure: intermediate outputs are always valid svg
(@test-output.R#36)  --
`xml2::read_xml(path)` threw an error.
Message: there is no package called 'xml2'
Class:   packageNotFoundError/error/condition
Backtrace:
  1. svglite:::expect_valid_svg()
  7. xml2::read_xml
  8. base::getExportedValue(pkg, name)
  9. base::asNamespace(ns)
 10. base::getNamespace(ns)
 11. base::loadNamespace(name)
 12. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 13. base:::withOneRestart(expr, restarts[[1L]])
 14. base:::doWithOneRestart(return(expr), restart)

-- 7. Failure: intermediate outputs are always valid svg
(@test-output.R#39)  --
`xml2::read_xml(path)` threw an error.
Message: there is no package called 'xml2'
Class:   packageNotFoundError/error/condition
Backtrace:
  1. svglite:::expect_valid_svg()
  7. xml2::read_xml
  8. base::getExportedValue(pkg, name)
  9. base::asNamespace(ns)
 10. base::getNamespace(ns)
 11. base::loadNamespace(name)
 12. base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
 13. base:::withOneRestart(expr, restarts[[1L]])
 14. base:::doWithOneRestart(return(expr), restart)

-- 8. Error: (unknown) (@test-path.R#2)
---------------------------------------
there is no package called 'xml2'
Backtrace:
 1. base::library(xml2)

-- 9. Error: (unknown) (@test-points.R#2)
-------------------------------------
there is no package called 'xml2'
Backtrace:
 1. base::library(xml2)

-- 10. Error: (unknown) (@test-raster.R#2)
------------------------------------
there is no package called 'xml2'
Backtrace:
 1. base::library(xml2)

-- 11. Error: (unknown) (@test-rect.R#2)
--------------------------------------
there is no package called 'xml2'
Backtrace:
 1. base::library(xml2)

-- 12. Error: lwd has correct dimensions (@test-scale.R#29)
-------------------
there is no package called 'xml2'
Backtrace:
 1. svglite::xmlSVG(...)
 2. xml2::read_xml
 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)

-- 13. Error: font sets weight/style (@test-text-fonts.R#5)
-------------------
there is no package called 'xml2'
Backtrace:
 1. svglite::xmlSVG(...)
 2. xml2::read_xml
 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)

-- 14. Error: metrics are computed for different weight/style
(@test-text-fonts.
there is no package called 'xml2'
Backtrace:
 1. svglite::xmlSVG(...)
 2. xml2::read_xml
 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)

-- 15. Error: symbol font family is 'Symbol' (@test-text-fonts.R#30)
----------
there is no package called 'xml2'
Backtrace:
 1. svglite::xmlSVG(...)
 2. xml2::read_xml
 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)

-- 16. Error: fonts are aliased (@test-text-fonts.R#45)
-----------------------
there is no package called 'xml2'
Backtrace:
 1. svglite::xmlSVG(...)
 2. xml2::read_xml
 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)

-- 17. Error: metrics are computed for different fonts
(@test-text-fonts.R#63)
there is no package called 'xml2'
Backtrace:
 1. svglite::xmlSVG(...)
 2. xml2::read_xml
 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)

-- 18. Error: unicode characters in plotmath are handled
(@test-text-fonts.R#80)
there is no package called 'xml2'
Backtrace:
 1. svglite::xmlSVG(...)
 2. xml2::read_xml
 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)

-- 19. Error: (unknown) (@test-text.R#2)
--------------------------------------
there is no package called 'xml2'
Backtrace:
 1. base::library(xml2)

== testthat results
===========================================================
[ OK: 3 | SKIPPED: 3 | WARNINGS: 4 | FAILED: 19 ]
1. Error: (unknown) (@test-colour.R#2)
2. Error: (unknown) (@test-devSVG.R#2)
3. Error: (unknown) (@test-lines.R#2)
4. Failure: intermediate outputs are always valid svg (@test-output.R#30)
5. Failure: intermediate outputs are always valid svg (@test-output.R#33)
6. Failure: intermediate outputs are always valid svg (@test-output.R#36)
7. Failure: intermediate outputs are always valid svg (@test-output.R#39)
8. Error: (unknown) (@test-path.R#2)
9. Error: (unknown) (@test-points.R#2)
1. ...

Error: testthat unit tests failed
Execution halted
autopkgtest [13:47:39]: test run-unit-test: -----------------------]


Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: r-cran-svglite
Source-Version: 1.2.3-3
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-svglite, 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 955...@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-svglite 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: Wed, 27 May 2020 17:20:20 +0200
Source: r-cran-svglite
Architecture: source
Version: 1.2.3-3
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: 955316
Changes:
 r-cran-svglite (1.2.3-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Andreas Tille ]
   * Upstream-Contact is Thomas Lin Pedersen
 .
   [ Dylan Aïssi ]
   * Use LC_ALL=C.UTF-8 for testing (Closes: #955316)
Checksums-Sha1:
 1b42176450c17a966ac74c63d6a8dd099029a4bf 2146 r-cran-svglite_1.2.3-3.dsc
 e67e0c6891f49639c5866087efcedbb073f6b4bd 2440 
r-cran-svglite_1.2.3-3.debian.tar.xz
 9e2adcb4518381aaf8651cb33f8cfe9117e50e1e 8995 
r-cran-svglite_1.2.3-3_amd64.buildinfo
Checksums-Sha256:
 adcf16dd2a74b5eedfc39cb73f955438b15f26d464ab604d518d87ba8cb9e0bd 2146 
r-cran-svglite_1.2.3-3.dsc
 28a6e95d55bb210af480df4fd1507decc71c357b8722662739b029536d773b25 2440 
r-cran-svglite_1.2.3-3.debian.tar.xz
 1c16d2dc2311b18359cbc33966b7a2fe97ecc25d38a8b8a842657a97bf3d0b14 8995 
r-cran-svglite_1.2.3-3_amd64.buildinfo
Files:
 831f508bb196693b665c97a25e0c5a7a 2146 gnu-r optional r-cran-svglite_1.2.3-3.dsc
 4545eb85c15462fee9c233cf0c2aaafe 2440 gnu-r optional 
r-cran-svglite_1.2.3-3.debian.tar.xz
 0427afb2c470595af4efa7f1decf0a95 8995 gnu-r optional 
r-cran-svglite_1.2.3-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAl7Ohy4ACgkQYS7xYT4F
D1Spxw//QT/LAAIhUiaIHyQtOTrDxppZQiOlVCNjhr74YOU1wAnaiWYVkhWf4934
NWkADAwLoYLp+gXr+NgLMdirhamw9qVLE2x8o4c1l/ziDyLnYYlsDmIgvJOQEP/w
XyZRW1uWPxEFbi3SZMQjNGAsoQe4nD2FVZy1qB5d/TBSBn9+JYYv2ABDXmxDf5Fn
kpyfeQJpcP1C4a/4Tvy7rddmIr92P3T9vFaGVarTJAVT0CZzKmrLLoqOivCCNCVF
J+YxtWj825ItMe9W051nIkQLs6XK1PLx8JsTLf+KAMOJ/dSCTVq7ycz9mp0XN3+m
EnymBY+d1ZaUDNuGkjxe3CO5Bmh4MUXS0UKpME4hapMfUdLEl/IGgXgusQnnL4WR
p/5ASXogAaMj3SaxGQeRZqSR80TlMwBvEyNOfSAg9y2nwiNh8zBE3dH1+NmSxHjI
yCZRfZ3QEMM33RALZcJknKCDs7ktH2jU45X4hoIk8HCeaW1l3jYyOEBiQtBwSbkA
/tknbShkuDFseed16CttKcmCfE4uompwtFmglRw/DyNaJKdsUEbU6aQQd/qHZZCS
Y3r7V9Tm8ovecaLambObFei6GY9D3PdaFdl9JaxsX93xruMqOw25RAPk/FZo3i5n
+E23LcXHt9FrE1Z0mYV4Bes8YNI6Grl7oGLnwZkJTcG5cYGsaD0=
=nC3F
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to