Your message dated Mon, 26 Dec 2022 21:53:42 +0000
with message-id <e1p9vpi-007deg...@fasolo.debian.org>
and subject line Bug#1026656: fixed in maven-war-plugin 3.3.2-2
has caused the Debian Bug report #1026656,
regarding maven-war-plugin: FTBFS: make: *** [debian/rules:4: build] Error 25
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.)


-- 
1026656: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026656
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: maven-war-plugin
Version: 3.3.2-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules build
> dh build
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure
>       mh_patchpoms -plibmaven-war-plugin-java --debian-build 
> --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    dh_auto_build
>       /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
> -DskipTests -Dnotimestamp=true -Dlocale=en_US
> OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were 
> deprecated in JDK 13 and will likely be removed in a future release.
> [INFO] Scanning for projects...
> [INFO] 
> [INFO] -------------< org.apache.maven.plugins:maven-war-plugin 
> >--------------
> [INFO] Building Apache Maven WAR Plugin 3.3.2
> [INFO] ----------------------------[ maven-plugin 
> ]----------------------------
> [WARNING] The artifact 
> org.apache.maven.plugins:maven-resources-plugin:jar:2.6 has been relocated to 
> org.apache.maven.plugins:maven-resources-plugin:jar:3.3.0
> [WARNING] The artifact org.apache.maven.plugins:maven-compiler-plugin:jar:3.1 
> has been relocated to org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1
> [WARNING] The artifact org.apache.maven.plugins:maven-plugin-plugin:jar:3.2 
> has been relocated to org.apache.maven.plugins:maven-plugin-plugin:jar:3.6.0
> [WARNING] The artifact org.apache.maven.plugins:maven-jar-plugin:jar:2.4 has 
> been relocated to org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ 
> maven-war-plugin ---
> [WARNING] File encoding has not been set, using platform encoding UTF-8. 
> Build is platform dependent!
> [WARNING] See https://maven.apache.org/general.html#encoding-warning
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 
> maven-war-plugin ---
> [INFO] Changes detected - recompiling the module!
> [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
> build is platform dependent!
> [INFO] Compiling 21 source files to /<<PKGBUILDDIR>>/target/classes
> Use of target 1.3 is no longer supported, switching to 7
> Use of source 1.3 is no longer supported, switching to 7
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugins/war/packaging/WarPackagingContext.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugins/war/packaging/WarPackagingContext.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] Some messages have been simplified; recompile with -Xdiags:verbose to 
> get full output
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugins/war/packaging/AbstractWarPackagingTask.java:[266,105]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper> 
> cannot be converted to 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper>
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugins/war/AbstractWarMojo.java:[514,77]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper> cannot be 
> converted to 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper>
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugins/war/packaging/WarProjectPackagingTask.java:[251,85]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper> 
> cannot be converted to 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper>
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugins/war/packaging/WarProjectPackagingTask.java:[267,85]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper> 
> cannot be converted to 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper>
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugins/war/packaging/WarProjectPackagingTask.java:[280,91]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper> 
> cannot be converted to 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper>
> [INFO] 5 errors 
> [INFO] -------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  2.608 s
> [INFO] Finished at: 2022-12-20T09:44:34Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile 
> (default-compile) on project maven-war-plugin: Compilation failure: 
> Compilation failure: 
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugins/war/packaging/AbstractWarPackagingTask.java:[266,105]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper> 
> cannot be converted to 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper>
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugins/war/AbstractWarMojo.java:[514,77]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper> cannot be 
> converted to 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper>
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugins/war/packaging/WarProjectPackagingTask.java:[251,85]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper> 
> cannot be converted to 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper>
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugins/war/packaging/WarProjectPackagingTask.java:[267,85]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper> 
> cannot be converted to 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper>
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugins/war/packaging/WarProjectPackagingTask.java:[280,91]
>  incompatible types: 
> java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper> 
> cannot be converted to 
> java.util.List<org.apache.maven.shared.filtering.FilterWrapper>
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify 
> -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
> -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> make: *** [debian/rules:4: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/maven-war-plugin_3.3.2-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: maven-war-plugin
Source-Version: 3.3.2-2
Done: Emmanuel Bourg <ebo...@apache.org>

We believe that the bug you reported is fixed in the latest version of
maven-war-plugin, 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 1026...@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-war-plugin 
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: Mon, 26 Dec 2022 15:37:15 +0100
Source: maven-war-plugin
Architecture: source
Version: 3.3.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Closes: 1026656
Changes:
 maven-war-plugin (3.3.2-2) unstable; urgency=medium
 .
   * Team upload.
   * Fixed the build failure with maven-filtering 3.3 (Closes: #1026656)
   * Standards-Version updated to 4.6.2
Checksums-Sha1:
 5990f0759b5d5d265dd9e28d10280abd01abde4f 2372 maven-war-plugin_3.3.2-2.dsc
 678c09939b336a057687c232b4604374b5c59f6e 4680 
maven-war-plugin_3.3.2-2.debian.tar.xz
 644ad8f14fc19d0192f011416e2e67b6e05c34ed 15277 
maven-war-plugin_3.3.2-2_source.buildinfo
Checksums-Sha256:
 8dab06e93266f21dadec2dbe9cc8f7934ee823dade7df0b0f0f7a73f30a82215 2372 
maven-war-plugin_3.3.2-2.dsc
 e26dada6583a087d08ebc24d3e1a2a665dee04721608f3fe6fab6944d6996455 4680 
maven-war-plugin_3.3.2-2.debian.tar.xz
 cad89a130d29e37294c5cd7e9c72dfb222f0b2bc44a910e6526f2115e44f5f71 15277 
maven-war-plugin_3.3.2-2_source.buildinfo
Files:
 b89d7f5c988301b6d2545dd42fb306be 2372 java optional 
maven-war-plugin_3.3.2-2.dsc
 a501124d1d6ed7ce975f805e3c552253 4680 java optional 
maven-war-plugin_3.3.2-2.debian.tar.xz
 81c2c9271211c232e4b78adc771c2179 15277 java optional 
maven-war-plugin_3.3.2-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmOqDrkACgkQ9RPEGeS5
0KzOIA/+K+VhDfGyYPQN4AalE4hok39zagMVq2/T+b1HkPsCuEGX730+wkDSC0wh
GgjWLbNyj+HU0YUKyXLSnZlFOIt8WvCb4sD5NJfCPo9l6b295rPeI37U8568C+W8
wQJ9RkeOhyYHnPYoY5jRPT/P/dQYDrGBVf4ABz/zVI3V+47F72hC3Cy8USjKMl/g
sG0BTZ49sdMA3wQ4ofqns4q3pLlAoEobIVm6BpnyitkCIU7RM7sePNf2wlWJbP5v
o3/sfBgcnvLdlYTIsXMAJFb4GzmEZD1xFGIPrPeUruRmZr9CpPyn+NWvUWK/iO0K
WPhkd7wt5oVHBoeGhQK5SU9BO3WtrsQ1X7w9BQ5vUeyQe7RTArL9+prnx0ErOEwi
puMXWToqsfMEFL8dy+nm2kDifjRbzXtR2Mr+MpduKT9Qc4LVxmdO9NRsFQsfYOw0
mv2R3xAcGp1ncmIvom7+XKgMicDC2KSIrlDQP9+j94EKXXFh3ushlOwRAv5OzINc
xBvn7Xlt1+6o22hGAfdETf6PL4IFrum93EbS8rZGFpRDe3LGEUHCdvmOj/8m1/sH
jP/4BqJHvIbbBW3lZtaR8QusCbEIxjMH8BXngMCaQSEpS4k7cf8DGkv3z5sCEkQ+
TvFYMrUqtPoeLPd++GlA/eFhsL7vY/oHWJ2hUrKqFjMjhQnA++4=
=PEmE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to