Your message dated Thu, 09 Jan 2014 06:48:23 +0000
with message-id <e1w19pj-0006be...@franck.debian.org>
and subject line Bug#733434: fixed in maven-plugin-testing 1.3-2
has caused the Debian Bug report #733434,
regarding maven-plugin-testing: FTBFS: Missing required artifact:
org.apache.maven.plugin-testing:maven-test-tools:jar:debian
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.)
--
733434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733434
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: maven-plugin-testing
Version: 1.3-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131226 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-plugin-testing-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] Reactor build order:
> [INFO] Maven Plugin Testing
> [INFO] Maven Plugin Testing Mechanism
> [INFO] Maven Testing Tools
> [INFO] Maven Plugin Testing Tools
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Maven Plugin Testing
> [INFO] task-segment: [package]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Maven Plugin Testing Mechanism
> [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] Copying 1 resource
> [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 11 source files to
> /«PKGBUILDDIR»/maven-plugin-testing-harness/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»/maven-plugin-testing-harness/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 6 source files to
> /«PKGBUILDDIR»/maven-plugin-testing-harness/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> /«PKGBUILDDIR»/maven-plugin-testing-harness/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.maven.plugin.testing.MojoTestCaseTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.539 sec
> Running org.apache.maven.plugin.testing.ArtifactStubFactoryTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.maven.plugin.testing.ExpressionEvaluatorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
> Running org.apache.maven.plugin.testing.TestSilentLog
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>
> Results :
>
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> /«PKGBUILDDIR»/maven-plugin-testing-harness/target/maven-plugin-testing-harness-1.3.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Maven Testing Tools
> [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»/maven-test-tools/src/main/resources
> [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 4 source files to
> /«PKGBUILDDIR»/maven-test-tools/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»/maven-test-tools/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] No tests to run.
> [INFO] Surefire report directory:
> /«PKGBUILDDIR»/maven-test-tools/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
>
> Results :
>
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> /«PKGBUILDDIR»/maven-test-tools/target/maven-test-tools-1.3.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Maven Plugin Testing Tools
> [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»/maven-plugin-testing-tools/src/main/resources
> [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 6 source files to
> /«PKGBUILDDIR»/maven-plugin-testing-tools/target/classes
> [INFO] [plexus:descriptor {execution: create-component-descriptor}]
> [INFO] Discovered 5 component descriptors(s)
> [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»/maven-plugin-testing-tools/src/test/resources
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.apache.maven.plugin-testing:maven-test-tools:jar:debian
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.apache.maven.plugin-testing
> -DartifactId=maven-test-tools -Dversion=debian -Dpackaging=jar
> -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the file
> there:
> mvn deploy:deploy-file -DgroupId=org.apache.maven.plugin-testing
> -DartifactId=maven-test-tools -Dversion=debian -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.apache.maven.plugin-testing:maven-plugin-testing-tools:jar:1.3
> 2) org.apache.maven.plugin-testing:maven-test-tools:jar:debian
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
> org.apache.maven.plugin-testing:maven-plugin-testing-tools:jar:1.3
>
> from the specified remote repositories:
> central (http://repo1.maven.org/maven2)
>
>
>
> NOTE: Maven is executing in offline mode. Any artifacts not already in your
> local
> repository will be inaccessible.
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 15 seconds
> [INFO] Finished at: Fri Dec 27 01:29:20 UTC 2013
> [INFO] Final Memory: 20M/58M
> [INFO]
> ------------------------------------------------------------------------
> make: *** [mvn-build] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/12/26/maven-plugin-testing_1.3-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-plugin-testing
Source-Version: 1.3-2
We believe that the bug you reported is fixed in the latest version of
maven-plugin-testing, 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 733...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated maven-plugin-testing
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, 08 Jan 2014 22:16:10 -0800
Source: maven-plugin-testing
Binary: libmaven-plugin-testing-java libmaven-plugin-testing-java-doc
Architecture: source all
Version: 1.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Description:
libmaven-plugin-testing-java - Maven Plugin Testing
libmaven-plugin-testing-java-doc - Documentation for Maven Plugin Testing
Closes: 733434
Changes:
maven-plugin-testing (1.3-2) unstable; urgency=medium
.
* Team upload.
* Update maven-test-tools version in pom for version 1.3
- Thanks to Roddy Shuler. (Closes: #733434)
Checksums-Sha1:
6918896f29c040b4d08afc45985a3155588705c5 2543 maven-plugin-testing_1.3-2.dsc
36ff1ff759534c0254075e326efeef5aafa1dd8e 5544
maven-plugin-testing_1.3-2.debian.tar.gz
00eb1cb69d6e65ada2ec59101f49ecf9cf02f080 60588
libmaven-plugin-testing-java_1.3-2_all.deb
145ded1622991890748d98dc1ad87313bbf2915e 263060
libmaven-plugin-testing-java-doc_1.3-2_all.deb
Checksums-Sha256:
bcfdac7be1dc49452dffd9c7081c10cfe5a240e7a045eeb47dad322679116493 2543
maven-plugin-testing_1.3-2.dsc
ab5cc0a2fc1f5a2c0b46c23beb52f73d1ec5eb49474a639c19a4c712173334e5 5544
maven-plugin-testing_1.3-2.debian.tar.gz
6f4cf92ca22872c62315ebda6af218f8a18832f3476a0a44de097a17746ef6be 60588
libmaven-plugin-testing-java_1.3-2_all.deb
195f0d11b9e7242fe089a1a42969cb7204fdca7773a6fe6cb6c48dd39b693679 263060
libmaven-plugin-testing-java-doc_1.3-2_all.deb
Files:
a428877194d556c6e34385a4979fb4a1 2543 java optional
maven-plugin-testing_1.3-2.dsc
b73b2cda9bcaa56675254fd6f5ae0a9a 5544 java optional
maven-plugin-testing_1.3-2.debian.tar.gz
90c1b5d3c4cd293878000a9cada25464 60588 java optional
libmaven-plugin-testing-java_1.3-2_all.deb
bb4f6b968aa6b84d16dc7a01811f389b 263060 doc optional
libmaven-plugin-testing-java-doc_1.3-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iQIcBAEBCgAGBQJSzkLqAAoJECHSBYmXSz6Ws9IQALaVbww4dCUJNnfD5S428Xkd
QHYI+L7JKYcvEk0w59V9SZO/WHavbXWEopfCo1ACUgc6P4BUNetOwmEIRzgordvb
DCGuX+ILnTPelJ2WfbYrhNcyj3U3qBCdVhoXpFeq7XdmrTL9MdVgOFrjP9GHtmzq
2Z3BEXdWRM1qf65tdVu2w9tmYW4Libcq/KtvKSmKen4Cl70d8WEv95mvqBJS36P5
HReYrwIDR18Het6jYjncB6/4+u5hQxvh3R1Hdfv8jmopZhVUD+KeftpIc9lUPqzx
r/+3HBjk/oa0DTSgW/liC1ggF2GVZN8j077SynX8b/9DJjAKyKUVJPk4jf51QBs8
ne/+IneXRJe3GgQHlRfuIGBJxjw7h+CPaBLygaxnCdP6RC0qevOhk1vqYJY81vqZ
beu6eQy5Q0LTNmKlMUorSPi/PN13IQm00xFLcFzsrqqIKOVY27h4E4C0pk4DCzxM
cgG3ecgeEoM/lNpTUYT1aalhHfjw00yfwpVXiWn4uXqxWlNPeN7l8EkGsOpwEBF4
gxFeFZ7fEMCO/tighTddqwJ3qKNJpjU27f5bWM6VVu958LuqznPRg9PbfoUqqDB8
mDU9+xfNIp+PervxkQ++TSgVgRbJ/y1KLSA7gpKa0e2hvm+FyoZWKopvByf+V3O/
/iCN7wrgJZSI0qUVQUxF
=bdIF
-----END PGP SIGNATURE-----
--- End Message ---