Your message dated Thu, 11 Aug 2016 13:00:09 +0000
with message-id <e1bxpaj-0001g8...@franck.debian.org>
and subject line Bug#832842: fixed in findbugs 3.1.0~preview2-1
has caused the Debian Bug report #832842,
regarding findbugs: FTBFS: [javac]
/«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:39: error:
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.)
--
832842: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832842
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: findbugs
Version: 3.0.1-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160728 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):
> make[1]: Entering directory '/«PKGBUILDDIR»'
> ant docs build -Dant.java.version=1.7
> Buildfile: /«PKGBUILDDIR»/build.xml
>
> properties:
>
> init:
> [mkdir] Created dir: /«PKGBUILDDIR»/bin
> [mkdir] Created dir: /«PKGBUILDDIR»/build
> [mkdir] Created dir: /«PKGBUILDDIR»/build/doc
> [mkdir] Created dir: /«PKGBUILDDIR»/web
> [mkdir] Created dir: /«PKGBUILDDIR»/build/classes
> [mkdir] Created dir: /«PKGBUILDDIR»/build/junitclasses
> [mkdir] Created dir: /«PKGBUILDDIR»/apiJavaDoc
> [mkdir] Created dir: /«PKGBUILDDIR»/annotationJavaDoc
> [mkdir] Created dir: /«PKGBUILDDIR»/build/sampleoutput
>
> classes:
> [echo] Requires JDK 7.x (not 8!), using: 1.7
> [echo] compiling findbugs
> [javac] Compiling 1093 source files to /«PKGBUILDDIR»/build/classes
> [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.7
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:39: error:
> cannot find symbol
> [javac] import org.apache.bcel.classfile.StackMapTable;
> [javac] ^
> [javac] symbol: class StackMapTable
> [javac] location: package org.apache.bcel.classfile
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:40: error:
> cannot find symbol
> [javac] import org.apache.bcel.classfile.StackMapTableEntry;
> [javac] ^
> [javac] symbol: class StackMapTableEntry
> [javac] location: package org.apache.bcel.classfile
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/visitclass/PreorderVisitor.java:53:
> error: cannot find symbol
> [javac] import org.apache.bcel.classfile.StackMapTable;
> [javac] ^
> [javac] symbol: class StackMapTable
> [javac] location: package org.apache.bcel.classfile
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/visitclass/PreorderVisitor.java:54:
> error: cannot find symbol
> [javac] import org.apache.bcel.classfile.StackMapTableEntry;
> [javac] ^
> [javac] symbol: class StackMapTableEntry
> [javac] location: package org.apache.bcel.classfile
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:109: error:
> cannot find symbol
> [javac] static @CheckForNull StackMapTable getStackMapTable(Code
> code) {
> [javac] ^
> [javac] symbol: class StackMapTable
> [javac] location: class StackMapAnalyzer
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:171: error:
> cannot find symbol
> [javac] static int getFrameType(StackMapTableEntry e) {
> [javac] ^
> [javac] symbol: class StackMapTableEntry
> [javac] location: class StackMapAnalyzer
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/visitclass/PreorderVisitor.java:832:
> error: cannot find symbol
> [javac] public void visitStackMapTable(StackMapTable arg0) {
> [javac] ^
> [javac] symbol: class StackMapTable
> [javac] location: class PreorderVisitor
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/visitclass/PreorderVisitor.java:845:
> error: cannot find symbol
> [javac] public void visitStackMapTableEntry(StackMapTableEntry arg0) {
> [javac] ^
> [javac] symbol: class StackMapTableEntry
> [javac] location: class PreorderVisitor
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/visitclass/PreorderVisitor.java:831:
> error: method does not override or implement a method from a supertype
> [javac] @Override
> [javac] ^
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/visitclass/PreorderVisitor.java:844:
> error: method does not override or implement a method from a supertype
> [javac] @Override
> [javac] ^
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:87: error:
> cannot find symbol
> [javac] if (frame_type >= Constants.SAME_FRAME && frame_type
> <= Constants.SAME_FRAME_MAX) {
> [javac] ^
> [javac] symbol: variable SAME_FRAME
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:87: error:
> cannot find symbol
> [javac] if (frame_type >= Constants.SAME_FRAME && frame_type
> <= Constants.SAME_FRAME_MAX) {
> [javac]
> ^
> [javac] symbol: variable SAME_FRAME_MAX
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:89: error:
> cannot find symbol
> [javac] } else if (frame_type >=
> Constants.SAME_LOCALS_1_STACK_ITEM_FRAME
> [javac] ^
> [javac] symbol: variable SAME_LOCALS_1_STACK_ITEM_FRAME
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:90: error:
> cannot find symbol
> [javac] && frame_type <=
> Constants.SAME_LOCALS_1_STACK_ITEM_FRAME_MAX) {
> [javac] ^
> [javac] symbol: variable SAME_LOCALS_1_STACK_ITEM_FRAME_MAX
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:92: error:
> cannot find symbol
> [javac] } else if (frame_type ==
> Constants.SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED) {
> [javac] ^
> [javac] symbol: variable SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:94: error:
> cannot find symbol
> [javac] } else if (frame_type >= Constants.CHOP_FRAME &&
> frame_type <= Constants.CHOP_FRAME_MAX) {
> [javac] ^
> [javac] symbol: variable CHOP_FRAME
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:94: error:
> cannot find symbol
> [javac] } else if (frame_type >= Constants.CHOP_FRAME &&
> frame_type <= Constants.CHOP_FRAME_MAX) {
> [javac]
> ^
> [javac] symbol: variable CHOP_FRAME_MAX
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:96: error:
> cannot find symbol
> [javac] } else if (frame_type ==
> Constants.SAME_FRAME_EXTENDED) {
> [javac] ^
> [javac] symbol: variable SAME_FRAME_EXTENDED
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:98: error:
> cannot find symbol
> [javac] } else if (frame_type >= Constants.APPEND_FRAME &&
> frame_type <= Constants.APPEND_FRAME_MAX) {
> [javac] ^
> [javac] symbol: variable APPEND_FRAME
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:98: error:
> cannot find symbol
> [javac] } else if (frame_type >= Constants.APPEND_FRAME &&
> frame_type <= Constants.APPEND_FRAME_MAX) {
> [javac]
> ^
> [javac] symbol: variable APPEND_FRAME_MAX
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:100: error:
> cannot find symbol
> [javac] } else if (frame_type == Constants.FULL_FRAME) {
> [javac] ^
> [javac] symbol: variable FULL_FRAME
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:111: error:
> cannot find symbol
> [javac] if (a instanceof StackMapTable) {
> [javac] ^
> [javac] symbol: class StackMapTable
> [javac] location: class StackMapAnalyzer
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:112: error:
> cannot find symbol
> [javac] return (StackMapTable) a;
> [javac] ^
> [javac] symbol: class StackMapTable
> [javac] location: class StackMapAnalyzer
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:146: error:
> cannot find symbol
> [javac] Class<StackMapTableEntry> c =
> StackMapTableEntry.class;
> [javac] ^
> [javac] symbol: class StackMapTableEntry
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:146: error:
> cannot find symbol
> [javac] Class<StackMapTableEntry> c =
> StackMapTableEntry.class;
> [javac] ^
> [javac] symbol: class StackMapTableEntry
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:200: error:
> cannot find symbol
> [javac] StackMapTable stackMapTable = getStackMapTable(code);
> [javac] ^
> [javac] symbol: class StackMapTable
> [javac] location: class StackMapAnalyzer
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:216: error:
> cannot find symbol
> [javac] for(StackMapTableEntry e :
> stackMapTable.getStackMapTable()) {
> [javac] ^
> [javac] symbol: class StackMapTableEntry
> [javac] location: class StackMapAnalyzer
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/StackMapAnalyzer.java:230: error:
> cannot find symbol
> [javac] int n = Constants.CHOP_FRAME_MAX+1-rawFrameType;
> [javac] ^
> [javac] symbol: variable CHOP_FRAME_MAX
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/classfile/engine/ClassParserUsingASM.java:656:
> error: cannot find symbol
> [javac] case Constants.CONSTANT_InvokeDynamic:
> [javac] ^
> [javac] symbol: variable CONSTANT_InvokeDynamic
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/classfile/engine/ClassParserUsingASM.java:679:
> error: cannot find symbol
> [javac] case Constants.CONSTANT_MethodType:
> [javac] ^
> [javac] symbol: variable CONSTANT_MethodType
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/classfile/engine/ClassParserUsingASM.java:682:
> error: cannot find symbol
> [javac] case Constants.CONSTANT_MethodHandle:
> [javac] ^
> [javac] symbol: variable CONSTANT_MethodHandle
> [javac] location: interface Constants
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/detect/CheckRelaxingNullnessAnnotation.java:137:
> warning: [unchecked] unchecked method invocation: method
> containsRelaxedNonNull in class CheckRelaxingNullnessAnnotation is applied to
> given types
> [javac] relaxedNullReturn =
> containsRelaxedNonNull(visibleAnnotations);
> [javac] ^
> [javac] required: List<AnnotationNode>
> [javac] found: List
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/detect/CheckRelaxingNullnessAnnotation.java:137:
> warning: [unchecked] unchecked conversion
> [javac] relaxedNullReturn =
> containsRelaxedNonNull(visibleAnnotations);
> [javac] ^
> [javac] required: List<AnnotationNode>
> [javac] found: List
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/detect/CheckRelaxingNullnessAnnotation.java:139:
> warning: [unchecked] unchecked method invocation: method
> containsRelaxedNonNull in class CheckRelaxingNullnessAnnotation is applied to
> given types
> [javac] relaxedNullReturn =
> containsRelaxedNonNull(invisibleAnnotations);
> [javac] ^
> [javac] required: List<AnnotationNode>
> [javac] found: List
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/detect/CheckRelaxingNullnessAnnotation.java:139:
> warning: [unchecked] unchecked conversion
> [javac] relaxedNullReturn =
> containsRelaxedNonNull(invisibleAnnotations);
> [javac] ^
> [javac] required: List<AnnotationNode>
> [javac] found: List
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/detect/CheckRelaxingNullnessAnnotation.java:143:
> warning: [unchecked] unchecked method invocation: method
> getNonnullOrNullableParams in class CheckRelaxingNullnessAnnotation is
> applied to given types
> [javac] nonNullParameter =
> getNonnullOrNullableParams(visibleParameterAnnotations);
> [javac] ^
> [javac] required: List<AnnotationNode>[]
> [javac] found: List[]
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/detect/CheckRelaxingNullnessAnnotation.java:143:
> warning: [unchecked] unchecked conversion
> [javac] nonNullParameter =
> getNonnullOrNullableParams(visibleParameterAnnotations);
> [javac] ^
> [javac] required: List<AnnotationNode>[]
> [javac] found: List[]
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/detect/CheckRelaxingNullnessAnnotation.java:143:
> warning: [unchecked] unchecked conversion
> [javac] nonNullParameter =
> getNonnullOrNullableParams(visibleParameterAnnotations);
> [javac] ^
> [javac] required: Map<Integer,NullnessAnnotation>
> [javac] found: Map
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/detect/CheckRelaxingNullnessAnnotation.java:144:
> warning: [unchecked] unchecked method invocation: method
> getNonnullOrNullableParams in class CheckRelaxingNullnessAnnotation is
> applied to given types
> [javac] Map<Integer, NullnessAnnotation> nnp =
> getNonnullOrNullableParams(invisibleParameterAnnotations);
> [javac]
> ^
> [javac] required: List<AnnotationNode>[]
> [javac] found: List[]
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/detect/CheckRelaxingNullnessAnnotation.java:144:
> warning: [unchecked] unchecked conversion
> [javac] Map<Integer, NullnessAnnotation> nnp =
> getNonnullOrNullableParams(invisibleParameterAnnotations);
> [javac]
> ^
> [javac] required: List<AnnotationNode>[]
> [javac] found: List[]
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/detect/CheckRelaxingNullnessAnnotation.java:144:
> warning: [unchecked] unchecked conversion
> [javac] Map<Integer, NullnessAnnotation> nnp =
> getNonnullOrNullableParams(invisibleParameterAnnotations);
> [javac]
> ^
> [javac] required: Map<Integer,NullnessAnnotation>
> [javac] found: Map
> [javac]
> /«PKGBUILDDIR»/src/java/edu/umd/cs/findbugs/detect/DumbMethods.java:706:
> error: cannot find symbol
> [javac] && (getThisClass().getMajor() >=
> MAJOR_1_7 || getThisClass().getMajor() >= MAJOR_1_4
> [javac] ^
> [javac] symbol: variable MAJOR_1_7
> [javac] location: class DumbMethods
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 32 errors
> [javac] 11 warnings
>
> BUILD FAILED
> /«PKGBUILDDIR»/build.xml:154: Compile failed; see the compiler error output
> for details.
>
> Total time: 9 seconds
> make[1]: *** [override_dh_auto_build] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2016/07/28/findbugs_3.0.1-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: findbugs
Source-Version: 3.1.0~preview2-1
We believe that the bug you reported is fixed in the latest version of
findbugs, 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 832...@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 findbugs 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, 10 Aug 2016 19:51:06 +0200
Source: findbugs
Binary: findbugs libfindbugs-java libfindbugs-annotations-java
libfindbugs-ant-java
Architecture: source all
Version: 3.1.0~preview2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
findbugs - Static java code analyzer to find bugs
libfindbugs-annotations-java - Static java code analyzer to find bugs
(Annotations)
libfindbugs-ant-java - Static java code analyzer to find bugs (Ant tasks)
libfindbugs-java - Static java code analyzer to find bugs (Library)
Closes: 808707 832842
Changes:
findbugs (3.1.0~preview2-1) unstable; urgency=medium
.
* Team upload.
* New upstream release
- Refreshed the patches
- Depend on Java 8
- Depend on libbcel-java (>= 6.0) (Closes: #832842)
- Refreshed debian/copyright
* Moved the core library, the annotations and the Ant tasks to distinct
packages (Closes: #808707)
* Reproducibility: replaced the timestamps in version.properties,
the man pages and the documentation with SOURCE_DATE_EPOCH
* Depend on libasm-java (>= 5.0) instead of libasm4-java
* Removed junit4 and jdepend from the runtime dependencies
* debian/rules: Generate the man pages during the build phase
* debian/watch: Track the release tags on GitHub
* Standards-Version updated to 3.9.8
* Use secure Vcs-* URLs
Checksums-Sha1:
8ecaa5bac83dc4c4f92221cdb75bb50365f30a22 2608 findbugs_3.1.0~preview2-1.dsc
76b1a9acd5246e26d1be745758bfa30fc303634c 2052308
findbugs_3.1.0~preview2.orig.tar.xz
3604a61b8c2e273dc293e61be2db137e7239ee5d 15620
findbugs_3.1.0~preview2-1.debian.tar.xz
a7b07853fdfda7fea4029da8438871fc960fa61e 175654
findbugs_3.1.0~preview2-1_all.deb
8a8ade2a8ebd845f07d8f824a61f063f3024cd46 49026
libfindbugs-annotations-java_3.1.0~preview2-1_all.deb
1ebfe8d9e36c77b3245960aa6ff7ff165da9717a 33882
libfindbugs-ant-java_3.1.0~preview2-1_all.deb
ecf53e18692547b18e99e90044bfb5060ddedd5c 3502232
libfindbugs-java_3.1.0~preview2-1_all.deb
Checksums-Sha256:
e7076cd16c45a2c8c870b046d445fe52603deab892649e7f82a1f9099f04505c 2608
findbugs_3.1.0~preview2-1.dsc
5bce960974e2ab5f4a40ac9aab8409be078fc1474f9d56c09afaf4d3bcd6dfb1 2052308
findbugs_3.1.0~preview2.orig.tar.xz
36f22e5595c48cfa2480e4422ea2c921495c1c5f3042a9c973df46675d19d627 15620
findbugs_3.1.0~preview2-1.debian.tar.xz
f6250c953a2b42cdf2c366798f1bfea36bc0d5c8e3470731d4248bbfd1e37d58 175654
findbugs_3.1.0~preview2-1_all.deb
9c033326263921204cff63f36c3b38554d7d910766a5df95906aec1716fb2e2e 49026
libfindbugs-annotations-java_3.1.0~preview2-1_all.deb
feb3ed00e7e6aef74f1ae53772ad31c70db6ff5e079513513605501786ad6720 33882
libfindbugs-ant-java_3.1.0~preview2-1_all.deb
e1b1ac5f9e40f742880238826e71c39c80a5ed5ec4583be8236295ae9d3c3b1e 3502232
libfindbugs-java_3.1.0~preview2-1_all.deb
Files:
079e792f891c725320916608df8a1237 2608 java optional
findbugs_3.1.0~preview2-1.dsc
291651bc009fa8ac09c9e104e3336881 2052308 java optional
findbugs_3.1.0~preview2.orig.tar.xz
98b496b480941fdc472a8cff9b805478 15620 java optional
findbugs_3.1.0~preview2-1.debian.tar.xz
44c4a7a5cf047e1f207d558457ee556c 175654 java optional
findbugs_3.1.0~preview2-1_all.deb
125f0595e13240cecae5aed58c7fa2db 49026 java optional
libfindbugs-annotations-java_3.1.0~preview2-1_all.deb
aaec8ca806a74793a1957156d48f7e63 33882 java optional
libfindbugs-ant-java_3.1.0~preview2-1_all.deb
cb8783f9266534ccc32882712da5e7bd 3502232 java optional
libfindbugs-java_3.1.0~preview2-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJXq2nmAAoJEPUTxBnkudCsCO8QAJ9Gx+zGklbexJaLGcqN9QYG
EpEk9hWmfzo5yPBRkDsVIp8m2+omB5QkM8uI+KU2mHDRqa+eqtpbYEP7uUIZ+CYP
gX392ofJTH+ORITieOZMdaNggXhl+fWheO1sqZXE0StEQIwunuMb+XC52mYQaWTY
+NtDPnwJVN4CkAyRbbtXP81CJwNA70mWlCOeD/TTh7Spn7ri+lyEODSi4uAflfXb
nDT9M50ery0AY8euIq12KWhh5aSUn1kvkH52mEeJ5MiHeaFhRBPG9W6nlYGkV+fG
c3pC4r2mfdme5tmuHYmsFcMalrn2BO944X1jCs46iY0sNsInVwHOpeBw6D6Ou8xb
qAaM8nI1cpExOm0pemA1JHV3GwX8vNe1pk9L5Ov5GJRR4Ayg9DNC1+S2Fvu4ewHZ
OlK5LvWHQrFuHpNWJOtcdtZJuz3XFf1L+j0fbLm2qKqPmUcgRAaK4BGKppWPZomH
XGcTl8aekKMbgvNT4sgsQ3dEpcOUuNa2okwT7JPzx6JiKKmnS9evs8qaLyZ3XFra
6RQxqybitbrqU7kMwILmF2NnFA3IjQgGXdtggOT02gDn5Uuu6gXM0k6cJH4Xwwaq
bl4sHQJ5TxpgMriUHPwDV4JTF0HIIUdUnXdWK2/jMQ5OhaBNmAxaIYaOIDEu910F
tyTNc6cw12itze/+XWLf
=ety0
-----END PGP SIGNATURE-----
--- End Message ---