[postgis-devel] Fwd: Build failed in Hudson: PostGIS-trunk-regression #1772
Sandro Santilli
strk at keybit.net
Thu Dec 22 00:27:42 PST 2011
Paul: I'm not getting any failure with 8.4.9 (32/64) and 9.1.2,
except the bytea one which is fixed as of r8500.
--strk;
On Wed, Dec 21, 2011 at 09:52:39PM -0800, Paul Ramsey wrote:
> In the current trunk I'm seeing multiple regression failures (which
> I'm "pleased" to say all pre-date my commit that fired off this
> mess...)
>
> Why is the builbot returning no regression failures, except this funny
> "ERROR" test that isn't even part of the standard regression? Here's
> what's failing for me:
>
> tickets.sql:
>
> @@ -137,9 +137,9 @@
> #1320.geog.2|MULTIPOLYGON|4326
> #1320.geom.2|MULTIPOLYGON|4326
> ERROR: Geometry type (Polygon) does not match column type (MultiPolygon)
> -ERROR: Geometry type (Polygon) does not match column type (MultiPolygon)
> +ERROR: Geometry SRID (2139062143) does not match column SRID (4326)
> #1320.geog.3|MULTIPOLYGON|4326
> #1320.geom.3|MULTIPOLYGON|4326
> </#1320>
> -#1344|\001\002\000\000\000\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
> +#1344|\x01020000000100000000000000000000000000000000000000
> #1385|
>
> And all the loader tests up to but not including TSTPolygon. The error
> file doesn't show any error (perhaps it's been overwritten by
> something without errors?)
>
> SET
> SET
> BEGIN
> psql:/var/folders/vQ/vQpcmrOZEXuINbyg+7Jj4k+++TI/-Tmp-/loader.out:5:
> NOTICE: CREATE TABLE will create implicit sequence
> "loadedshp_gid_seq" for serial column "loadedshp.gid"
> CREATE TABLE
> psql:/var/folders/vQ/vQpcmrOZEXuINbyg+7Jj4k+++TI/-Tmp-/loader.out:6:
> NOTICE: ALTER TABLE / ADD PRIMARY KEY will create implicit index
> "loadedshp_pkey" for table "loadedshp"
> ALTER TABLE
> INSERT 0 1
> COMMIT
> /var/folders/vQ/vQpcmrOZEXuINbyg+7Jj4k+++TI/-Tmp-//loader.err (END)
>
> Fun, much cleaning to do.
>
> P.
More information about the postgis-devel
mailing list