Skip to content

riscv64 regression test issues #12

@df7cb

Description

@df7cb

pljs finally got accepted into Debian main, exposing it to more architectures than on apt.postgresql.org.

riscv64 is raising these bits:

**** regression.diffs ****
diff -U3 /build/reproducible-path/pljs-1.0.3/expected/function.out /build/reproducible-path/pljs-1.0.3/results/function.out
--- /build/reproducible-path/pljs-1.0.3/expected/function.out	2025-08-21 05:05:15.000000000 +0000
+++ /build/reproducible-path/pljs-1.0.3/results/function.out	2025-10-14 10:56:48.632056150 +0000
@@ -198,7 +198,7 @@
 -------------
         -0.2
            1
-         0.2
+            
 (3 rows)
 
 CREATE FUNCTION set_of_unnamed_records() RETURNS SETOF record AS
@@ -211,7 +211,7 @@
 SELECT * FROM set_of_unnamed_records() t (i bool);
  i 
 ---
- t
+ 
 (1 row)
 
 CREATE OR REPLACE FUNCTION set_of_unnamed_records() RETURNS SETOF record AS
diff -U3 /build/reproducible-path/pljs-1.0.3/expected/array_spread.out /build/reproducible-path/pljs-1.0.3/results/array_spread.out
--- /build/reproducible-path/pljs-1.0.3/expected/array_spread.out	2025-08-21 05:05:15.000000000 +0000
+++ /build/reproducible-path/pljs-1.0.3/results/array_spread.out	2025-10-14 10:57:01.552014194 +0000
@@ -5,7 +5,7 @@
 [...({})];
 $$ language pljs;
 ERROR:  execution error
-DETAIL:  InternalError: out of memory
+DETAIL:  InternalError: interrupted
     at <anonymous> (<function>:2:1)
     at <eval> (<function>:3:3)
 
@@ -13,7 +13,7 @@
 [...({})];
 $$ language pljs;
 ERROR:  execution error
-DETAIL:  InternalError: out of memory
+DETAIL:  InternalError: interrupted
     at <anonymous> (<function>:2:1)
     at <eval> (<function>:3:3)

Full build log: https://buildd.debian.org/status/fetch.php?pkg=pljs&arch=riscv64&ver=1.0.3-1&stamp=1760439440&raw=0

Other issues (all of these are big-endian):
s390x: build seems to time out
ppc64 (non-el), sparc64: crash
https://buildd.debian.org/status/package.php?p=pljs
... but these are not release architectures, so we don't really have to care if we don't want to

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions