Dear maintainer:
During a rebuild of all packages in trixie, this package failed to build.
[ Note: The bug is marked as fixed with the version in forky/sid, but
packages in trixie must still build in trixie ].
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/trixie/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:pg-squeeze, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
2026-09-13 08:38:40.585 UTC [319] sbuild@contrib_regression ERROR: library "pg_squeeze" may not be used as an output plugin
2026-09-13 08:38:40.585 UTC [319] sbuild@contrib_regression STATEMENT: SELECT squeeze.squeeze_table('public', 'b', NULL);
Dropping cluster 17/regress ...
**** regression.diffs ****
diff -U3 /<<PKGBUILDDIR>>/expected/squeeze.out /<<PKGBUILDDIR>>/results/squeeze.out
--- /<<PKGBUILDDIR>>/expected/squeeze.out 2025-01-24 10:46:56.000000000 +0000
+++ /<<PKGBUILDDIR>>/results/squeeze.out 2026-09-13 08:38:40.583690977 +0000
@@ -5,11 +5,7 @@
FROM generate_series(1, 10) AS g(x);
-- The trivial case.
SELECT squeeze.squeeze_table('public', 'a', NULL);
- squeeze_table
----------------
-
-(1 row)
-
+ERROR: library "pg_squeeze" may not be used as an output plugin
SELECT * FROM a;
i | j
----+----
@@ -28,24 +24,20 @@
-- Clustering by index.
CREATE INDEX a_i_idx_desc ON a(i DESC);
SELECT squeeze.squeeze_table('public', 'a', 'a_i_idx_desc');
- squeeze_table
----------------
-
-(1 row)
-
+ERROR: library "pg_squeeze" may not be used as an output plugin
SELECT * FROM a;
i | j
----+----
- 10 | 10
- 9 | 9
- 8 | 8
- 7 | 7
- 6 | 6
- 5 | 5
- 4 | 4
- 3 | 3
- 2 | 2
1 | 1
+ 2 | 2
+ 3 | 3
+ 4 | 4
+ 5 | 5
+ 6 | 6
+ 7 | 7
+ 8 | 8
+ 9 | 9
+ 10 | 10
(10 rows)