ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#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

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