Your message dated Thu, 06 Aug 2020 10:18:46 +0000
with message-id <e1k3cz0-000dwf...@fasolo.debian.org>
and subject line Bug#963385: fixed in airlift-airline 0.7-3
has caused the Debian Bug report #963385,
regarding airlift-airline: FTBFS: [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) 
on project airline: Compilation failure
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.)


-- 
963385: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963385
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: airlift-airline
Version: 0.7-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200620 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=maven
> dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
>    dh_update_autotools_config -O--buildsystem=maven
>    dh_auto_configure -O--buildsystem=maven
> dh_auto_configure: warning: Compatibility levels before 10 are deprecated 
> (level 9 in use)
>       mh_patchpoms -plibairline-java --debian-build --keep-pom-version 
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    dh_auto_build -O--buildsystem=maven
> dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
>       /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
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> com.google.inject.internal.cglib.core.$ReflectUtils$1 
> (file:/usr/share/maven/lib/guice.jar) to method 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of 
> com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [INFO] 
> [INFO] -------------------------< io.airlift:airline 
> >-------------------------
> [INFO] Building airline 0.7
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [WARNING] The artifact org.testng:testng:jar:6.x has been relocated to 
> org.testng:testng:jar:debian
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> airline ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ airline ---
> [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 40 source files to /<<PKGBUILDDIR>>/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/io/airlift/airline/GlobalUsageSummary.java: 
> /<<PKGBUILDDIR>>/src/main/java/io/airlift/airline/GlobalUsageSummary.java 
> uses or overrides a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/io/airlift/airline/GlobalUsageSummary.java: 
> Recompile with -Xlint:deprecation for details.
> [INFO] /<<PKGBUILDDIR>>/src/main/java/io/airlift/airline/Accessor.java: Some 
> input files use unchecked or unsafe operations.
> [INFO] /<<PKGBUILDDIR>>/src/main/java/io/airlift/airline/Accessor.java: 
> Recompile with -Xlint:unchecked for details.
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/io/airlift/airline/model/OptionMetadata.java:[234,48]
>  <anonymous io.airlift.airline.model.OptionMetadata$2> is not abstract and 
> does not override abstract method 
> test(io.airlift.airline.model.OptionMetadata) in java.util.function.Predicate
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  1.333 s
> [INFO] Finished at: 2020-06-21T07:32:58Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile 
> (default-compile) on project airline: Compilation failure
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/io/airlift/airline/model/OptionMetadata.java:[234,48]
>  <anonymous io.airlift.airline.model.OptionMetadata$2> is not abstract and 
> does not override abstract method 
> test(io.airlift.airline.model.OptionMetadata) in java.util.function.Predicate
> [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/2020/06/20/airlift-airline_0.7-2_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: airlift-airline
Source-Version: 0.7-3
Done: Emmanuel Bourg <ebo...@apache.org>

We believe that the bug you reported is fixed in the latest version of
airlift-airline, 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 963...@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 airlift-airline 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: Thu, 06 Aug 2020 12:01:27 +0200
Source: airlift-airline
Architecture: source
Version: 0.7-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Closes: 963385
Changes:
 airlift-airline (0.7-3) unstable; urgency=medium
 .
   * Team upload.
   * Set the source/target level to Java 8 (Closes: #963385)
   * Use salsa.debian.org Vcs-* URLs
   * Standards-Version updated to 4.5.0
   * Switch to debhelper level 13
Checksums-Sha1:
 2a036a3b406848f39b1b010dc21d7a146ade3983 2120 airlift-airline_0.7-3.dsc
 173884ff95353403a98279c01035f246dd5dbda0 2468 
airlift-airline_0.7-3.debian.tar.xz
 8dad65c9570aebf7b4f3d68ec676594d7dab790a 12936 
airlift-airline_0.7-3_source.buildinfo
Checksums-Sha256:
 07ef20a320019ed2c41158907c0fcf95a7e52d3512a274cc30be9840e59809e7 2120 
airlift-airline_0.7-3.dsc
 65a32395318333341b0cabafe2b0bdd4b8c4416c9a7a7489415a3b15a0d3f469 2468 
airlift-airline_0.7-3.debian.tar.xz
 ca3a8a3cdbc58941debb722e16a4635ee199b38b6a50283122cff0be034b60e3 12936 
airlift-airline_0.7-3_source.buildinfo
Files:
 f29b4f7ce36a9e32659848c981a1575d 2120 java optional airlift-airline_0.7-3.dsc
 67d2eb7766cea7e7a9aeacc5a9124f20 2468 java optional 
airlift-airline_0.7-3.debian.tar.xz
 460cabadb612f45ae09ce36e80cf01ef 12936 java optional 
airlift-airline_0.7-3_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAl8r1QcSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsYq4P/i4xi2EYGryr8/7VSAuoRPXTfoGsmRF/
rw2GHndkOyONPzVH5kw6dEiJZdy6FlTzfnH4iEnQ9OqW8cYMCb38KneIB0RsfaNL
Fdl8pJhvSsBKFsgY/7BHGVk6rcIQv3fmn2zxznov476RJ7gy+b8w5KTjUr07J94D
77eRPqPvTPs0TTU7IGnGCnWh92QRlmbnCpkj6CbXMRlB3Q2wCLRaipQtQ27OQrtw
5vCV5RrPATqZcmrDNKwXZ0Xt3q0xx5PUDwCXA6x7QfXVnoNW6LIcdo433dGdP2W8
GY0i3oZHZBFNKUqw6SOA6D/xmMKcve0/pcdLUzvPPwVX+TireTDpiuMlBjHCknzN
73y8N90bshPNSbLIReLNHm3UCiAivmgsTFaCwashb+8rP57dul1wL+S46TesoExP
uUSnyGL+YmJ03955GRlT0A6Tl0YJz6AK9V/pGGaicU882W9s2YAzAyaab5mmFXWD
W9bwiCcgmZgPxF9mjWXVFaqte1yYwkOeZ91uo1eWlIDGE83itfRek8cBhYbZkx1S
tzyqMxfL/nstI5V/gMoB6ULJ/+wErz11lNXuN+uod1E8g3qEMnA+9QIcHR4bO6YO
zoZwyNlhB6b89AnONuSNdLthFQdjC7Vc47pLY5fpe2bWMypcu9gGUguVvPJfI3O/
F0EyegR8lOgR
=EJrl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to