Your message dated Wed, 05 Oct 2022 07:05:49 +0000
with message-id <e1ofytv-00clif...@fasolo.debian.org>
and subject line Bug#1020132: fixed in node-postgres 8.8.0+~cs35.9.20-1
has caused the Debian Bug report #1020132,
regarding node-postgres: FTBFS: dh_auto_test: error: cd ./postgres-bytea && sh 
-ex ../debian/nodejs/postgres-bytea/test returned exit code 1
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.)


-- 
1020132: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020132
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-postgres
Version: 7.14.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure --buildsystem=nodejs
> Link node_modules/buffer-writer -> ../buffer-writer
> Link node_modules/packet-reader -> ../packet-reader
> Link node_modules/pg-connection-string -> ../pg-connection-string
> Link node_modules/pg-cursor -> ../pg-cursor
> Link node_modules/pg-int8 -> ../pg-int8
> Link node_modules/pg-numeric -> ../pg-numeric
> Link node_modules/pg-pool -> ../pg-pool
> Link node_modules/pg-types -> ../pg-types
> Link node_modules/pgpass -> ../pgpass
> Link node_modules/postgres-array -> ../postgres-array
> Link node_modules/postgres-bytea -> ../postgres-bytea
> Link node_modules/postgres-date -> ../postgres-date
> Link node_modules/postgres-interval -> ../postgres-interval
> Link pg-pool/node_modules/pg-cursor -> ../../pg-cursor
> Link pg-types/node_modules/pg-int8 -> ../../pg-int8
>    dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
>    dh_auto_test --buildsystem=nodejs
>       ln -s ../debian/tests/test_modules/pff node_modules/pff
>       ln -s ../. node_modules/pg
>       cd ./buffer-writer && sh -ex ../debian/nodejs/buffer-writer/test
> + mocha
> 
> 
>   undefined writes char
>   undefined gets correct byte length
>   undefined can add arbitrary buffer to the end
>   undefined resizing to much larger
>   adding int32
>     undefined writes 0
>     undefined writes 1
>     undefined writes 256
>     undefined writes largest int32
>     undefined writing multiple int32s
>     having to resize the buffer
>       undefined after resize correct result returned
> 
>   int16
>     undefined writes 0
>     undefined writes 400
>     undefined writes many
>     undefined resizes if internal buffer fills up
> 
>   cString
>     undefined writes empty cstring
>     undefined writes two empty cstrings
>     undefined writes non-empty cstring
>     undefined resizes if reached end
>     undefined writes multiple cstrings
> 
>   can write normal string
>     undefined can write cString too
>     undefined can resize
> 
>   clearing
>     undefined clears
>     undefined writing more
>     undefined returns result
>     undefined clears the writer
> 
>   flush
>     undefined added as a hex code to a full writer
>     undefined added as a hex code to a non-full writer
>     undefined added as a hex code to a buffer which requires resizing
> 
>   header
>     undefined adding two packets with headers
> 
> 
>   29 passing (44ms)
> 
>       cd ./packet-reader && sh -ex ../debian/nodejs/packet-reader/test
> + mocha
> 
> 
>   packet-reader
>     undefined reads perfect 1 length buffer
>     undefined reads perfect longer buffer
>     undefined reads two parts
>     undefined reads multi-part
>     undefined resets internal buffer at end of packet
>     undefined reads multiple messages from single chunk
>     undefined reads 1 and a split
> 
>   variable length header
>     undefined reads double message buffers
> 
>   1 length code
>     undefined reads code
>     undefined is set on uncompleted read
> 
>   postgres style packet
>     undefined reads with padded length
> 
> 
>   11 passing (28ms)
> 
>       cd ./pg-numeric && sh -ex ../debian/nodejs/pg-numeric/test
> + node test
> decimal round trips > 'NaN'
> decimal round trips > '0'
> decimal round trips > '0.0'
> decimal round trips > '0.00'
> decimal round trips > '0.000'
> decimal round trips > '0.0000'
> decimal round trips > '1'
> decimal round trips > '1.0'
> decimal round trips > '-1'
> decimal round trips > '-1.0'
> decimal round trips > '1234567890.0987654321'
> decimal round trips > '100000000000000000000000000000000000000000000000000000'
> decimal round trips > 
> '1000000000000000000000000000000000000000000000000000000'
> decimal round trips > 
> '10000000000000000000000000000000000000000000000000000000'
> decimal round trips > 
> '100000000000000000000000000000000000000000000000000000000'
> decimal round trips > 
> '1000000000000000000000000000000.0000000000000000000000000'
> decimal round trips > 
> '100000000000000000000000000000.00000000000000000000000000'
> decimal round trips > 
> '10000000000000000000000000000.000000000000000000000000000'
> decimal round trips > 
> '1000000000000000000000000000.0000000000000000000000000000'
> decimal round trips > 
> '1000000000000000000000000000000.0000000000000000000000001'
> decimal round trips > 
> '100000000000000000000000000000.00000000000000000000000001'
> decimal round trips > 
> '10000000000000000000000000000.000000000000000000000000001'
> decimal round trips > 
> '1000000000000000000000000000.0000000000000000000000000001'
> decimal round trips > '0.000000000000'
> decimal round trips > '0.0000000000000'
> decimal round trips > '0.00000000000000'
> decimal round trips > '0.000000000000000'
> decimal round trips > '0.123400000000'
> decimal round trips > '0.1234000000000'
> decimal round trips > '0.12340000000000'
> decimal round trips > '0.123400000000000'
> decimal round trips > '0.123400000001'
> decimal round trips > '0.1234000000012'
> decimal round trips > '0.12340000000123'
> decimal round trips > '0.123400000001234'
> decimal round trips > '-0.0001'
> decimal round trips > '-0.00000002'
> decimal round trips > '-0.000000003'
> decimal round trips > '-0.0000000004'
> decimal round trips > '-0.00000000005'
> consistent interpretations > 0000ffff00…001 ('0.0')
> consistent interpretations > 00…00400…00 ('0')
> consistent interpretations > 0000ffff00…00 ('0')
> consistent interpretations > 00…00100…00 ('0')
> consistent interpretations > 000100…00 ('0')
> consistent interpretations > 0000ffff40000001 ('0.0')
> consistent interpretations > 0002fffe4000000100…00 ('0.0')
> consistent interpretations > 0001ffff00…001 ('0')
> consistent interpretations > 0001ffff00…0010001 ('0.0')
> consistent interpretations > 0001ffff00…0020001 ('0.00')
> consistent interpretations > 0001ffff00…0030001 ('0.000')
> consistent interpretations > 0001ffff00…00a ('0')
> consistent interpretations > 0001ffff00…001000a ('0.0')
> consistent interpretations > 0001ffff00…002000a ('0.00')
> consistent interpretations > 0001ffff00…0064 ('0')
> consistent interpretations > 0001ffff00…0010064 ('0.0')
> consistent interpretations > 0001ffff00…003e8 ('0')
> consistent interpretations > 0001ffff00…0040001 ('0.0001')
> consistent interpretations > 0001ffff00…003000a ('0.001')
> consistent interpretations > 0001ffff00…004000a ('0.0010')
> consistent interpretations > 0001ffff00…0020064 ('0.01')
> consistent interpretations > 0001ffff00…0030064 ('0.010')
> consistent interpretations > 0001ffff00…0040064 ('0.0100')
> consistent interpretations > 0001ffff00…00103e8 ('0.1')
> consistent interpretations > 0001ffff00…00203e8 ('0.10')
> consistent interpretations > 0001ffff00…00303e8 ('0.100')
> consistent interpretations > 0001ffff00…00403e8 ('0.1000')
> consistent interpretations > 0001ffff400…001 ('0')
> consistent interpretations > 0001ffff400000010001 ('0.0')
> consistent interpretations > 0001ffff400000020001 ('0.00')
> consistent interpretations > 0001ffff400000030001 ('0.000')
> consistent interpretations > 0001ffff00…0040001 ('0.0001')
> consistent interpretations > 00010000c00…00 ('NaN')
> consistent interpretations > 00…00c0000002 ('NaN')
> consistent interpretations > 00017fff00003fff0001 ('100…00.00…00')
> consistent interpretations > 0001f00…003fff000a ('0.00…001')
> consistent interpretations > 0001800…003fff0001 ('0.00…00')
> consistent interpretations > ffff7fff00…0023452345…23452345 
> ('90299029…90299029')
> errors > trailing data
> errors > digit out of range
> errors > invalid sign
> errors > scale out of range
>       cd ./pg-types && sh -ex ../debian/nodejs/pg-types/test
> + NODE_PATH=../debian/tests/test_modules tape test/*.js
> TAP version 13
> 
> 1..0
> # tests 0
> # pass  0
> 
> # ok
> 
>       cd ./postgres-array && sh -ex ../debian/nodejs/postgres-array/test
> + tape
> TAP version 13
> 
> 1..0
> # tests 0
> # pass  0
> 
> # ok
> 
>       cd ./postgres-bytea && sh -ex ../debian/nodejs/postgres-bytea/test
> + tape test.js
> node:internal/modules/cjs/loader:959
>   throw err;
>   ^
> 
> Error: Cannot find module '/<<PKGBUILDDIR>>/postgres-bytea/test.js'
> Require stack:
> - /usr/share/nodejs/tape/bin/tape
>     at Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
>     at resolve (node:internal/modules/cjs/helpers:108:19)
>     at /usr/share/nodejs/tape/bin/tape:69:12
>     at Array.map (<anonymous>)
>     at Object.<anonymous> (/usr/share/nodejs/tape/bin/tape:68:4)
>     at Module._compile (node:internal/modules/cjs/loader:1120:14)
>     at Module._extensions..js (node:internal/modules/cjs/loader:1174:10)
>     at Module.load (node:internal/modules/cjs/loader:998:32)
>     at Module._load (node:internal/modules/cjs/loader:839:12)
>     at Function.executeUserEntryPoint [as runMain] 
> (node:internal/modules/run_main:81:12) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [ '/usr/share/nodejs/tape/bin/tape' ]
> }
> 
> Node.js v18.7.0
> dh_auto_test: error: cd ./postgres-bytea && sh -ex 
> ../debian/nodejs/postgres-bytea/test returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/node-postgres_7.14.0-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&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 marking 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: node-postgres
Source-Version: 8.8.0+~cs35.9.20-1
Done: Yadd <y...@debian.org>

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

Debian distribution maintenance software
pp.
Yadd <y...@debian.org> (supplier of updated node-postgres 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, 05 Oct 2022 08:40:44 +0200
Source: node-postgres
Architecture: source
Version: 8.8.0+~cs35.9.20-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1020132
Changes:
 node-postgres (8.8.0+~cs35.9.20-1) unstable; urgency=medium
 .
   * Fix test (Closes: #1020132)
   * Embed obuf, pg-native, postgres-range and typescript declarations
   * New upstream version 8.8.0+~cs35.9.20
   * Build with typescript
   * Update dependencies
   * Update copyright
Checksums-Sha1: 
 4f5a071be063be62a1f68cea7a55832b5cc08a67 6832 
node-postgres_8.8.0+~cs35.9.20-1.dsc
 ce7eb81a38f7829db09c873f2fbb792c0c98ec04 4217 
node-postgres_8.8.0+~cs35.9.20.orig-buffer-writer.tar.gz
 2b1ac816920e982e2e27b13c0aa31f5b7333f502 5506 
node-postgres_8.8.0+~cs35.9.20.orig-obuf.tar.gz
 9238e5480dedabacfe1fe3f2771063f164157d74 3093 
node-postgres_8.8.0+~cs35.9.20.orig-packet-reader.tar.gz
 943bd463bf5b71b4170115f80f8efc9a0c0eb78c 1508 
node-postgres_8.8.0+~cs35.9.20.orig-pg-int8.tar.gz
 84b488a4f3c29c29ea9b4fa8bf03a75a5bc4f353 14117 
node-postgres_8.8.0+~cs35.9.20.orig-pg-native.tar.gz
 d1f18e7d11da3a5e017af049422cae6b6367a20e 7354 
node-postgres_8.8.0+~cs35.9.20.orig-pg-numeric.tar.gz
 85edef788ed13acad990ce233b8dfa995552b5d9 6049 
node-postgres_8.8.0+~cs35.9.20.orig-pg-types.tar.gz
 9b873e4a564bb10fa7a7dbd55312728d422a223d 4280 
node-postgres_8.8.0+~cs35.9.20.orig-pgpass.tar.gz
 cfe3ddb0f54b7854dd2104beafecfebd16a7f093 2235 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-array.tar.gz
 9048dc461ac7ba70a6a42d109221619ecd1cb089 3778 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-bytea.tar.gz
 b85d3c1fb6fb3c6c8db1e9942a13a3bf625189d0 3415 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-date.tar.gz
 baa8966418f75b7309eeb25bcdd56a8590853a95 3679 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-interval.tar.gz
 7ddf417060d47150734a0cfcd41034289d3d360e 61465 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-range.tar.gz
 2dce9cb468a6a5e0f1296a59aea3ac75dd27b702 3745 
node-postgres_8.8.0+~cs35.9.20.orig-types-pg.tar.gz
 2e5c86f9d242896bb9de6dc9d6c262f35875eb9e 238828 
node-postgres_8.8.0+~cs35.9.20.orig.tar.gz
 fce37a5b6af8977b763a7661863ae56998f31102 11392 
node-postgres_8.8.0+~cs35.9.20-1.debian.tar.xz
Checksums-Sha256: 
 d8a0acd9acb3f6dad9521a568ed90d62d80244a7e31889c81c125eca71a0a4ff 6832 
node-postgres_8.8.0+~cs35.9.20-1.dsc
 2c73a80dc0b614578442728b41786b85539bb7df335d739e2655a1eccd304613 4217 
node-postgres_8.8.0+~cs35.9.20.orig-buffer-writer.tar.gz
 84145ffd1f15aa5a061c5bcdd5458481a6e3573a6aea50602384ee2fd0a4f3eb 5506 
node-postgres_8.8.0+~cs35.9.20.orig-obuf.tar.gz
 ce12a09c69c5122dfd4d442cf84b30205467ab79379ee01578c6b97a06d4cd02 3093 
node-postgres_8.8.0+~cs35.9.20.orig-packet-reader.tar.gz
 f010d48974a96814e841edbb6fc6096385574610714d2a50e99811170c365e92 1508 
node-postgres_8.8.0+~cs35.9.20.orig-pg-int8.tar.gz
 f9c416daf0b0e3479c36edc190e25f2fa442a112878093c88301f2148d4aa7fc 14117 
node-postgres_8.8.0+~cs35.9.20.orig-pg-native.tar.gz
 73a54642dd763921fec818bd0e7e4b2f8276dc6e4e4bed192c0243f0858fc519 7354 
node-postgres_8.8.0+~cs35.9.20.orig-pg-numeric.tar.gz
 ea0b2274400c329c6269bea108c96292eb2dd0c6e2355bc2065d657981a17e33 6049 
node-postgres_8.8.0+~cs35.9.20.orig-pg-types.tar.gz
 ff794c956186430afd600b5bc4500f3f0faf34b62be6ff98494f4c7f4a6d8597 4280 
node-postgres_8.8.0+~cs35.9.20.orig-pgpass.tar.gz
 229ea7dca2f6d33122727ff05f5d8b6a11984c611684cd810e817315b0fe850d 2235 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-array.tar.gz
 4d2cc2a31dca5ac776dc75ce1f98c5bfe3e6e0a3d794d9d7a1e07e45a4e8a422 3778 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-bytea.tar.gz
 c548436765588d644ce238ce1b50c23a2cede5667df6c745d1e98e3a2b6626a0 3415 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-date.tar.gz
 398b07a93bd9434e3ce11e3495357245ee1a76450f81d32d4511f77fc65f1505 3679 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-interval.tar.gz
 466f36660261711053c46f93773022d07f2ce8798e0114d205978bd9cead10c7 61465 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-range.tar.gz
 d783150cb680db467fe796a6b3f665ebde1e065c7a6275deb056a5de94eb9533 3745 
node-postgres_8.8.0+~cs35.9.20.orig-types-pg.tar.gz
 05596d79709846bf3782b0efb1f1c2140972e579275f35268f5d1334a80a9b2f 238828 
node-postgres_8.8.0+~cs35.9.20.orig.tar.gz
 e1c4e85cae7f99e4f844e7abf5ff392ab6ced7df3d65d32393435145d78c7cd7 11392 
node-postgres_8.8.0+~cs35.9.20-1.debian.tar.xz
Files: 
 a85baa4629a889ca5c59df29766b40e5 6832 javascript optional 
node-postgres_8.8.0+~cs35.9.20-1.dsc
 fca59928046c82fcbbff2dd2268ca82d 4217 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-buffer-writer.tar.gz
 3836bcddf4f104763d85c93f4b2594ed 5506 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-obuf.tar.gz
 371722cf6ea26695f0773790bf69d628 3093 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-packet-reader.tar.gz
 21eccd4585fc823b79777973c4abf089 1508 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-pg-int8.tar.gz
 184c63523d5869e3bddfe0ec3a881fb6 14117 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-pg-native.tar.gz
 d4b7c2678f279a1d8458ad411e77543b 7354 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-pg-numeric.tar.gz
 a897ed49777eff098e42684ebf94a7c5 6049 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-pg-types.tar.gz
 e989de90f99a6141e8e2cd57efda6ead 4280 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-pgpass.tar.gz
 5f4aed4f07753e73ad8d8b03dc83e6f3 2235 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-array.tar.gz
 4dc2259a70c6dcd4100377cccb9df553 3778 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-bytea.tar.gz
 f88e9bb5ab37688be115f5d78c2484a1 3415 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-date.tar.gz
 a6c69ae109e74949bd2c2eb8ffc07b1b 3679 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-interval.tar.gz
 9a24ad1f4963aa59a22401dcfba060c0 61465 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-postgres-range.tar.gz
 ace09e0dd82d8aab920465ffa120e660 3745 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig-types-pg.tar.gz
 9cadc63649c40d609113ff0e8e039228 238828 javascript optional 
node-postgres_8.8.0+~cs35.9.20.orig.tar.gz
 9926ff42dd2ecc3dd4a54130bec263c0 11392 javascript optional 
node-postgres_8.8.0+~cs35.9.20-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmM9J1kACgkQ9tdMp8mZ
7umH2w/+NGQVKeqTRTe1ml7yiDOUz3E8m0IIFv+hbq5vPjWIko1SYuy0RCCtVctN
6n4tlD7jHs5v8L99hIaZpYZ1iuQzHNS818Qv+d16YvA4mNIM5wq1XQvrB1vE7g7M
i89CvfiJWpX5jg5sbZTNP9YQxCUejspn1QJVw0Fe+WDtn+QAxVnYmFZ6yh2aBSy8
6we0Lc52kFJR7V9QsNvgbY9rWRcFO802UFIqYkeOxy/HZrkv41hwwARle7QUds0B
gY8NS9hzP+J2vYCdi+evn83H/sOEgEeLD8zZVR5e9FsIehmgqrgBiuCSdXZz94Kf
9UHpTge8fFmUKW4m/OQsCv89JzxauD4NDm9LnseM/5c3524bnxk34X2J5XpMGKau
iKuNInuk8mttYO8pr7vQnOwAILK7yL7Xq0bTZ1bM7dYwLo83FvjqmtURxEIGt3/L
EDduIfqeQjB9NBckSIgxh6HEgZcw5NQs+2bNUTd5IBCObfnPWnseW0DP79hYHUVl
jvySihJ63MsX56SOo3Na4i3FBMUSv+kdvAqxyIadcG739kZkqyNMBI52fi6UCW4E
vMCJCsWVORuutCog5VLeu51hivMz5gb1NCMFxoo7jYBpdzLYE7rpRYX8oZUX1Dj8
w5oZzo89/xfpvshh/ntw6ZbBS3CDWoiSXCjIgqapzJ+TbSpvy5o=
=txUF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to