Your message dated Mon, 27 Oct 2025 12:51:29 +0000
with message-id <[email protected]>
and subject line Bug#1119020: fixed in r-cran-xml2 1.4.1-1
has caused the Debian Bug report #1119020,
regarding r-cran-xml2 autopkg tests fail with libxml2 2.15.x
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.)
--
1119020: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1119020
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:r-cran-xml
Version: 1.4.0-1
Severity: serious
Tags: sid forky
r-cran-xml autopkg tests fail with libxml2 2.15.x, one test likely needs
adjustments ...
this is blocking the migration of libxml2.
43s autopkgtest [09:32:26]: test run-unit-test: [-----------------------
43s BEGIN TEST testthat.R
44s
44s R version 4.5.1 (2025-06-13) -- "Great Square Root"
44s Copyright (C) 2025 The R Foundation for Statistical Computing
44s Platform: x86_64-pc-linux-gnu
44s
44s R is free software and comes with ABSOLUTELY NO WARRANTY.
44s You are welcome to redistribute it under certain conditions.
44s Type 'license()' or 'licence()' for distribution details.
44s
44s R is a collaborative project with many contributors.
44s Type 'contributors()' for more information and
44s 'citation()' on how to cite R or R packages in publications.
44s
44s Type 'demo()' for some demos, 'help()' for on-line help, or
44s 'help.start()' for an HTML browser interface to help.
44s Type 'q()' to quit R.
44s
44s > # This file is part of the standard setup for testthat.
44s > # It is recommended that you do not modify it.
44s > #
44s > # Where should you do additional test configuration?
44s > # Learn more about the roles of various files in:
44s > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
44s > # * https://testthat.r-lib.org/articles/special-files.html
44s >
44s > library(testthat)
44s > library(xml2)
44s >
44s > is_solaris <- tolower(Sys.info()[["sysname"]]) == "sunos"
44s >
44s > if (!is_solaris) {
44s + test_check("xml2")
44s + }
44s This is libxml2 version 2.14.5
47s [ FAIL 1 | WARN 0 | SKIP 21 | PASS 373 ]
47s
47s ══ Skipped tests (21)
══════════════════════════════════════════════════════════
47s • how to test error with `check_installed()`? (1):
'test-xml_parse.R:2:3'
47s • httpbin is unreliable (2): 'test-xml_parse.R:68:3',
'test-xml_parse.R:77:3'
47s • libxml2-dependent (1): 'test-xml_url.R:15:3'
47s • On CRAN (17): 'test-xml_attr.R:103:3', 'test-xml_children.R:14:3',
47s 'test-xml_document.R:4:3', 'test-xml_find.R:65:3',
'test-xml_find.R:91:3',
47s 'test-xml_find.R:109:3', 'test-xml_find.R:137:3',
'test-xml_name.R:32:3',
47s 'test-xml_node.R:4:3', 'test-xml_nodeset.R:79:3',
'test-xml_parse.R:12:3',
47s 'test-xml_parse.R:34:3', 'test-xml_parse.R:109:3',
47s 'test-xml_structure.R:35:3', 'test-xml_write.R:6:3',
'test-xml_write.R:78:3',
47s 'test-xml_write.R:96:3'
47s
47s ══ Failed tests
════════════════════════════════════════════════════════════════
47s ── Failure ('test-xml_write.R:127:3'): write_html work with html
input ─────────
47s readChar(file, 1000L) (`actual`) not identical to "<!DOCTYPE html
PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"
\"http://www.w3.org/TR/REC-html40/loose.dtd\">\n<html><head>\n<meta
http-equiv=\"Content-Type\" content=\"text/html;
charset=UTF-8\">\n<title>Foo</title>\n</head></html>\n" (`expected`).
47s
47s lines(actual) vs lines(expected)
47s "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"
\"http://www.w3.org/TR/REC-html40/loose.dtd\">"
47s "<html><head>"
47s - "<meta charset=\"UTF-8\">"
47s + "<meta http-equiv=\"Content-Type\" content=\"text/html;
charset=UTF-8\">"
47s "<title>Foo</title>"
47s "</head></html>"
47s ""
47s
47s [ FAIL 1 | WARN 0 | SKIP 21 | PASS 373 ]
48s Error: Test failures
48s Execution halted
--- End Message ---
--- Begin Message ---
Source: r-cran-xml2
Source-Version: 1.4.1-1
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
r-cran-xml2, 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-xml2 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: SHA512
Format: 1.8
Date: Mon, 27 Oct 2025 11:02:46 +0100
Source: r-cran-xml2
Architecture: source
Version: 1.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1119020
Changes:
r-cran-xml2 (1.4.1-1) unstable; urgency=medium
.
* New upstream version
Closes: #1119020
* Reorder sequence of d/control fields by cme (routine-update)
* d/copyright:
- Change packaging License to Expat
- Add missing copyright for debian/js/respond/*
* Fix DEP3 field Last-Update
Checksums-Sha1:
f0177196789925f0b771df903a32a1acf30ef79a 2232 r-cran-xml2_1.4.1-1.dsc
8e7e06595da55a09fefaf629fd17e5aed1eb2387 153629 r-cran-xml2_1.4.1.orig.tar.gz
a45336418b1f8d9983b1b62b2d1848822fb4a09b 9708 r-cran-xml2_1.4.1-1.debian.tar.xz
eef729cc7e11c96bc2902468eb8f7298928f9975 11294
r-cran-xml2_1.4.1-1_amd64.buildinfo
Checksums-Sha256:
c7990115a42bd2ee70df91981314a8f38f05f81f32b1dd3e41c986feadb956c9 2232
r-cran-xml2_1.4.1-1.dsc
d2f2641d294b0ccc783bbbf823cacfcf3eb698315c54e71a24c02734c9bf2576 153629
r-cran-xml2_1.4.1.orig.tar.gz
8ad27f370deb825c751f8a3c0e9af6ff6d1a108a4bcecf59a385d2c7e8185d3e 9708
r-cran-xml2_1.4.1-1.debian.tar.xz
fea8ef57c3fc94f2ba0bafdfe6db07dd1070fc88481bf28f0fc6af590893eb0d 11294
r-cran-xml2_1.4.1-1_amd64.buildinfo
Files:
b8145ce13d42d0315ff150145e97c12c 2232 gnu-r optional r-cran-xml2_1.4.1-1.dsc
72615e3ac78acae253ce195d0045a800 153629 gnu-r optional
r-cran-xml2_1.4.1.orig.tar.gz
a6cc5a22d741ff004647fca083b4e026 9708 gnu-r optional
r-cran-xml2_1.4.1-1.debian.tar.xz
da09e7a6d432412a9a14cd532c0a619c 11294 gnu-r optional
r-cran-xml2_1.4.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmj/Ze4RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHqIQ//bK54YfLMPNVVDeCye43mBlxTRqN7D8OP
oS77RZ88ONs68C4wN3fKG8vVP+kN52oUeqwpKUCYFelpxeeS5N37mtvGd0mYhV5Z
XvH7wVquJ6p3I7Wdq8IcdZDszqgYxzgY6kz4EIrh46oiVnRr2Gwno8vm7LLTWOXy
P+zhXSd19XrRsM0r+7wb/oGt16x+irk29NrtOuD+mFt3Wht6Vhk3RJfLTSFLXz1R
37ne90BVBTinNEJONmeGzKWnLowbAINs4ovWCkC6ZKirSRiRc/xASgHn81WfuM/J
4bKpepo/BaD9H5yuKwpLbsCaUCwfK/FIfLrumKCDaQ5l5TLAV0tkexfuany8SGpW
qVO4sJrbQsfZ6mbe0+H2o3XP+looS1pnQO7QpFtntxga3A1kTbbgx20vU+s4RQAV
5i2LuN8/B+RiKrT3y0/YWRgyL1HnltxMC9sCzWzaflJRoQ6Qz+BgLN/f6tDc2vCU
p43I1+tO3PKp+cjjhYTDtdBtcTmnoFUtXSUz7Zc6mRfxzNMaW5goEDnHRJK8xDKE
BayxpvrIogTHbQQBbvAI9UJytDm2IkaaRggpVOjVTky13sHcsNF4yTaMYc4cQ0+X
LokUfRdpZ2nclafttugzqTLie94hY0Di4qV0MBo5LQeNgTXuvIB8RqBetk8a29iy
K6OzjWm1Y9w=
=j9BT
-----END PGP SIGNATURE-----
pgphAXCRYiNy6.pgp
Description: PGP signature
--- End Message ---