ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: "Girar awaiter (cas)" <girar-builder@altlinux.org>
To: Andrey Cherepanov <cas@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org,
	girar-builder-sisyphus@altlinux.org
Subject: [#394475] FAILED (try 2) pgaudit.git=13-17.1-alt1 pgaudit.git=14-17.1-alt1 ...
Date: Thu, 11 Sep 2025 09:30:02 +0000
Message-ID: <girar.task.394475.2.1@gyle.mskdc.altlinux.org> (raw)
In-Reply-To: <girar.task.394475.1.1@gyle.mskdc.altlinux.org>

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


  reply	other threads:[~2025-09-11  9:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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) [this message]
2025-09-11 12:10 ` [#394475] FAILED (try 3) " Girar awaiter (cas)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=girar.task.394475.2.1@gyle.mskdc.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=cas@altlinux.org \
    --cc=devel@lists.altlinux.org \
    --cc=girar-builder-sisyphus@altlinux.org \
    --cc=sisyphus-incominger@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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