* [#394475] FAILED pgaudit.git=17-17.1-alt1 pgaudit.git=16-17.1-alt1 ...
@ 2025-09-09 18:14 Girar awaiter (cas)
2025-09-11 9:30 ` [#394475] FAILED (try 2) pgaudit.git=13-17.1-alt1 pgaudit.git=14-17.1-alt1 Girar awaiter (cas)
2025-09-11 12:10 ` [#394475] FAILED (try 3) pgaudit.git=17-17.1-alt1 pgaudit.git=16-17.1-alt1 Girar awaiter (cas)
0 siblings, 2 replies; 3+ messages in thread
From: Girar awaiter (cas) @ 2025-09-09 18:14 UTC (permalink / raw)
To: Andrey Cherepanov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/394475/logs/events.1.1.log
https://packages.altlinux.org/tasks/394475
subtask name aarch64 i586 x86_64
#100 pgaudit 1:51 50 59
#200 pgaudit 1:33 44 54
#300 pgaudit ? failed failed
2025-Sep-09 18:11:23 :: task #394475 for sisyphus started by cas:
#100 build 17-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-09 18:10:52
#200 build 16-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-09 18:10:53
#300 build 15-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-09 18:10:54
#400 build 14-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-09 18:10:55
#500 build 13-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-09 18:10:56
2025-Sep-09 18:11:24 :: created build repo
2025-Sep-09 18:11:25 :: [aarch64] #100 pgaudit.git 17-17.1-alt1: build start
2025-Sep-09 18:11:25 :: [i586] #100 pgaudit.git 17-17.1-alt1: build start
2025-Sep-09 18:11:25 :: [x86_64] #100 pgaudit.git 17-17.1-alt1: build start
2025-Sep-09 18:12:15 :: [i586] #100 pgaudit.git 17-17.1-alt1: build OK
2025-Sep-09 18:12:15 :: [i586] #200 pgaudit.git 16-17.1-alt1: build start
2025-Sep-09 18:12:24 :: [x86_64] #100 pgaudit.git 17-17.1-alt1: build OK
2025-Sep-09 18:12:25 :: [x86_64] #200 pgaudit.git 16-17.1-alt1: build start
2025-Sep-09 18:12:59 :: [i586] #200 pgaudit.git 16-17.1-alt1: build OK
2025-Sep-09 18:12:59 :: [i586] #300 pgaudit.git 15-17.1-alt1: build start
2025-Sep-09 18:13:16 :: [aarch64] #100 pgaudit.git 17-17.1-alt1: build OK
2025-Sep-09 18:13:17 :: [aarch64] #200 pgaudit.git 16-17.1-alt1: build start
2025-Sep-09 18:13:19 :: [x86_64] #200 pgaudit.git 16-17.1-alt1: build OK
2025-Sep-09 18:13:19 :: [x86_64] #300 pgaudit.git 15-17.1-alt1: build start
[i586] pgaudit.c: In function 'log_select_dml':
[i586] pgaudit.c:1111:15: error: unknown type name 'RTEPermissionInfo'
[i586] 1111 | const RTEPermissionInfo *perminfo;
[i586] pgaudit.c:1117:16: error: 'RangeTblEntry' has no member named 'perminfoindex'
[i586] 1117 | if (rte->perminfoindex == 0)
[i586] pgaudit.c:1168:20: error: implicit declaration of function 'getRTEPermissionInfo' [-Wimplicit-function-declaration]
[i586] 1168 | perminfo = getRTEPermissionInfo(permInfos, rte);
[i586] pgaudit.c:1168:18: error: assignment to 'const int *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[i586] 1168 | perminfo = getRTEPermissionInfo(permInfos, rte);
[i586] pgaudit.c:1170:21: error: request for member 'requiredPerms' in something not a structure or union
[i586] 1170 | if (perminfo->requiredPerms & ACL_INSERT)
[i586] pgaudit.c:1176:26: error: request for member 'requiredPerms' in something not a structure or union
[i586] 1176 | else if (perminfo->requiredPerms & ACL_UPDATE &&
[i586] pgaudit.c:1183:26: error: request for member 'requiredPerms' in something not a structure or union
[i586] 1183 | else if (perminfo->requiredPerms & ACL_DELETE)
[i586] pgaudit.c:1189:26: error: request for member 'requiredPerms' in something not a structure or union
[i586] 1189 | else if (perminfo->requiredPerms & ACL_SELECT)
[i586] pgaudit.c:1254:25: error: request for member 'requiredPerms' in something not a structure or union
[i586] 1254 | perminfo->requiredPerms;
[i586] pgaudit.c:1275:56: error: request for member 'selectedCols' in something not a structure or union
[i586] 1275 | perminfo->selectedCols,
2025-Sep-09 18:13:34 :: [i586] pgaudit.git 15-17.1-alt1: remote: build failed
2025-Sep-09 18:13:34 :: [i586] #300 pgaudit.git 15-17.1-alt1: build FAILED
2025-Sep-09 18:13:34 :: [i586] requesting cancellation of task processing
[x86_64] pgaudit.c: In function 'log_select_dml':
[x86_64] pgaudit.c:1111:15: error: unknown type name 'RTEPermissionInfo'
[x86_64] 1111 | const RTEPermissionInfo *perminfo;
[x86_64] pgaudit.c:1117:16: error: 'RangeTblEntry' has no member named 'perminfoindex'
[x86_64] 1117 | if (rte->perminfoindex == 0)
[x86_64] pgaudit.c:1168:20: error: implicit declaration of function 'getRTEPermissionInfo' [-Wimplicit-function-declaration]
[x86_64] 1168 | perminfo = getRTEPermissionInfo(permInfos, rte);
[x86_64] pgaudit.c:1168:18: error: assignment to 'const int *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
[x86_64] 1168 | perminfo = getRTEPermissionInfo(permInfos, rte);
[x86_64] pgaudit.c:1170:21: error: request for member 'requiredPerms' in something not a structure or union
[x86_64] 1170 | if (perminfo->requiredPerms & ACL_INSERT)
[x86_64] pgaudit.c:1176:26: error: request for member 'requiredPerms' in something not a structure or union
[x86_64] 1176 | else if (perminfo->requiredPerms & ACL_UPDATE &&
[x86_64] pgaudit.c:1183:26: error: request for member 'requiredPerms' in something not a structure or union
[x86_64] 1183 | else if (perminfo->requiredPerms & ACL_DELETE)
[x86_64] pgaudit.c:1189:26: error: request for member 'requiredPerms' in something not a structure or union
[x86_64] 1189 | else if (perminfo->requiredPerms & ACL_SELECT)
[x86_64] pgaudit.c:1254:25: error: request for member 'requiredPerms' in something not a structure or union
[x86_64] 1254 | perminfo->requiredPerms;
[x86_64] pgaudit.c:1275:56: error: request for member 'selectedCols' in something not a structure or union
[x86_64] 1275 | perminfo->selectedCols,
2025-Sep-09 18:14:04 :: [x86_64] pgaudit.git 15-17.1-alt1: remote: build failed
2025-Sep-09 18:14:04 :: [x86_64] #300 pgaudit.git 15-17.1-alt1: build FAILED
2025-Sep-09 18:14:50 :: [aarch64] #200 pgaudit.git 16-17.1-alt1: build OK
2025-Sep-09 18:14:50 :: [aarch64] task processing CANCELLED
2025-Sep-09 18:13:34 :: [i586] build FAILED
2025-Sep-09 18:14:04 :: [x86_64] build FAILED
2025-Sep-09 18:14:50 :: [aarch64] build FAILED
2025-Sep-09 18:14:50 :: task #394475 for sisyphus FAILED
^ permalink raw reply [flat|nested] 3+ messages in thread
* [#394475] FAILED (try 2) pgaudit.git=13-17.1-alt1 pgaudit.git=14-17.1-alt1 ...
2025-09-09 18:14 [#394475] FAILED pgaudit.git=17-17.1-alt1 pgaudit.git=16-17.1-alt1 Girar awaiter (cas)
@ 2025-09-11 9:30 ` Girar awaiter (cas)
2025-09-11 12:10 ` [#394475] FAILED (try 3) pgaudit.git=17-17.1-alt1 pgaudit.git=16-17.1-alt1 Girar awaiter (cas)
1 sibling, 0 replies; 3+ messages in thread
From: Girar awaiter (cas) @ 2025-09-11 9:30 UTC (permalink / raw)
To: Andrey Cherepanov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/394475/logs/events.2.1.log
https://packages.altlinux.org/tasks/394475
subtask name aarch64 i586 x86_64
#600 pgaudit failed failed failed
2025-Sep-11 09:28:35 :: task #394475 for sisyphus resumed by cas:
#100 removed
#200 removed
#300 removed
#400 removed
#500 removed
#600 build 13-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-11 09:21:59
#700 build 14-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-11 09:22:00
#1000 build 15-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-11 09:22:01
#1100 build 16-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-11 09:22:02
#1200 build 17-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-11 09:22:03
2025-Sep-11 09:28:36 :: created build repo
2025-Sep-11 09:28:37 :: [i586] #600 pgaudit.git 13-17.1-alt1: build start
2025-Sep-11 09:28:37 :: [x86_64] #600 pgaudit.git 13-17.1-alt1: build start
2025-Sep-11 09:28:37 :: [aarch64] #600 pgaudit.git 13-17.1-alt1: build start
[i586] pgaudit.c: In function 'pgaudit_ProcessUtility_hook':
[i586] pgaudit.c:1675:72: error: passing argument 4 of 'next_ProcessUtility_hook' makes pointer from integer without a cast [-Wint-conversion]
[i586] 1675 | (*next_ProcessUtility_hook) (pstmt, queryString, readOnlyTree, context,
[i586] --
[i586] pgaudit.c:1675:72: note: expected 'ParamListInfo' {aka 'struct ParamListInfoData *'} but argument is of type 'ProcessUtilityContext'
[i586] pgaudit.c:1676:38: error: passing argument 5 of 'next_ProcessUtility_hook' from incompatible pointer type [-Wincompatible-pointer-types]
[i586] 1676 | params, queryEnv, dest, qc);
[i586] --
[i586] pgaudit.c:1676:38: note: expected 'QueryEnvironment *' but argument is of type 'ParamListInfo' {aka 'struct ParamListInfoData *'}
[i586] pgaudit.c:1676:46: error: passing argument 6 of 'next_ProcessUtility_hook' from incompatible pointer type [-Wincompatible-pointer-types]
[i586] 1676 | params, queryEnv, dest, qc);
[i586] --
[i586] pgaudit.c:1676:46: note: expected 'DestReceiver *' {aka 'struct _DestReceiver *'} but argument is of type 'QueryEnvironment *'
[i586] pgaudit.c:1676:56: error: passing argument 7 of 'next_ProcessUtility_hook' from incompatible pointer type [-Wincompatible-pointer-types]
[i586] 1676 | params, queryEnv, dest, qc);
[i586] --
[i586] pgaudit.c:1676:56: note: expected 'QueryCompletion *' but argument is of type 'DestReceiver *' {aka 'struct _DestReceiver *'}
[i586] pgaudit.c:1675:10: error: too many arguments to function 'next_ProcessUtility_hook'
[i586] 1675 | (*next_ProcessUtility_hook) (pstmt, queryString, readOnlyTree, context,
[i586] pgaudit.c:1678:67: error: passing argument 4 of 'standard_ProcessUtility' makes pointer from integer without a cast [-Wint-conversion]
[i586] 1678 | standard_ProcessUtility(pstmt, queryString, readOnlyTree, context,
[i586] --
[i586] 83 | ProcessUtilityContext context, ParamListInfo params,
[i586] pgaudit.c:1679:33: error: passing argument 5 of 'standard_ProcessUtility' from incompatible pointer type [-Wincompatible-pointer-types]
[i586] 1679 | params, queryEnv, dest, qc);
[i586] --
[i586] 84 | QueryEnvironment *queryEnv,
[i586] pgaudit.c:1679:41: error: passing argument 6 of 'standard_ProcessUtility' from incompatible pointer type [-Wincompatible-pointer-types]
[i586] 1679 | params, queryEnv, dest, qc);
[i586] --
[i586] 85 | DestReceiver *dest, QueryCompletion *qc);
[i586] pgaudit.c:1679:51: error: passing argument 7 of 'standard_ProcessUtility' from incompatible pointer type [-Wincompatible-pointer-types]
[i586] 1679 | params, queryEnv, dest, qc);
[i586] --
[i586] 85 | DestReceiver *dest, QueryCompletion *qc);
[i586] pgaudit.c:1678:9: error: too many arguments to function 'standard_ProcessUtility'
[i586] 1678 | standard_ProcessUtility(pstmt, queryString, readOnlyTree, context,
2025-Sep-11 09:29:18 :: [i586] pgaudit.git 13-17.1-alt1: remote: build failed
2025-Sep-11 09:29:18 :: [i586] #600 pgaudit.git 13-17.1-alt1: build FAILED
2025-Sep-11 09:29:18 :: [i586] requesting cancellation of task processing
[x86_64] pgaudit.c: In function 'pgaudit_ProcessUtility_hook':
[x86_64] pgaudit.c:1675:72: error: passing argument 4 of 'next_ProcessUtility_hook' makes pointer from integer without a cast [-Wint-conversion]
[x86_64] 1675 | (*next_ProcessUtility_hook) (pstmt, queryString, readOnlyTree, context,
[x86_64] --
[x86_64] pgaudit.c:1675:72: note: expected 'ParamListInfo' {aka 'struct ParamListInfoData *'} but argument is of type 'ProcessUtilityContext'
[x86_64] pgaudit.c:1676:38: error: passing argument 5 of 'next_ProcessUtility_hook' from incompatible pointer type [-Wincompatible-pointer-types]
[x86_64] 1676 | params, queryEnv, dest, qc);
[x86_64] --
[x86_64] pgaudit.c:1676:38: note: expected 'QueryEnvironment *' but argument is of type 'ParamListInfo' {aka 'struct ParamListInfoData *'}
[x86_64] pgaudit.c:1676:46: error: passing argument 6 of 'next_ProcessUtility_hook' from incompatible pointer type [-Wincompatible-pointer-types]
[x86_64] 1676 | params, queryEnv, dest, qc);
[x86_64] --
[x86_64] pgaudit.c:1676:46: note: expected 'DestReceiver *' {aka 'struct _DestReceiver *'} but argument is of type 'QueryEnvironment *'
[x86_64] pgaudit.c:1676:56: error: passing argument 7 of 'next_ProcessUtility_hook' from incompatible pointer type [-Wincompatible-pointer-types]
[x86_64] 1676 | params, queryEnv, dest, qc);
[x86_64] --
[x86_64] pgaudit.c:1676:56: note: expected 'QueryCompletion *' but argument is of type 'DestReceiver *' {aka 'struct _DestReceiver *'}
[x86_64] pgaudit.c:1675:10: error: too many arguments to function 'next_ProcessUtility_hook'
[x86_64] 1675 | (*next_ProcessUtility_hook) (pstmt, queryString, readOnlyTree, context,
[x86_64] pgaudit.c:1678:67: error: passing argument 4 of 'standard_ProcessUtility' makes pointer from integer without a cast [-Wint-conversion]
[x86_64] 1678 | standard_ProcessUtility(pstmt, queryString, readOnlyTree, context,
[x86_64] --
[x86_64] 83 | ProcessUtilityContext context, ParamListInfo params,
[x86_64] pgaudit.c:1679:33: error: passing argument 5 of 'standard_ProcessUtility' from incompatible pointer type [-Wincompatible-pointer-types]
[x86_64] 1679 | params, queryEnv, dest, qc);
[x86_64] --
[x86_64] 84 | QueryEnvironment *queryEnv,
[x86_64] pgaudit.c:1679:41: error: passing argument 6 of 'standard_ProcessUtility' from incompatible pointer type [-Wincompatible-pointer-types]
[x86_64] 1679 | params, queryEnv, dest, qc);
[x86_64] --
[x86_64] 85 | DestReceiver *dest, QueryCompletion *qc);
[x86_64] pgaudit.c:1679:51: error: passing argument 7 of 'standard_ProcessUtility' from incompatible pointer type [-Wincompatible-pointer-types]
[x86_64] 1679 | params, queryEnv, dest, qc);
[x86_64] --
[x86_64] 85 | DestReceiver *dest, QueryCompletion *qc);
[x86_64] pgaudit.c:1678:9: error: too many arguments to function 'standard_ProcessUtility'
[x86_64] 1678 | standard_ProcessUtility(pstmt, queryString, readOnlyTree, context,
2025-Sep-11 09:29:28 :: [x86_64] pgaudit.git 13-17.1-alt1: remote: build failed
2025-Sep-11 09:29:28 :: [x86_64] #600 pgaudit.git 13-17.1-alt1: build FAILED
[aarch64] pgaudit.c: In function 'pgaudit_ProcessUtility_hook':
[aarch64] pgaudit.c:1675:72: error: passing argument 4 of 'next_ProcessUtility_hook' makes pointer from integer without a cast [-Wint-conversion]
[aarch64] 1675 | (*next_ProcessUtility_hook) (pstmt, queryString, readOnlyTree, context,
[aarch64] --
[aarch64] pgaudit.c:1675:72: note: expected 'ParamListInfo' {aka 'struct ParamListInfoData *'} but argument is of type 'ProcessUtilityContext'
[aarch64] pgaudit.c:1676:38: error: passing argument 5 of 'next_ProcessUtility_hook' from incompatible pointer type [-Wincompatible-pointer-types]
[aarch64] 1676 | params, queryEnv, dest, qc);
[aarch64] --
[aarch64] pgaudit.c:1676:38: note: expected 'QueryEnvironment *' but argument is of type 'ParamListInfo' {aka 'struct ParamListInfoData *'}
[aarch64] pgaudit.c:1676:46: error: passing argument 6 of 'next_ProcessUtility_hook' from incompatible pointer type [-Wincompatible-pointer-types]
[aarch64] 1676 | params, queryEnv, dest, qc);
[aarch64] --
[aarch64] pgaudit.c:1676:46: note: expected 'DestReceiver *' {aka 'struct _DestReceiver *'} but argument is of type 'QueryEnvironment *'
[aarch64] pgaudit.c:1676:56: error: passing argument 7 of 'next_ProcessUtility_hook' from incompatible pointer type [-Wincompatible-pointer-types]
[aarch64] 1676 | params, queryEnv, dest, qc);
[aarch64] --
[aarch64] pgaudit.c:1676:56: note: expected 'QueryCompletion *' but argument is of type 'DestReceiver *' {aka 'struct _DestReceiver *'}
[aarch64] pgaudit.c:1675:10: error: too many arguments to function 'next_ProcessUtility_hook'
[aarch64] 1675 | (*next_ProcessUtility_hook) (pstmt, queryString, readOnlyTree, context,
[aarch64] pgaudit.c:1678:67: error: passing argument 4 of 'standard_ProcessUtility' makes pointer from integer without a cast [-Wint-conversion]
[aarch64] 1678 | standard_ProcessUtility(pstmt, queryString, readOnlyTree, context,
[aarch64] --
[aarch64] 83 | ProcessUtilityContext context, ParamListInfo params,
[aarch64] pgaudit.c:1679:33: error: passing argument 5 of 'standard_ProcessUtility' from incompatible pointer type [-Wincompatible-pointer-types]
[aarch64] 1679 | params, queryEnv, dest, qc);
[aarch64] --
[aarch64] 84 | QueryEnvironment *queryEnv,
[aarch64] pgaudit.c:1679:41: error: passing argument 6 of 'standard_ProcessUtility' from incompatible pointer type [-Wincompatible-pointer-types]
[aarch64] 1679 | params, queryEnv, dest, qc);
[aarch64] --
[aarch64] 85 | DestReceiver *dest, QueryCompletion *qc);
[aarch64] pgaudit.c:1679:51: error: passing argument 7 of 'standard_ProcessUtility' from incompatible pointer type [-Wincompatible-pointer-types]
[aarch64] 1679 | params, queryEnv, dest, qc);
[aarch64] --
[aarch64] 85 | DestReceiver *dest, QueryCompletion *qc);
[aarch64] pgaudit.c:1678:9: error: too many arguments to function 'standard_ProcessUtility'
[aarch64] 1678 | standard_ProcessUtility(pstmt, queryString, readOnlyTree, context,
2025-Sep-11 09:30:01 :: [aarch64] pgaudit.git 13-17.1-alt1: remote: build failed
2025-Sep-11 09:30:02 :: [aarch64] #600 pgaudit.git 13-17.1-alt1: build FAILED
2025-Sep-11 09:29:18 :: [i586] build FAILED
2025-Sep-11 09:29:28 :: [x86_64] build FAILED
2025-Sep-11 09:30:02 :: [aarch64] build FAILED
2025-Sep-11 09:30:02 :: task #394475 for sisyphus FAILED
^ permalink raw reply [flat|nested] 3+ messages in thread
* [#394475] FAILED (try 3) pgaudit.git=17-17.1-alt1 pgaudit.git=16-17.1-alt1 ...
2025-09-09 18:14 [#394475] FAILED pgaudit.git=17-17.1-alt1 pgaudit.git=16-17.1-alt1 Girar awaiter (cas)
2025-09-11 9:30 ` [#394475] FAILED (try 2) pgaudit.git=13-17.1-alt1 pgaudit.git=14-17.1-alt1 Girar awaiter (cas)
@ 2025-09-11 12:10 ` Girar awaiter (cas)
1 sibling, 0 replies; 3+ messages in thread
From: Girar awaiter (cas) @ 2025-09-11 12:10 UTC (permalink / raw)
To: Andrey Cherepanov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/394475/logs/events.3.1.log
https://packages.altlinux.org/tasks/394475
subtask name aarch64 i586 x86_64
#1300 pgaudit 1:35 50 1:00
#1400 pgaudit 1:22 44 54
#1500 pgaudit ? failed failed
2025-Sep-11 12:07:53 :: task #394475 for sisyphus resumed by cas:
#100 removed
#200 removed
#300 removed
#400 removed
#500 removed
#600 removed
#700 removed
#1000 removed
#1100 removed
#1200 removed
#1300 build 17-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-11 12:07:36
#1400 build 16-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-11 12:07:37
#1500 build 15-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-11 12:07:38
#1600 build 14-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-11 12:07:39
#1700 build 13-17.1-alt1 from /people/cas/packages/pgaudit.git fetched at 2025-Sep-11 12:07:41
2025-Sep-11 12:07:54 :: created build repo
2025-Sep-11 12:07:55 :: [i586] #1300 pgaudit.git 17-17.1-alt1: build start
2025-Sep-11 12:07:55 :: [aarch64] #1300 pgaudit.git 17-17.1-alt1: build start
2025-Sep-11 12:07:55 :: [x86_64] #1300 pgaudit.git 17-17.1-alt1: build start
2025-Sep-11 12:08:45 :: [i586] #1300 pgaudit.git 17-17.1-alt1: build OK
2025-Sep-11 12:08:45 :: [i586] #1400 pgaudit.git 16-17.1-alt1: build start
2025-Sep-11 12:08:55 :: [x86_64] #1300 pgaudit.git 17-17.1-alt1: build OK
2025-Sep-11 12:08:56 :: [x86_64] #1400 pgaudit.git 16-17.1-alt1: build start
2025-Sep-11 12:09:29 :: [i586] #1400 pgaudit.git 16-17.1-alt1: build OK
2025-Sep-11 12:09:29 :: [i586] #1500 pgaudit.git 15-17.1-alt1: build start
2025-Sep-11 12:09:30 :: [aarch64] #1300 pgaudit.git 17-17.1-alt1: build OK
2025-Sep-11 12:09:30 :: [aarch64] #1400 pgaudit.git 16-17.1-alt1: build start
2025-Sep-11 12:09:50 :: [x86_64] #1400 pgaudit.git 16-17.1-alt1: build OK
2025-Sep-11 12:09:50 :: [x86_64] #1500 pgaudit.git 15-17.1-alt1: build start
[i586] /usr/libexec/rpm-build/install -p -m 644 .//pgaudit--1.7.sql '/usr/src/tmp/postgresql15-pgaudit-buildroot/usr/share/pgsql/extension/'
[i586] /usr/bin/install: cannot stat './/pgaudit--1.7.sql': No such file or directory
[i586] make: *** [/usr/lib/pgsql/pgxs/src/makefiles/pgxs.mk:237: install] Error 1
2025-Sep-11 12:10:04 :: [i586] pgaudit.git 15-17.1-alt1: remote: build failed
2025-Sep-11 12:10:04 :: [i586] #1500 pgaudit.git 15-17.1-alt1: build FAILED
2025-Sep-11 12:10:04 :: [i586] requesting cancellation of task processing
[x86_64] /usr/libexec/rpm-build/install -p -m 644 .//pgaudit--1.7.sql '/usr/src/tmp/postgresql15-pgaudit-buildroot/usr/share/pgsql/extension/'
[x86_64] /usr/bin/install: cannot stat './/pgaudit--1.7.sql': No such file or directory
[x86_64] make: *** [/usr/lib64/pgsql/pgxs/src/makefiles/pgxs.mk:237: install] Error 1
2025-Sep-11 12:10:35 :: [x86_64] pgaudit.git 15-17.1-alt1: remote: build failed
2025-Sep-11 12:10:35 :: [x86_64] #1500 pgaudit.git 15-17.1-alt1: build FAILED
2025-Sep-11 12:10:52 :: [aarch64] #1400 pgaudit.git 16-17.1-alt1: build OK
2025-Sep-11 12:10:52 :: [aarch64] task processing CANCELLED
2025-Sep-11 12:10:04 :: [i586] build FAILED
2025-Sep-11 12:10:35 :: [x86_64] build FAILED
2025-Sep-11 12:10:53 :: [aarch64] build FAILED
2025-Sep-11 12:10:53 :: task #394475 for sisyphus FAILED
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-11 12:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-09 18:14 [#394475] FAILED pgaudit.git=17-17.1-alt1 pgaudit.git=16-17.1-alt1 Girar awaiter (cas)
2025-09-11 9:30 ` [#394475] FAILED (try 2) pgaudit.git=13-17.1-alt1 pgaudit.git=14-17.1-alt1 Girar awaiter (cas)
2025-09-11 12:10 ` [#394475] FAILED (try 3) pgaudit.git=17-17.1-alt1 pgaudit.git=16-17.1-alt1 Girar awaiter (cas)
ALT Linux Girar Builder robot reports
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
public-inbox-index sisyphus-incominger
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git