Your message dated Wed, 27 Feb 2019 21:04:37 +0000
with message-id <e1gz6nz-0001oc...@fasolo.debian.org>
and subject line Bug#917736: fixed in openhft-chronicle-core 2.17.5-v1.1.8-1
has caused the Debian Bug report #917736,
regarding openhft-chronicle-core: FTBFS: [ERROR] 
/<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/io/IOTools.java:[32,27]
 cannot find symbol
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.)


-- 
917736: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917736
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: openhft-chronicle-core
Version: 1.1.8-1
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20181229 ftbfs-buster

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_update_autotools_config -O--buildsystem=maven
>    dh_auto_configure -O--buildsystem=maven
>       mh_patchpoms -plibopenhft-chronicle-core-java --debian-build 
> --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    dh_auto_build -O--buildsystem=maven
>       /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] ---------------------< net.openhft:chronicle-core 
> >---------------------
> [INFO] Building OpenHFT/Chronicle-Core 1.1.8
> [INFO] -------------------------------[ bundle 
> ]-------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> chronicle-core ---
> [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
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ 
> chronicle-core ---
> [INFO] Changes detected - recompiling the module!
> [WARNING] File encoding has not been set, using platform encoding 
> ANSI_X3.4-1968, i.e. build is platform dependent!
> [INFO] Compiling 58 source files to /<<PKGBUILDDIR>>/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/util/ObjectUtils.java:
>  Some input files use unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/util/ObjectUtils.java:
>  Recompile with -Xlint:unchecked for details.
> [INFO] -------------------------------------------------------------
> [WARNING] COMPILATION WARNING : 
> [INFO] -------------------------------------------------------------
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/UnsafeMemory.java:[20,16]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/OS.java:[21,18] 
> sun.nio.ch.FileChannelImpl is internal proprietary API and may be removed in 
> a future release
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/UnsafeMemory.java:[26,12]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/UnsafeMemory.java:[32,48]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/UnsafeMemory.java:[33,27]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/UnsafeMemory.java:[265,34]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/OS.java:[273,29] 
> sun.nio.ch.FileChannelImpl is internal proprietary API and may be removed in 
> a future release
> [INFO] 7 warnings 
> [INFO] -------------------------------------------------------------
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/io/IOTools.java:[19,19]
>  cannot find symbol
>   symbol:   class Reflection
>   location: package sun.reflect
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/ClassLoading.java:[44,35]
>  cannot find symbol
>   symbol:   method 
> defineClass(java.lang.String,byte[],int,int,java.lang.ClassLoader,<nulltype>)
>   location: variable UNSAFE of type sun.misc.Unsafe
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/io/IOTools.java:[32,27]
>  cannot find symbol
>   symbol:   variable Reflection
>   location: class net.openhft.chronicle.core.io.IOTools
> [INFO] 3 errors 
> [INFO] -------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  2.375 s
> [INFO] Finished at: 2018-12-29T13:39:14Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile 
> (default-compile) on project chronicle-core: Compilation failure: Compilation 
> failure: 
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/io/IOTools.java:[19,19]
>  cannot find symbol
> [ERROR]   symbol:   class Reflection
> [ERROR]   location: package sun.reflect
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/ClassLoading.java:[44,35]
>  cannot find symbol
> [ERROR]   symbol:   method 
> defineClass(java.lang.String,byte[],int,int,java.lang.ClassLoader,<nulltype>)
> [ERROR]   location: variable UNSAFE of type sun.misc.Unsafe
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/net/openhft/chronicle/core/io/IOTools.java:[32,27]
>  cannot find symbol
> [ERROR]   symbol:   variable Reflection
> [ERROR]   location: class net.openhft.chronicle.core.io.IOTools
> [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: /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 1

The full build log is available from:
   
http://aws-logs.debian.net/2018/12/29/openhft-chronicle-core_1.1.8-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: openhft-chronicle-core
Source-Version: 2.17.5-v1.1.8-1

We believe that the bug you reported is fixed in the latest version of
openhft-chronicle-core, 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 917...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrej Shadura <andre...@debian.org> (supplier of updated 
openhft-chronicle-core 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: SHA256

Format: 1.8
Date: Wed, 27 Feb 2019 20:55:13 +0100
Source: openhft-chronicle-core
Binary: libopenhft-chronicle-core-java
Architecture: all source
Version: 2.17.5-v1.1.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Closes: 917736
Description: 
 libopenhft-chronicle-core-java - OpenHFT core library
Changes:
 openhft-chronicle-core (2.17.5-v1.1.8-1) unstable; urgency=medium
 .
   * Revert a previous erroneous upload of 2.17.5.
   * Build for Java 9, also fixing compatibility with Java 11.
     Closes: #917736.
Checksums-Sha1: 
 c66caf1e60cb1bf73c2f504368264bad1cbf92ca 2107 
openhft-chronicle-core_2.17.5-v1.1.8-1.dsc
 dfaddd33fb28d39b1fe4880d94b9f1c4e45d0efe 27724 
openhft-chronicle-core_2.17.5-v1.1.8.orig.tar.xz
 e61514eac4380cd5d4141f55ec85dd7264187148 3968 
openhft-chronicle-core_2.17.5-v1.1.8-1.debian.tar.xz
 4bf4b2ccbd34063c175490bdcea57ee71cbd415d 64740 
libopenhft-chronicle-core-java_2.17.5-v1.1.8-1_all.deb
 6ed49dbc4b80760a31c08152a66555dfd41bac77 14966 
openhft-chronicle-core_2.17.5-v1.1.8-1_amd64.buildinfo
Checksums-Sha256: 
 0b1cdf82137f6ee395473ddea8d506542f7f05836e2e164a7f094a9283579d67 2107 
openhft-chronicle-core_2.17.5-v1.1.8-1.dsc
 c1ba6c489fd8978a39423f4f206f1617a6e010459c28ec70c21a6dc8a9d412cc 27724 
openhft-chronicle-core_2.17.5-v1.1.8.orig.tar.xz
 3af876925e6c7bdb1288a34bc9f892230650250406367cb1f82e588934e30ac9 3968 
openhft-chronicle-core_2.17.5-v1.1.8-1.debian.tar.xz
 cb6254ec6d86b808db6d170f5488131bef6af35b0574a7120c2b455d5fc61bde 64740 
libopenhft-chronicle-core-java_2.17.5-v1.1.8-1_all.deb
 cd610d7bcee9b2848055e3ba5a146f1bc47cd4237f42ff3df1e23617d8098871 14966 
openhft-chronicle-core_2.17.5-v1.1.8-1_amd64.buildinfo
Files: 
 03a61822794b3cd8cf27fbef31e596bb 2107 java optional 
openhft-chronicle-core_2.17.5-v1.1.8-1.dsc
 9e57b4a121739e2d28f5e1cd9c460c7c 27724 java optional 
openhft-chronicle-core_2.17.5-v1.1.8.orig.tar.xz
 c7d544dd95d92f4b262d8f9a89831fd2 3968 java optional 
openhft-chronicle-core_2.17.5-v1.1.8-1.debian.tar.xz
 968e6c16b3865d52dbcff4d91129615b 64740 java optional 
libopenhft-chronicle-core-java_2.17.5-v1.1.8-1_all.deb
 c47707fc9cda9316195cdc1b7d2c3fba 14966 java optional 
openhft-chronicle-core_2.17.5-v1.1.8-1_amd64.buildinfo

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

iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAlx2+QgACgkQXkCM2RzY
OdI/zgf/XxzLiLct29dAyM0Ry6ddxsEnXhVsd2D5j+vB2DTKJc5QMcNSCAc7EYTG
6BCDK6b0MxXEB8XwlNMx1O6CrTLoKWf9mANFHnum6KdpcaGi09bRIJSDQr815wu1
RP+ev7wEgg2QSzQQzLsLHVtaJQUSYMMFFy64rd1ZnvIwAjy0p/zVkuSKQ6wZ6/4H
GdDIPocvn+Prt1k2u8cqgtD01mAtFxnHWllk8kHW3FJZ+RsFRA4veAbp2/QGyUPJ
8xnFdMFgmUbIsKzil4qB+22qZVJlNEzHNImNGWgMZNFbNGyWfqnOF8+TieMaAGyN
ICZk3jdsT+h+kSF3jE8Cmg6h6YryfA==
=anku
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to