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

Reply via email to