Your message dated Mon, 23 Nov 2020 12:38:15 +0100
with message-id <20201123113801.ga910...@msg.df7cb.de>
and subject line Re: Bug#974869: pgpointcloud: autopkgtest failure on armhf
has caused the Debian Bug report #974869,
regarding pgpointcloud: autopkgtest failure on armhf
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.)


-- 
974869: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974869
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pgpointcloud
Version: 1.2.1-5
Severity: serious
X-Debbugs-Cc: sramac...@debian.org

pgpointcloud is currently unable to migrate to testing due to an
autopkgtest failure on armhf:
| *** pgsql/regression.diffs ***
| diff -U3 
/tmp/autopkgtest-lxc.eufbisbr/downtmp/build.sZ5/src/pgsql/expected/pointcloud.out
 
/tmp/autopkgtest-lxc.eufbisbr/downtmp/build.sZ5/src/pgsql/results/pointcloud.out
| --- 
/tmp/autopkgtest-lxc.eufbisbr/downtmp/build.sZ5/src/pgsql/expected/pointcloud.out
 2020-01-07 20:42:28.000000000 +0000
| +++ 
/tmp/autopkgtest-lxc.eufbisbr/downtmp/build.sZ5/src/pgsql/results/pointcloud.out
  2020-11-13 20:46:20.689453152 +0000
| @@ -535,176 +535,7 @@
|    ('dimensional','auto')
|  ) dimcompr(compr,sc)
|  ORDER BY compr,sc,v;
| - test  | v  |    compr    |   sc    | ok 
| --------+----+-------------+---------+----
| - compr | -7 | dimensional | auto    | t
| - compr | -6 | dimensional | auto    | t
| - compr | -5 | dimensional | auto    | t
| - compr | -4 | dimensional | auto    | t
| - compr | -3 | dimensional | auto    | t
| - compr | -2 | dimensional | auto    | t
| - compr | -1 | dimensional | auto    | t
| - compr |  0 | dimensional | auto    | t
| - compr |  1 | dimensional | auto    | t
| - compr |  2 | dimensional | auto    | t
| - compr |  3 | dimensional | auto    | t
| - compr |  4 | dimensional | auto    | t
| - compr |  5 | dimensional | auto    | t
| - compr |  6 | dimensional | auto    | t
| - compr |  7 | dimensional | auto    | t
| - compr | -7 | dimensional | rle     | t
| - compr | -6 | dimensional | rle     | t
| - compr | -5 | dimensional | rle     | t
| - compr | -4 | dimensional | rle     | t
| - compr | -3 | dimensional | rle     | t
| - compr | -2 | dimensional | rle     | t
| - compr | -1 | dimensional | rle     | t
| - compr |  0 | dimensional | rle     | t
| - compr |  1 | dimensional | rle     | t
| - compr |  2 | dimensional | rle     | t
| - compr |  3 | dimensional | rle     | t
| - compr |  4 | dimensional | rle     | t
| - compr |  5 | dimensional | rle     | t
| - compr |  6 | dimensional | rle     | t
| - compr |  7 | dimensional | rle     | t
| - compr | -7 | dimensional | sigbits | t
| - compr | -6 | dimensional | sigbits | t
| - compr | -5 | dimensional | sigbits | t
| - compr | -4 | dimensional | sigbits | t
| - compr | -3 | dimensional | sigbits | t
| - compr | -2 | dimensional | sigbits | t
| - compr | -1 | dimensional | sigbits | t
| - compr |  0 | dimensional | sigbits | t
| - compr |  1 | dimensional | sigbits | t
| - compr |  2 | dimensional | sigbits | t
| - compr |  3 | dimensional | sigbits | t
| - compr |  4 | dimensional | sigbits | t
| - compr |  5 | dimensional | sigbits | t
| - compr |  6 | dimensional | sigbits | t
| - compr |  7 | dimensional | sigbits | t
| - compr | -7 | dimensional | zlib    | t
| - compr | -6 | dimensional | zlib    | t
| - compr | -5 | dimensional | zlib    | t
| - compr | -4 | dimensional | zlib    | t
| - compr | -3 | dimensional | zlib    | t
| - compr | -2 | dimensional | zlib    | t
| - compr | -1 | dimensional | zlib    | t
| - compr |  0 | dimensional | zlib    | t
| - compr |  1 | dimensional | zlib    | t
| - compr |  2 | dimensional | zlib    | t
| - compr |  3 | dimensional | zlib    | t
| - compr |  4 | dimensional | zlib    | t
| - compr |  5 | dimensional | zlib    | t
| - compr |  6 | dimensional | zlib    | t
| - compr |  7 | dimensional | zlib    | t
| -(60 rows)
| -
| -SELECT 
PC_Summary(PC_Compress(PC_Patch(PC_MakePoint(10,ARRAY[1,1,1,1,1,1,1])),
| -  'dimensional'))::json->'compr';
| -   ?column?    
| ----------------
| - "dimensional"
| -(1 row)
| -
| --- https://github.com/pgpointcloud/pointcloud/issues/79
| -SELECT '#79' issue,
| -  PC_PatchMin(p,'x') x_min, PC_PatchMax(p,'x') x_max,
| -  PC_PatchMin(p,'y') y_min, PC_PatchMax(p,'y') y_max,
| -  PC_PatchMin(p,'z') z_min, PC_PatchMax(p,'z') z_max
| -FROM ( SELECT
| -  PC_FilterEquals(
| -    PC_Patch( PC_MakePoint(20,ARRAY[-1,0,1]) ),
| -    'y',0) p
| -) foo;
| - issue | x_min | x_max | y_min | y_max | z_min | z_max 
| --------+-------+-------+-------+-------+-------+-------
| - #79   |    -1 |    -1 |     0 |     0 |     1 |     1
| -(1 row)
| -
| --- https://github.com/pgpointcloud/pointcloud/issues/78
| -SELECT '#78' issue,
| -  PC_PatchMin(p,'x') x_min, PC_PatchMax(p,'x') x_max,
| -  PC_PatchMin(p,'y') y_min, PC_PatchMax(p,'y') y_max,
| -  PC_PatchMin(p,'z') z_min, PC_PatchMax(p,'z') z_max,
| -  PC_PatchMin(p,'intensity') i_min, PC_PatchMax(p,'intensity') i_max
| -FROM ( SELECT
| -  PC_FilterEquals(
| -    PC_Patch( PC_MakePoint(3,ARRAY[-1,0,4862413,1]) ),
| -    'y',0) p
| -) foo;
| - issue | x_min | x_max | y_min | y_max |  z_min  |  z_max  | i_min | i_max 
| --------+-------+-------+-------+-------+---------+---------+-------+-------
| - #78   |    -1 |    -1 |     0 |     0 | 4862413 | 4862413 |     1 |     1
| -(1 row)
| -
| --- test for PC_BoundingDiagonalAsBinary
| -SELECT PC_BoundingDiagonalAsBinary(
| -     PC_Patch(ARRAY[
| -             PC_MakePoint(1, ARRAY[0.,0.,0.,10.]),
| -             PC_MakePoint(1, ARRAY[1.,1.,1.,10.]),
| -             PC_MakePoint(1, ARRAY[10.,10.,10.,10.])]));
| -                                             pc_boundingdiagonalasbinary     
                                         
| 
-----------------------------------------------------------------------------------------------------------------------
| - 
\x010200008002000000000000000000000000000000000000000000000000000000000000000000244000000000000024400000000000002440
| -(1 row)
| -
| --- test PC_SetPCId
| --- from pcid 1 to 1 (same dimensions, same positions, same compressions)
| --- pcid 1: (X,Y,Z,I), scaled, uncompressed
| -SELECT
| -  PC_AsText(PC_SetPCId(p, 1)) t, PC_Summary(PC_SetPCId(p, 1))::json->'compr' 
c
| -FROM ( SELECT PC_Patch(PC_MakePoint(1, ARRAY[-1,0,4862413,1])) p ) foo;
| -                    t                    |   c    
| ------------------------------------------+--------
| - {"pcid":1,"pts":[[-1,0,4.86241e+06,1]]} | "none"
| -(1 row)
| -
| --- test PC_SetPCId
| --- from pcid 1 to 3 (same dimensions, same positions, different compressions)
| --- pcid 1: (X,Y,Z,I), scaled, uncompressed
| --- pcid 3: (X,Y,Z,I), scaled, dimensionally compressed
| -SELECT
| -  PC_AsText(PC_SetPCId(p, 3)) t, PC_Summary(PC_SetPCId(p, 3))::json->'compr' 
c
| -FROM ( SELECT PC_Patch(PC_MakePoint(1, ARRAY[-1,0,4862413,1])) p ) foo;
| -                    t                    |       c       
| ------------------------------------------+---------------
| - {"pcid":3,"pts":[[-1,0,4.86241e+06,1]]} | "dimensional"
| -(1 row)
| -
| --- test PC_SetPCId
| --- from pcid 1 to 4 (different dimensions, different positions, same 
compressions)
| --- pcid 1: (X,Y,Z,I), scaled, uncompressed
| --- pcid 2: (I1,X,Y,Z,I2), scaled, uncompressed
| -SELECT
| -  PC_AsText(PC_SetPCId(p, 4, 2.0)) t, PC_Summary(PC_SetPCId(p, 4, 
2.0))::json->'compr' c
| -FROM ( SELECT PC_Patch(PC_MakePoint(1, ARRAY[-1,0,4862413,1])) p ) foo;
| -                     t                     |   c    
| --------------------------------------------+--------
| - {"pcid":4,"pts":[[2,-1,0,4.86241e+06,2]]} | "none"
| -(1 row)
| -
| --- test PC_SetPCId
| --- from pcid 1 to 10 (incompatible dimensions because of different 
interpretations)
| --- pcid 1: (X,Y,Z,I), scaled, uncompressed
| --- pcid 10: (X,Y,Z), unscaled, dimensionally compressed
| -SELECT
| -  PC_AsText(PC_SetPCId(p, 10)) t, PC_Summary(PC_SetPCId(p, 
10))::json->'compr' c
| -FROM ( SELECT PC_Patch(PC_MakePoint(1, ARRAY[-1,0,4862413,1])) p ) foo;
| -ERROR:  dimension interpretations are not matching
| --- test PC_Transform
| -SELECT
| -  PC_AsText(PC_Transform(p, 10, 1.0)) t, PC_Summary(PC_Transform(p, 10, 
1.0))::json->'compr' c
| -FROM ( SELECT PC_Patch(PC_MakePoint(1, ARRAY[-1,0,4862413,1])) p ) foo;
| -                  t                   |   c    
| ---------------------------------------+--------
| - {"pcid":10,"pts":[[-1,0,1,1,1,1,1]]} | "none"
| -(1 row)
| -
| --- test PC_Patch from float8 array
| -SELECT pc_astext(PC_MakePatch(1, ARRAY[-1,0,5,1, -1,0,6,1, -1,0,7,1]));
| -                      pc_astext                      
| ------------------------------------------------------
| - {"pcid":1,"pts":[[-1,0,5,1],[-1,0,6,1],[-1,0,7,1]]}
| -(1 row)
| -
| -TRUNCATE pointcloud_formats;
| +server closed the connection unexpectedly
| +     This probably means the server terminated abnormally
| +     before or while processing the request.
| +connection to server was lost
| + [ little != big ]
| + exit 1
| autopkgtest [20:46:22]: test installcheck: -----------------------]
| installcheck         FAIL non-zero exit status 1

https://ci.debian.net/data/autopkgtest/testing/armhf/p/pgpointcloud/8153730/log.gz

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 1.2.1-6

Re: Sebastian Ramacher
> pgpointcloud is currently unable to migrate to testing due to an
> autopkgtest failure on armhf:

I can't debug the problem because running the tests manually on the
same package on the porterbox just works. I've updated the test to
ignore the failure on armhf. (And forgot to note that in the
changelog...)

Christoph

--- End Message ---

Reply via email to