Your message dated Wed, 10 Oct 2018 12:49:11 +0000
with message-id <e1gadvl-0009of...@fasolo.debian.org>
and subject line Bug#871343: fixed in dummydroid 1.2-2
has caused the Debian Bug report #871343,
regarding dummydroid: FTBFS: [[1;31mERROR[m] Failed to execute goal
[32morg.apache.maven.plugins:maven-assembly-plugin:3.0.0:single[m
[1m(make-assembly)[m on project [36mdummydroid[m: [1;31mExecution
make-assembly of goal
org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single failed: A required
class was missing while executing
org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single:
org/codehaus/plexus/util/MatchPatterns[m
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.)
--
871343: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871343
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dummydroid
Version: 1.1-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170807 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 -pdummydroid --debian-build --keep-pom-version
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo --build-no-docs
> touch debian/stamp-poms-patched
> jh_linkjars
> jh_build -J
> touch debian/jh_build_stamp
> # 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/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo package -DskipTests
> [[1;34mINFO[m] Scanning for projects...
> [[1;34mINFO[m]
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1mBuilding DummyDroid 1.1[m
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.0.2:resources[m
> [1m(default-resources)[m @ [36mdummydroid[0;1m ---[m
> [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
> [[1;34mINFO[m] Copying 1 resource
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.6.1:compile[m
> [1m(default-compile)[m @ [36mdummydroid[0;1m ---[m
> [[1;33mWARNING[m] The POM for
> org.codehaus.plexus:plexus-compiler-api:jar:2.x is invalid, transitive
> dependencies (if any) will not be available, enable debug logging for more
> details
> [[1;33mWARNING[m] The POM for
> org.codehaus.plexus:plexus-compiler-javac:jar:2.x is invalid, transitive
> dependencies (if any) will not be available, enable debug logging for more
> details
> [[1;34mINFO[m] Changes detected - recompiling the module!
> [[1;34mINFO[m] Compiling 34 source files to /<<PKGBUILDDIR>>/target/classes
> Use of target 1.5 is no longer supported, switching to 1.7
> Use of source 1.5 is no longer supported, switching to 1.7
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/src/main/java/com/akdeniz/googleplaycrawler/GooglePlayAPI.java:
> Some input files use or override a deprecated API.
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/src/main/java/com/akdeniz/googleplaycrawler/GooglePlayAPI.java:
> Recompile with -Xlint:deprecation for details.
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.0.2:testResources[m
> [1m(default-testResources)[m @ [36mdummydroid[0;1m ---[m
> [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
> [[1;34mINFO[m] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/src/test/resources
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.6.1:testCompile[m
> [1m(default-testCompile)[m @ [36mdummydroid[0;1m ---[m
> [[1;34mINFO[m] Changes detected - recompiling the module!
> [[1;34mINFO[m] Compiling 1 source file to
> /<<PKGBUILDDIR>>/target/test-classes
> Use of target 1.5 is no longer supported, switching to 1.7
> Use of source 1.5 is no longer supported, switching to 1.7
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.19.1:test[m
> [1m(default-test)[m @ [36mdummydroid[0;1m ---[m
> [[1;34mINFO[m] Tests are skipped.
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.0.2:jar[m
> [1m(default-jar)[m @ [36mdummydroid[0;1m ---[m
> [[1;34mINFO[m] Building jar: /<<PKGBUILDDIR>>/target/DummyDroid-1.1.jar
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-assembly-plugin:3.0.0:single[m
> [1m(make-assembly)[m @ [36mdummydroid[0;1m ---[m
> [[1;33mWARNING[m] Artifact: de.onyxbits:dummydroid:jar:1.1 references the
> same file as the assembly destination file. Moving it to a temporary location
> for inclusion.
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1;31mBUILD FAILURE[m
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] Total time: 5.913 s
> [[1;34mINFO[m] Finished at: 2017-08-07T12:58:52Z
> [[1;34mINFO[m] Final Memory: 29M/1012M
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;31mERROR[m] Failed to execute goal
> [32morg.apache.maven.plugins:maven-assembly-plugin:3.0.0:single[m
> [1m(make-assembly)[m on project [36mdummydroid[m: [1;31mExecution
> make-assembly of goal
> org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single failed: A
> required class was missing while executing
> org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single:
> org/codehaus/plexus/util/MatchPatterns[m
> Cleaning up unclosed ZipFile for archive
> /<<PKGBUILDDIR>>/debian/maven-repo/com/google/protobuf/protobuf-java/3.0.0/protobuf-java-3.0.0.jar
> [[1;31mERROR[m]
> [1;31m-----------------------------------------------------[m
> [[1;31mERROR[m] [1;31mrealm =
> plugin>org.apache.maven.plugins:maven-assembly-plugin:3.0.0[m
> [[1;31mERROR[m] [1;31mstrategy =
> org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy[m
> [[1;31mERROR[m] [1;31murls[0] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/maven/plugins/maven-assembly-plugin/3.0.0/maven-assembly-plugin-3.0.0.jar[m
> [[1;31mERROR[m] [1;31murls[1] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/javax/enterprise/cdi-api/debian/cdi-api-debian.jar[m
> [[1;31mERROR[m] [1;31murls[2] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/javax/el/javax.el-api/3.0/javax.el-api-3.0.jar[m
> [[1;31mERROR[m] [1;31murls[3] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/geronimo/specs/geronimo-interceptor_3.0_spec/debian/geronimo-interceptor_3.0_spec-debian.jar[m
> [[1;31mERROR[m] [1;31murls[4] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/eclipse/sisu/org.eclipse.sisu.inject/debian/org.eclipse.sisu.inject-debian.jar[m
> [[1;31mERROR[m] [1;31murls[5] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/com/google/inject/guice/debian/guice-debian.jar[m
> [[1;31mERROR[m] [1;31murls[6] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/maven/maven-builder-support/3.x/maven-builder-support-3.x.jar[m
> [[1;31mERROR[m] [1;31murls[7] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/com/google/guava/guava/debian/guava-debian.jar[m
> [[1;31mERROR[m] [1;31murls[8] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/maven/resolver/maven-resolver-util/debian/maven-resolver-util-debian.jar[m
> [[1;31mERROR[m] [1;31murls[9] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/maven/shared/maven-shared-utils/debian/maven-shared-utils-debian.jar[m
> [[1;31mERROR[m] [1;31murls[10] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/com/google/inject/guice/debian/guice-debian-no_aop.jar[m
> [[1;31mERROR[m] [1;31murls[11] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/aopalliance/aopalliance/debian/aopalliance-debian.jar[m
> [[1;31mERROR[m] [1;31murls[12] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar[m
> [[1;31mERROR[m] [1;31murls[13] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/sonatype/plexus/plexus-sec-dispatcher/debian/plexus-sec-dispatcher-debian.jar[m
> [[1;31mERROR[m] [1;31murls[14] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/sonatype/plexus/plexus-cipher/debian/plexus-cipher-debian.jar[m
> [[1;31mERROR[m] [1;31murls[15] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/commons/commons-lang3/debian/commons-lang3-debian.jar[m
> [[1;31mERROR[m] [1;31murls[16] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/maven/shared/maven-common-artifact-filters/debian/maven-common-artifact-filters-debian.jar[m
> [[1;31mERROR[m] [1;31murls[17] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar[m
> [[1;31mERROR[m] [1;31murls[18] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/sonatype/sisu/inject/guice-bean-scanners/debian/guice-bean-scanners-debian.jar[m
> [[1;31mERROR[m] [1;31murls[19] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/sonatype/sisu/inject/guice-bean-reflect/debian/guice-bean-reflect-debian.jar[m
> [[1;31mERROR[m] [1;31murls[20] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/sonatype/sisu/sisu-guice/debian/sisu-guice-debian.jar[m
> [[1;31mERROR[m] [1;31murls[21] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/maven/shared/maven-artifact-transfer/debian/maven-artifact-transfer-debian.jar[m
> [[1;31mERROR[m] [1;31murls[22] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/eclipse/aether/aether-util/debian/aether-util-debian.jar[m
> [[1;31mERROR[m] [1;31murls[23] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/maven/plugin-tools/maven-plugin-annotations/debian/maven-plugin-annotations-debian.jar[m
> [[1;31mERROR[m] [1;31murls[24] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/codehaus/plexus/plexus-interpolation/debian/plexus-interpolation-debian.jar[m
> [[1;31mERROR[m] [1;31murls[25] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/codehaus/plexus/plexus-archiver/debian/plexus-archiver-debian.jar[m
> [[1;31mERROR[m] [1;31murls[26] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/commons/commons-compress/debian/commons-compress-debian.jar[m
> [[1;31mERROR[m] [1;31murls[27] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/xerial/snappy/snappy-java/debian/snappy-java-debian.jar[m
> [[1;31mERROR[m] [1;31murls[28] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/tukaani/xz/debian/xz-debian.jar[m
> [[1;31mERROR[m] [1;31murls[29] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/maven/shared/file-management/debian/file-management-debian.jar[m
> [[1;31mERROR[m] [1;31murls[30] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/maven/shared/maven-shared-io/debian/maven-shared-io-debian.jar[m
> [[1;31mERROR[m] [1;31murls[31] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/commons-io/commons-io/debian/commons-io-debian.jar[m
> [[1;31mERROR[m] [1;31murls[32] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/maven/shared/maven-filtering/debian/maven-filtering-debian.jar[m
> [[1;31mERROR[m] [1;31murls[33] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/sonatype/plexus/plexus-build-api/debian/plexus-build-api-debian.jar[m
> [[1;31mERROR[m] [1;31murls[34] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/codehaus/plexus/plexus-io/debian/plexus-io-debian.jar[m
> [[1;31mERROR[m] [1;31murls[35] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/maven/maven-archiver/debian/maven-archiver-debian.jar[m
> [[1;31mERROR[m] [1;31murls[36] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/org/codehaus/plexus/plexus-utils/debian/plexus-utils-debian.jar[m
> [[1;31mERROR[m] [1;31murls[37] =
> file:/<<PKGBUILDDIR>>/debian/maven-repo/commons-codec/commons-codec/debian/commons-codec-debian.jar[m
> [[1;31mERROR[m] [1;31mNumber of foreign imports: 1[m
> [[1;31mERROR[m] [1;31mimport: Entry[import from realm
> ClassRealm[maven.api, parent: null]][m
> [[1;31mERROR[m] [1;31m[m
> [[1;31mERROR[m]
> [1;31m-----------------------------------------------------[m
> [[1;31mERROR[m] [1;31m[m: org.codehaus.plexus.util.MatchPatterns
> [[1;31mERROR[m] -> [1m[Help 1][m
> [[1;31mERROR[m]
> [[1;31mERROR[m] To see the full stack trace of the errors, re-run Maven
> with the [1m-e[m switch.
> [[1;31mERROR[m] Re-run Maven using the [1m-X[m switch to enable full
> debug logging.
> [[1;31mERROR[m]
> [[1;31mERROR[m] For more information about the errors and possible
> solutions, please read the following articles:
> [[1;31mERROR[m] [1m[Help 1][m
> http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException
> /usr/share/cdbs/1/class/maven.mk:92: recipe for target 'mvn-build' failed
> make: *** [mvn-build] Error 1
The full build log is available from:
http://aws-logs.debian.net/2017/08/07/dummydroid_1.1-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: dummydroid
Source-Version: 1.2-2
We believe that the bug you reported is fixed in the latest version of
dummydroid, 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 871...@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 dummydroid 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, 10 Oct 2018 14:16:29 +0200
Source: dummydroid
Binary: dummydroid
Architecture: source
Version: 1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Android tools Maintainer
<android-tools-de...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
dummydroid - Register a GSF ID for mock-up Android devices
Closes: 871343
Changes:
dummydroid (1.2-2) unstable; urgency=medium
.
* Team upload.
* Added the missing build dependency on junit (Closes: #871343)
* Don't install the jar twice in the package
* Build with the DH sequencer instead of CDBS
* Standards-Version updated to 4.2.1
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
* Moved the .prop files to debian/props/
Checksums-Sha1:
cb955019396e137cd385bebd9c6f31e4a578659c 2070 dummydroid_1.2-2.dsc
6a4bd30e81a031023e26060a5c0459b847dcfcb1 9716 dummydroid_1.2-2.debian.tar.xz
7df57ba33060be9a5daf128d3ca1bce3880bf4f7 15872
dummydroid_1.2-2_source.buildinfo
Checksums-Sha256:
8efbdc8d6559cb36ab8fb187394da33e870c8c7fa16132e4f947397c1c70c0a7 2070
dummydroid_1.2-2.dsc
0eb5d7b2d3ae628ea71bfb7ff1112152bf6f9e7fbdf823f9b727d2bd0149cbfe 9716
dummydroid_1.2-2.debian.tar.xz
1cef235041c67ca0ec179e0a4fce587b9c638b82504bc36fdfec7a0cd74316d7 15872
dummydroid_1.2-2_source.buildinfo
Files:
6363189a5696b05f8e36a900817dee7d 2070 devel optional dummydroid_1.2-2.dsc
70175ec251f58a0ee3d4133eb52cc982 9716 devel optional
dummydroid_1.2-2.debian.tar.xz
2a4895b009ffa590bc61acd1a4a05d63 15872 devel optional
dummydroid_1.2-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlu97loSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsYx4P/1iLn/qNpWasIX2O+fjXjH4P9rE7sU4y
Z0epSMTuNvbNhwFS4XLNLZ4nvxl+KW4bMqyBCqr7zOOYJToeQo1YyX6ko7GS2V/u
vNh84LfV1rkAHxfRdZgGk/rJC4IL9XHkuazoU7EzBtpih9r19MAbQoA38quOAlq/
yjEuERBRvsNwVWTnad72yQyPbmPyMqBfhLbHQhTyqOvRWMkNonWant9EhlTPfI88
QjH67DeD4PWigBN3wMNQidDnCAOFId8wbe9cuetENblvXFX/KHbhgl7hgRXqnMOr
iRuxmkiySrPz0EPzLB4Gv0k6Tr9IQmJUOcGbUE8tZPE2VDoRdBDqyuQK5tFVJ/xA
UK6+oi6wEfTryVWG4vX2teNPdb4YJ3UMRdU1JvW4HxfM57IErf6k9uKgLrjClikA
ZBLsenwddNDrLaNR8WfC8nIBrOIpNoEziiAcTYHQ3k5HBIBVKmbCA8dcePJa92ET
448IcN7ibVxQx51jwKVR9GVHc3aNBcUpVnjqVLt8NHKQEpU12CtusqowmBXH2xT/
BZLZ93rM1jSg5kayN9/cK1Wpu9V/q/J2mGGcdPr0MyJFr16NbAZ2r2Ow4wESURI9
IulpACciaPaH+W+E0Vwtd+RU4JipygoixSZMXbgd2igFsmtnEIVQmJaOVKzczAsN
Z8e5kDfYsJZ0
=EjH+
-----END PGP SIGNATURE-----
--- End Message ---