Your message dated Sat, 14 Apr 2018 23:07:57 +0000
with message-id <e1f7ugz-00036b...@fasolo.debian.org>
and subject line Bug#893212: fixed in jsoup 1.10.2-2
has caused the Debian Bug report #893212,
regarding jsoup FTBFS with openjdk-9
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.)


-- 
893212: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893212
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jsoup
Version: 1.10.2-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jsoup.html

...
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.jsoup.safety.CleanerTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.726 s 
- in org.jsoup.safety.CleanerTest
[INFO] Running org.jsoup.integration.UrlConnectTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.01 
s - in org.jsoup.integration.UrlConnectTest
[INFO] Running org.jsoup.integration.ParseTest
[WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 
1.121 s - in org.jsoup.integration.ParseTest
[INFO] Running org.jsoup.helper.W3CDomTest
[ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 1.992 s 
<<< FAILURE! - in org.jsoup.helper.W3CDomTest
[ERROR] simpleConversion(org.jsoup.helper.W3CDomTest)  Time elapsed: 1.98 s  
<<< FAILURE!
org.junit.ComparisonFailure: 
expected:<<html>
[<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>W3c</title>
</head>
<body>
<p class="one" id="12">Text</p>
<!-- comment -->
<invalid>What<script>alert('!')</script>
</invalid>
]</body>
</html>
> but was:<<html>
[    <head>
        <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>W3c</title>
    </head>
    <body>
        <p class="one" id="12">Text</p>
        <!-- comment -->
        <invalid>
            What<script>alert('!')</script>
        </invalid>
    ]</body>
</html>
>
        at org.jsoup.helper.W3CDomTest.simpleConversion(W3CDomTest.java:26)

[INFO] Running org.jsoup.helper.HttpConnectionTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s 
- in org.jsoup.helper.HttpConnectionTest
[INFO] Running org.jsoup.helper.DataUtilTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s 
- in org.jsoup.helper.DataUtilTest
[INFO] Running org.jsoup.helper.StringUtilTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in org.jsoup.helper.StringUtilTest
[INFO] Running org.jsoup.parser.TagTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s 
- in org.jsoup.parser.TagTest
[INFO] Running org.jsoup.parser.TokenQueueTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in org.jsoup.parser.TokenQueueTest
[INFO] Running org.jsoup.parser.AttributeParseTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s 
- in org.jsoup.parser.AttributeParseTest
[INFO] Running org.jsoup.parser.ParserSettingsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.jsoup.parser.ParserSettingsTest
[INFO] Running org.jsoup.parser.CharacterReaderTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in org.jsoup.parser.CharacterReaderTest
[INFO] Running org.jsoup.parser.HtmlParserTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.046 
s - in org.jsoup.parser.HtmlParserTest
[INFO] Running org.jsoup.parser.XmlTreeBuilderTest
[WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
0.001 s - in org.jsoup.parser.XmlTreeBuilderTest
[INFO] Running org.jsoup.select.ElementsTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s 
- in org.jsoup.select.ElementsTest
[INFO] Running org.jsoup.select.SelectorTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s 
- in org.jsoup.select.SelectorTest
[INFO] Running org.jsoup.select.QueryParserTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.jsoup.select.QueryParserTest
[INFO] Running org.jsoup.select.CssTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s 
- in org.jsoup.select.CssTest
[INFO] Running org.jsoup.nodes.DocumentTest
[WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
0.128 s - in org.jsoup.nodes.DocumentTest
[INFO] Running org.jsoup.nodes.FormElementTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s 
- in org.jsoup.nodes.FormElementTest
[INFO] Running org.jsoup.nodes.AttributesTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.jsoup.nodes.AttributesTest
[INFO] Running org.jsoup.nodes.NodeTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s 
- in org.jsoup.nodes.NodeTest
[INFO] Running org.jsoup.nodes.TextNodeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - 
in org.jsoup.nodes.TextNodeTest
[INFO] Running org.jsoup.nodes.EntitiesTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s 
- in org.jsoup.nodes.EntitiesTest
[INFO] Running org.jsoup.nodes.AttributeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in org.jsoup.nodes.AttributeTest
[INFO] Running org.jsoup.nodes.ElementTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s 
- in org.jsoup.nodes.ElementTest
[INFO] Running org.jsoup.nodes.DocumentTypeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.jsoup.nodes.DocumentTypeTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   W3CDomTest.simpleConversion:26 expected:<<html>
[<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>W3c</title>
</head>
<body>
<p class="one" id="12">Text</p>
<!-- comment -->
<invalid>What<script>alert('!')</script>
</invalid>
]</body>
</html>
> but was:<<html>
[    <head>
        <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>W3c</title>
    </head>
    <body>
        <p class="one" id="12">Text</p>
        <!-- comment -->
        <invalid>
            What<script>alert('!')</script>
        </invalid>
    ]</body>
</html>
>
[INFO] 
[ERROR] Tests run: 522, Failures: 1, Errors: 0, Skipped: 13
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:09 min
[INFO] Finished at: 2019-04-19T04:50:44-12:00
[INFO] Final Memory: 16M/54M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test) on 
project jsoup: There are test failures.
[ERROR] 
[ERROR] Please refer to /build/1st/jsoup-1.10.2/target/surefire-reports for the 
individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, 
[date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
dh_auto_test: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/build/1st/jsoup-1.10.2 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/jsoup-1.10.2/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/jsoup-1.10.2/debian 
-Dmaven.repo.local=/build/1st/jsoup-1.10.2/debian/maven-repo --batch-mode test 
returned exit code 1
make: *** [debian/rules:4: build] Error 2

--- End Message ---
--- Begin Message ---
Source: jsoup
Source-Version: 1.10.2-2

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

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated jsoup 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: Sun, 15 Apr 2018 00:27:17 +0200
Source: jsoup
Binary: libjsoup-java libjsoup-java-doc
Architecture: source
Version: 1.10.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 libjsoup-java - Java HTML parser that makes sense of real-world HTML soup
 libjsoup-java-doc - Documentation for jsoup HTML Parser
Closes: 893212
Changes:
 jsoup (1.10.2-2) unstable; urgency=medium
 .
   * Team upload.
   * Use compat level 11.
   * Declare compliance with Debian Policy 4.1.4.
   * Ignore the test failures with Java 9. (Closes: #893212)
Checksums-Sha1:
 e2299f68ffc284723b4c62a1379895fdd0433ce2 2330 jsoup_1.10.2-2.dsc
 b445518ae167605c7716ebb624f68d2ad5744628 39792 jsoup_1.10.2-2.debian.tar.xz
 1dd0519dc1fcb139fa537c6318b7aab82d9c8dd5 16128 jsoup_1.10.2-2_amd64.buildinfo
Checksums-Sha256:
 719e94ce34da4d40c9e68738fb5ff6c55c158445dbe008749e58f34cf8117821 2330 
jsoup_1.10.2-2.dsc
 4011572041348637bee1cfd1d2014901d8e2e6b8b25b2f3948e9448769cca639 39792 
jsoup_1.10.2-2.debian.tar.xz
 bded041b8c89b26f907a44ffb1dcbb3740381fc6f7bc2649b1e6eeb819182895 16128 
jsoup_1.10.2-2_amd64.buildinfo
Files:
 23248db303a615f163e988749fb6e99b 2330 java optional jsoup_1.10.2-2.dsc
 9aaa1f5ffed25ae36a535979b48a2366 39792 java optional 
jsoup_1.10.2-2.debian.tar.xz
 6e5e4e9fdfd8e43070466352599ec1f2 16128 java optional 
jsoup_1.10.2-2_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlrSgx9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HksJIQAJ+wQ54rP73lkmkp4dFH85SqvD2xyEDS/4l9
awPTX/2opAsnPDjiewRPixhBLr/i/6NIyeEBqUDoSRvnu075pI7m0cRit7vLG7sM
4AhFjma+1dNaLMz6D60BjaL/CNbw0n43BMPZQkjW46NrFaPdIDpzH8NQKGq0Mi6m
IUXxIa1aWNDMRcI5GlbPpuLKEQoFH2AmmyXh8462GQ1EIg6aq70lshKfXwfCbNGQ
Oq9QLsbUBLZLmN8mOJjpH/zjhaE9+rFkLUB5D2L1BNLJZJ0wqo8PpUpLnUIKdEPL
OqdL1uJznd5hxDuDn7kNX6VJOFBTeUp7fkaq94vYlWd6GeF0NGw6X+kUvJXeHBk/
gQwf5QR4yaoFV6fuKiV8laYdzA556O4ghz+5tTn31SnZm0r8Xo7XVi66ITTDlr61
ulPU9D9o472xlD5z5eiyOB0LLuXbq8OXTYfQzACJY8mg/rfm1JGrPawcd6FbKTJV
nNK67hbXsQP2QlS3+odh/n4N0EnW2Q1/32LUmYmfsbrxWXQakJ9I2m/ykR+olEfC
i4DLIhghxelrIVpp3oqulimn3Y+I3sAGm2MfVBPdCmG2t+9Mvojyz0024iZu/r12
DNFN/rkv7AWTpTj2tRwsN0r0vARI6oHBoJSE+HFi6RPWHHfQj9hGeGQ3+som5PKQ
mnHU7tWD
=5T/X
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to