Your message dated Thu, 05 Dec 2013 06:04:06 +0000
with message-id <e1vos2g-0007oi...@franck.debian.org>
and subject line Bug#730953: fixed in maven-common-artifact-filters 1.4-1
has caused the Debian Bug report #730953,
regarding maven-common-artifact-filters: FTBFS: [ERROR]   required: 
IMocksControl
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.)


-- 
730953: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730953
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: maven-common-artifact-filters
Version: 1.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 -plibmaven-common-artifact-filters-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 Maven Common Artifact Filters
> [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 19 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] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /«PKGBUILDDIR»/src/test/java/org/apache/maven/shared/artifact/filter/ScopeArtifactFilterTest.java:[340,23]
>  error: method add in class MockManager cannot be applied to given types;
> [ERROR]   required: IMocksControl
>   found: MockControl
>   reason: actual argument MockControl cannot be converted to IMocksControl by 
> method invocation conversion
> /«PKGBUILDDIR»/src/test/java/org/apache/maven/shared/artifact/filter/PatternArtifactFilterTCK.java:[412,23]
>  error: method add in class MockManager cannot be applied to given types;
> [INFO] 2 errors 
> [INFO] -------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Compilation failure
> 
> /«PKGBUILDDIR»/src/test/java/org/apache/maven/shared/artifact/filter/ScopeArtifactFilterTest.java:[340,23]
>  error: method add in class MockManager cannot be applied to given types;
>   required: IMocksControl
>   found: MockControl
>   reason: actual argument MockControl cannot be converted to IMocksControl by 
> method invocation conversion
> /«PKGBUILDDIR»/src/test/java/org/apache/maven/shared/artifact/filter/PatternArtifactFilterTCK.java:[412,23]
>  error: method add in class MockManager cannot be applied to given types;
> 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 5 seconds
> [INFO] Finished at: Thu Nov 28 01:55:46 UTC 2013
> [INFO] Final Memory: 13M/58M
> [INFO] 
> ------------------------------------------------------------------------
> make: *** [mvn-build] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/11/28/maven-common-artifact-filters_1.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: maven-common-artifact-filters
Source-Version: 1.4-1

We believe that the bug you reported is fixed in the latest version of
maven-common-artifact-filters, 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 
maven-common-artifact-filters 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, 04 Dec 2013 14:17:16 +0100
Source: maven-common-artifact-filters
Binary: libmaven-common-artifact-filters-java 
libmaven-common-artifact-filters-java-doc
Architecture: source all
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description: 
 libmaven-common-artifact-filters-java - Maven Common Artifact Filters
 libmaven-common-artifact-filters-java-doc - Documentation for Maven Common 
Artifact Filters
Closes: 730953
Changes: 
 maven-common-artifact-filters (1.4-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release
     - Replaced the build dependency on junit with junit4
   * Added a patch to compile with EasyMock 3.x (Closes: #730953)
   * debian/control:
     - Standards-Version updated to 3.9.5 (no changes)
     - Use canonical URLs for the Vcs-* fields
   * Use XZ compression for the upstream tarball
   * Switch to debhelper level 9
   * debian/copyright: Updated to the Copyright Format 1.0
Checksums-Sha1: 
 60ea8be7ef67958a2cc38c7ae1a2b4a9ac2825c9 2623 
maven-common-artifact-filters_1.4-1.dsc
 92caf87b0e3ab214b379655faaccc07549a8433c 17112 
maven-common-artifact-filters_1.4.orig.tar.xz
 9f7e48373dadd3d080c539d4c796b408e99e9db8 6836 
maven-common-artifact-filters_1.4-1.debian.tar.gz
 21ff26840a1964406fe1b832a8d03994746fc274 25302 
libmaven-common-artifact-filters-java_1.4-1_all.deb
 7a3cb172f54ab223a1a6690cacfbfd94a859c08a 163300 
libmaven-common-artifact-filters-java-doc_1.4-1_all.deb
Checksums-Sha256: 
 77f2eedfd09b6ef33fdb812a272ccd2d6515e410516464b33fc71c373db80ecf 2623 
maven-common-artifact-filters_1.4-1.dsc
 aac7ab5e70f5b64dd58fe8c8868d81076891cabb5596bcf8427142294b23d1c7 17112 
maven-common-artifact-filters_1.4.orig.tar.xz
 75e3f6d31dc957ec9245727aa3cd176cdab2563a9d011e95d17ed4b7930706ce 6836 
maven-common-artifact-filters_1.4-1.debian.tar.gz
 01cfc748685ab619cfa8a22c81da4d18e76297bafffdfd7b265d61da16debc2e 25302 
libmaven-common-artifact-filters-java_1.4-1_all.deb
 d444522e4ab604a2741c611b3a720bd9d2945a928af566a5b3da3b5669025eda 163300 
libmaven-common-artifact-filters-java-doc_1.4-1_all.deb
Files: 
 4dfbaf8778e4b79b418ee06bc7e3ad58 2623 java optional 
maven-common-artifact-filters_1.4-1.dsc
 3cdaf2cba5d6ac46bdd55d032e03451c 17112 java optional 
maven-common-artifact-filters_1.4.orig.tar.xz
 78cdb0b9641e193f0691e01febdd0a3f 6836 java optional 
maven-common-artifact-filters_1.4-1.debian.tar.gz
 059d63ce01eca250a9a748591e86ae62 25302 java optional 
libmaven-common-artifact-filters-java_1.4-1_all.deb
 78f2112f1b90bbb202721e32d7085a26 163300 doc optional 
libmaven-common-artifact-filters-java-doc_1.4-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCgAGBQJSoBV5AAoJECHSBYmXSz6WkH0QANE8NXZ8D9SiscAhFdVqs6lu
IzxQRTt/Au+UfvCnagBg34llqxiBZ1IJDr5juGiYg18WW22aUaNtGR0QUg6V2/Bh
rYzOD0apLXy8UVdgtRXMkZ8FGZ/O2M0D9yKrMMP2U6VYNMbRDXahK6GK52g1TWpf
TdFjipupr/iywV0YPWBIVKxBTqEUjh5XeAMv0fKGgviKm5BCHwQKQgDuuQB6I6ZW
V4uUCILtbQqEqbCR7QemTlHZpAKNkUOIbJ1sUNauOazsieTHlakkucb0wX7EGyxg
I/H9tEkVYtb2WSNQilIeNzErHz43zowOsvxYzXWaSqFgTa+407Zrr9/JajRxQ0ET
zYbqsI1zu4Cf3gm05COY18M7Rrwh4525UWEyzLA0z8IAr96XccgQauiAlB/d4nQO
kFhYHrEF/eaVDhB20nViz6ao4e3dKhA63tzjKv9H7sFxichQ5byaL2HWJi5MKk3/
V5N4SoL26pkfJfz3KWukWNIH0d72d5cpfZalRv9DuDQ0fc4znLWYUUOHijsw/XOF
GuO+loPJYBIYeSHEGHMucaGhl4BP88RBSvZQEvZohWqnvnMpx+4QUDZ2QpdFb7EL
l3wLmh4NhEjO71jrUS2yfaedThOJPuxesA7B5+Z0VX/jzYvRYasPO6dJDv/idqGe
u2nKLHEQBkYQr8tIYpd7
=FsWg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to