Your message dated Tue, 03 Dec 2013 10:03:49 +0000
with message-id <e1vnmpz-0001ar...@franck.debian.org>
and subject line Bug#730970: fixed in libcommons-fileupload-java 1.3-3
has caused the Debian Bug report #730970,
regarding libcommons-fileupload-java: FTBFS: Tests errors
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.)
--
730970: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730970
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libcommons-fileupload-java
Version: 1.3-2.1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131128 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> debian/rules build
> test -x debian/rules
> mkdir -p "."
> /usr/share/maven-debian-helper/copy-repo.sh /«PKGBUILDDIR»/debian
> mh_patchpoms -plibcommons-fileupload-java --debian-build --keep-pom-version
> --maven-repo=/«PKGBUILDDIR»/debian/maven-repo
> touch debian/stamp-poms-patched
> # before-build target may be used to unpatch the pom files, so we need to
> check if
> # patching the pom files is needed here, normally not
> if [ ! -f pom.xml.save ]; then \
> /usr/bin/make -f debian/rules patch-poms; \
> fi
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp
> /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
> -Dproperties.file.manual=/«PKGBUILDDIR»/debian/maven.properties
> -Dclassworlds.conf=/etc/maven2/m2-debian.conf
> org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml
> -Dmaven.repo.local=/«PKGBUILDDIR»/debian/maven-repo package
> [INFO]
> NOTE: Maven is executing in offline mode. Any artifacts not already in your
> local
> repository will be inaccessible.
>
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Commons FileUpload
> [INFO] task-segment: [package]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/src/main/resources
> [WARNING] POM for
> 'org.codehaus.plexus:plexus-compiler-api:pom:debian:runtime' is invalid.
>
> Its dependencies (if any) will NOT be available to the current build.
> [WARNING] POM for
> 'org.codehaus.plexus:plexus-compiler-javac:pom:debian:runtime' is invalid.
>
> Its dependencies (if any) will NOT be available to the current build.
> [INFO] [compiler:compile {execution: default-compile}]
> [WARNING] File encoding has not been set, using platform encoding
> ANSI_X3.4-1968, i.e. build is platform dependent!
> [INFO] Compiling 39 source files to /«PKGBUILDDIR»/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [WARNING] File encoding has not been set, using platform encoding
> ANSI_X3.4-1968, i.e. build is platform dependent!
> [INFO] Compiling 15 source files to /«PKGBUILDDIR»/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.commons.fileupload.DiskFileItemSerializeTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
> Running org.apache.commons.fileupload.FileItemHeadersTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> Running org.apache.commons.fileupload.DefaultFileItemTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> Running org.apache.commons.fileupload.ServletFileUploadTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
> Running org.apache.commons.fileupload.ParameterParserTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.commons.fileupload.StreamingTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.339 sec
> Running org.apache.commons.fileupload.ProgressListenerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 sec
> Running org.apache.commons.fileupload.util.mime.Base64DecoderTestCase
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.commons.fileupload.util.mime.QuotedPrintableDecoderTestCase
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
> Running org.apache.commons.fileupload.util.mime.MimeUtilityTestCase
> Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec <<<
> FAILURE!
> Running org.apache.commons.fileupload.SizesTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 sec
> Running org.apache.commons.fileupload.MultipartStreamTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>
> Results :
>
> Failed tests:
> decodeUtf8Base64Encoded(org.apache.commons.fileupload.util.mime.MimeUtilityTestCase):
> expected:< h[?! ???]u !!!> but was:< h[?! ???]u !!!>
>
> decodeUtf8QuotedPrintableEncoded(org.apache.commons.fileupload.util.mime.MimeUtilityTestCase):
> expected:< h[?! ???]u !!!> but was:< h[?! ???]u !!!>
>
> Tests run: 67, Failures: 2, Errors: 0, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
> Please refer to /«PKGBUILDDIR»/target/surefire-reports for the individual
> test results.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 11 seconds
> [INFO] Finished at: Thu Nov 28 01:55:20 UTC 2013
> [INFO] Final Memory: 16M/58M
> [INFO]
> ------------------------------------------------------------------------
> make: *** [mvn-build] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/11/28/libcommons-fileupload-java_1.3-2.1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: libcommons-fileupload-java
Source-Version: 1.3-3
We believe that the bug you reported is fixed in the latest version of
libcommons-fileupload-java, 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 730...@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
libcommons-fileupload-java 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: Tue, 03 Dec 2013 08:35:15 +0100
Source: libcommons-fileupload-java
Binary: libcommons-fileupload-java libcommons-fileupload-java-doc
Architecture: source all
Version: 1.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
libcommons-fileupload-java - File upload capability to your servlets and web
applications
libcommons-fileupload-java-doc - Javadoc API documentation for Commons
FileUploads
Closes: 730970
Changes:
libcommons-fileupload-java (1.3-3) unstable; urgency=low
.
* Set the project.build.sourceEncoding property to fix a test failure
(Closes: #730970)
* Removed the Servlet and the Portlet APIs from the runtime dependencies
since they are provided by the Servlet container.
* Install the upstream changelog
* debian/control:
- Standards-Version updated to 3.9.5 (no changes)
- Use canonical URLs for the Vcs-* fields
* Switch to debhelper level 9
Checksums-Sha1:
752dee968f59c711fe94951f41ebcb78dd61fde6 2404
libcommons-fileupload-java_1.3-3.dsc
0302bc5533707550fd9adb445c9b3f792e102e98 9552
libcommons-fileupload-java_1.3-3.debian.tar.gz
5131c5a105e675909cb1d10b9ec696d0918d584f 63864
libcommons-fileupload-java_1.3-3_all.deb
c09f6921bd6f3d178302e7455a78bdce81a62916 372814
libcommons-fileupload-java-doc_1.3-3_all.deb
Checksums-Sha256:
9bc6198ba8c11ef8e51ff728c60eb7f0a9b7517eb836f474aacbffdcc7824a16 2404
libcommons-fileupload-java_1.3-3.dsc
8236789aafbf8b9c17972c03b9ab5357a641e02932d9e254796db0e4a653d586 9552
libcommons-fileupload-java_1.3-3.debian.tar.gz
fee71f8c562fa8504f5ea77e4d05a42b03a247d8ec15f95de77b9f71b60fdee3 63864
libcommons-fileupload-java_1.3-3_all.deb
0f003e94e40d1757d630980b64962ffcf86e348001a470fbfd3763be10cd4ff2 372814
libcommons-fileupload-java-doc_1.3-3_all.deb
Files:
135726bd8d34a579fd6039ac97aa12bd 2404 java optional
libcommons-fileupload-java_1.3-3.dsc
42c7737fd1160f9d61aabc1c6574e21e 9552 java optional
libcommons-fileupload-java_1.3-3.debian.tar.gz
85648aab741c35e7fcec812fe7c2d33a 63864 java optional
libcommons-fileupload-java_1.3-3_all.deb
8e6d983ce7a958830a87ff1ddc7edca8 372814 doc optional
libcommons-fileupload-java-doc_1.3-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iQIcBAEBAgAGBQJSnaoWAAoJEPUTxBnkudCsRigP/AvsT3yWZOt08dzsB6B/3Rs9
dptSL/GrK6BK9E0y41QYSrusULElhHcB2Rl3QjKvWJt5HP6RjrXYUENHAOW+h062
85SeZUhbGUF1ZHUYBiXVsONRJsNNF+8X6g+zk54XQYsLlDpmk4WoeBd1Wa3qcufu
t21fw1pvW8NabPocR9sAXTgm23bcJlHgjHjQW0R6Gbb0aSvn22uTUPOFCo2Bv9hE
VdBnXkCdDJnHQrLItpNuDxDfXoJ+suWfBFcmWmxJHMn7npgDj9otFR6XBialF80P
YGQt93GPhFrzTby+Pt8L7zw+EgIfCLOCBPyH5J5IiLfAVtIO4iKN16S12zhZa5h5
mJvqD3tpX32rIkmL6nfh/LGMbbm+5tz12up6YzqKY9j+TB7haHwYf5NWZA04T2lP
LGl828DDp2YjYiPYOTA1uX7F6llPiPZA2VHCWX+n8cm2Vihm6F+4AwmfeM4VH/Rc
3/wcZQOp3oDEdsT6IHPI/z4xO9ygYcqgrOHXzdXYCPYEBB5Oa+YUcwgRyxD2bsl/
Ny+XQ0pjI+v6/DRDmFHLwJfAELhDMkyeUwodBXXCfDLZdAhHPEzn/hjzEYH3WjXR
V9qiWGnYZ18XAQtugpGKH2Nf3SRzuZ/96YAg0OIKtkHl0uVw+rFyrMypU9z8eC1x
sgxrvpThVkmqBVH/KvGu
=Toxy
-----END PGP SIGNATURE-----
--- End Message ---