From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 Date: Thu, 11 Sep 2025 09:30:02 +0000 From: "Girar awaiter (cas)" To: Andrey Cherepanov Subject: [#394475] FAILED (try 2) pgaudit.git=13-17.1-alt1 pgaudit.git=14-17.1-alt1 ... Message-ID: Mail-Followup-To: Girar awaiter robot References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-girar-task-id: 394475 X-girar-task-owner: cas X-girar-task-repo: sisyphus X-girar-task-try: 2 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/394475/ X-girar-task-log: logs/events.2.1.log X-girar-task-summary: [#394475] FAILED (try 2) pgaudit.git=13-17.1-alt1 pgaudit.git=14-17.1-alt1 pgaudit.git=15-17.1-alt1 pgaudit.git=16-17.1-alt1 pgaudit.git=17-17.1-alt1 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2025 09:30:05 -0000 Archived-At: List-Archive: 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