Your message dated Wed, 28 Aug 2013 16:48:08 +0000
with message-id <e1veiue-0007td...@franck.debian.org>
and subject line Bug#714109: fixed in checkstyle 5.6-2
has caused the Debian Bug report #714109,
regarding FTBFS: tests require internet connectivity
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.)
--
714109: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714109
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: checkstyle
Version: 5.6-1
Severity: serious
Justification: fails to build from source
This package requires internet connectivity for its test suite
to pass. Package builds must not not rely on external network
connectivity, but should be self-contained.
Build log:
[...]
Running com.puppycrawl.tools.checkstyle.checks.imports.PkgControlRegExpTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Results :
Tests in error:
testLoadFromURL(com.puppycrawl.tools.checkstyle.filters.SuppressionsLoaderTest):
unable to read
http://checkstyle.hg.sourceforge.net/hgweb/checkstyle/checkstyle/raw-file/055e288619a5/src/testinputs/com/puppycrawl/tools/checkstyle/suppressions_none.xml
Tests run: 701, Failures: 0, Errors: 1, Skipped: 1
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to /tmp/buildd/checkstyle-5.6/target/surefire-reports for the
individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18 seconds
[INFO] Finished at: Tue Jun 25 20:20:25 UTC 2013
[INFO] Final Memory: 29M/370M
[INFO] ------------------------------------------------------------------------
make: *** [mvn-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
target/surefire-reports/com.puppycrawl.tools.checkstyle.filters.SuppressionsLoaderTest.txt:
-------------------------------------------------------------------------------
Test set: com.puppycrawl.tools.checkstyle.filters.SuppressionsLoaderTest
-------------------------------------------------------------------------------
Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.049 sec <<<
FAILURE!
testLoadFromURL(com.puppycrawl.tools.checkstyle.filters.SuppressionsLoaderTest)
Time elapsed: 0.025 sec <<< ERROR!
com.puppycrawl.tools.checkstyle.api.CheckstyleException: unable to read
http://checkstyle.hg.sourceforge.net/hgweb/checkstyle/checkstyle/raw-file/055e288619a5/src/testinputs/com/puppycrawl/tools/checkstyle/suppressions_none.xml
at
com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader.loadSuppressions(SuppressionsLoader.java:152)
at
com.puppycrawl.tools.checkstyle.filters.SuppressionsLoaderTest.testLoadFromURL(SuppressionsLoaderTest.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at
org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at
org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: java.net.UnknownHostException: checkstyle.hg.sourceforge.net
at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:175)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
at java.net.Socket.connect(Socket.java:546)
at java.net.Socket.connect(Socket.java:495)
at sun.net.NetworkClient.doConnect(NetworkClient.java:178)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:409)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:530)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:240)
at sun.net.www.http.HttpClient.New(HttpClient.java:321)
at sun.net.www.http.HttpClient.New(HttpClient.java:338)
at
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:935)
at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:876)
at
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:801)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
at java.net.URL.openStream(URL.java:1031)
at
com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader.loadSuppressions(SuppressionsLoader.java:145)
... 30 more
--- End Message ---
--- Begin Message ---
Source: checkstyle
Source-Version: 5.6-2
We believe that the bug you reported is fixed in the latest version of
checkstyle, 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 714...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated checkstyle 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: SHA1
Format: 1.8
Date: Wed, 28 Aug 2013 18:26:59 +0200
Source: checkstyle
Binary: checkstyle checkstyle-doc
Architecture: source all
Version: 5.6-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
checkstyle - checks Java source against a coding standard
checkstyle-doc - Documentation for Checkstyle
Closes: 714109
Changes:
checkstyle (5.6-2) unstable; urgency=low
.
* Disabled tests that require internet access, which may not be
available on the build machines. Thanks to Andreas Moog.
(Closes: #714109, LP: #1217909)
Checksums-Sha1:
0e58dd6e3c55bc88b39c79bfa844fbe3e0539535 2379 checkstyle_5.6-2.dsc
78d317a95b68c90fc745dea6babe282efe986306 8683 checkstyle_5.6-2.debian.tar.gz
07a3ed80530a6fb926443597fb3fbf517e04c560 580108 checkstyle_5.6-2_all.deb
706e895c271ea80ce9c7075ceb20cc909d906057 383560 checkstyle-doc_5.6-2_all.deb
Checksums-Sha256:
dc98ea2f3aba2bc2f1ebb745aad1053fe9525f6a7fcbb58d668830f6d8e91502 2379
checkstyle_5.6-2.dsc
9d4f20fb6a91057cefa7e6d3d9990b2bf2acef0ab1a0224c7e5ad81c43c70685 8683
checkstyle_5.6-2.debian.tar.gz
1598fe33b110a28f1f991bb4f3fb925bd1f87cbe72c76ea557a13db00ec632d8 580108
checkstyle_5.6-2_all.deb
9fa991834e8721bd70df03796e1f42589b899f26a718c6433d9ae3fc12a166de 383560
checkstyle-doc_5.6-2_all.deb
Files:
9266355ba85f4da431bd34ded3fcc267 2379 java optional checkstyle_5.6-2.dsc
73e1209de9f791e084b75a367518c1de 8683 java optional
checkstyle_5.6-2.debian.tar.gz
27bf365471e681ff47b112186524c139 580108 java optional checkstyle_5.6-2_all.deb
6bfebd05a16eed8842e8f1793b4c0162 383560 doc optional
checkstyle-doc_5.6-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iQIcBAEBAgAGBQJSHiYDAAoJEPUTxBnkudCsXLYP/RqF6K8u1O510rcxGqj/3AW1
kvY0SYaTgm42b+4MeS1iNJLvs/8/HiYlIB++8JlPqembxxSNCF3bbOZc/EdnKBbz
duNapqv3m3jduEyHP8Jp8NZgllKNWou/aJDNq3kM3BRd+Wg0cS+pMWlC++CO5HRo
Y2W260t88qVfMl76cEEss1517ZwiAzP/fMSwyRAlSmmYmIms7w0GrsAooqUmLMNu
beAUu1BM+LT97HAKY9nZcADIo2G+B0LJTIOQ4Z75TtmphY/2hBX6STMpFU6Txkqf
jGQxEKhRXDLAJvxys5dj/iILZKvgYCFWuDZ4hvGXO9WA3KwZ0N11tSkrp9Uw9JUC
SzvSEWT7ECDSWywn2xVaJAA/H5WC9o0jwNYExtOSrrArzr/C2G4X7esJhqC6CzuK
GBkVgx+J6SBj0oki03Gkv3aWCVMmH0pC/kkCKBdSj4ZRO3eQH4B1gMJhpPakMWLx
GdZZon/Vme/RpS7F3sz9zErl9YfZN6r2+Rqp9kWZK0HYciSfDGXL84psj5tERyWF
mQg3kJwsjN2gKOJp/9mPrQoYemujXrWuJWI0KXmfJwWEjp0Bi6uESnJ53tqEY9eh
wUwsrwvFhZrAyecCG+vF03nBog9AVPLo3t3UEiZPi7ykZ5Gk2f3khK4uAYwCVGaW
DJK8ibDaWdJpDcLSZfVc
=NnjD
-----END PGP SIGNATURE-----
--- End Message ---