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=ham autolearn_force=no version=3.4.1 Date: Wed, 6 Sep 2023 07:04:36 +0000 From: "Girar awaiter (cas)" To: Andrey Cherepanov Subject: [#328822] FAILED pgaudit.git=14-16.0-alt1 pgaudit.git=15-16.0-alt1 Message-ID: Mail-Followup-To: Girar awaiter robot MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 328822 X-girar-task-owner: cas X-girar-task-repo: sisyphus X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/328822/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#328822] FAILED pgaudit.git=14-16.0-alt1 pgaudit.git=15-16.0-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: Wed, 06 Sep 2023 07:04:40 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/328822/logs/events.1.1.log subtask name aarch64 armh i586 ppc64le x86_64 #100 pgaudit failed failed failed failed failed 2023-Sep-06 07:02:59 :: task #328822 for sisyphus started by cas: #100 build 14-16.0-alt1 from /people/cas/packages/pgaudit.git fetched at 2023-Sep-06 07:02:46 #200 build 15-16.0-alt1 from /people/cas/packages/pgaudit.git fetched at 2023-Sep-06 07:02:52 2023-Sep-06 07:02:59 :: created build repo 2023-Sep-06 07:03:00 :: [aarch64] #100 pgaudit.git 14-16.0-alt1: build start 2023-Sep-06 07:03:00 :: [ppc64le] #100 pgaudit.git 14-16.0-alt1: build start 2023-Sep-06 07:03:00 :: [x86_64] #100 pgaudit.git 14-16.0-alt1: build start 2023-Sep-06 07:03:00 :: [i586] #100 pgaudit.git 14-16.0-alt1: build start 2023-Sep-06 07:03:00 :: [armh] #100 pgaudit.git 14-16.0-alt1: build start [i586] pgaudit.c: In function 'log_select_dml': [i586] pgaudit.c:1049:15: error: unknown type name 'RTEPermissionInfo' [i586] 1049 | const RTEPermissionInfo *perminfo; [i586] pgaudit.c:1055:16: error: 'RangeTblEntry' has no member named 'perminfoindex' [i586] 1055 | if (rte->perminfoindex == 0) [i586] -- [i586] 1106 | perminfo = getRTEPermissionInfo(permInfos, rte); [i586] pgaudit.c:1108:21: error: request for member 'requiredPerms' in something not a structure or union [i586] 1108 | if (perminfo->requiredPerms & ACL_INSERT) [i586] pgaudit.c:1114:26: error: request for member 'requiredPerms' in something not a structure or union [i586] 1114 | else if (perminfo->requiredPerms & ACL_UPDATE && [i586] pgaudit.c:1121:26: error: request for member 'requiredPerms' in something not a structure or union [i586] 1121 | else if (perminfo->requiredPerms & ACL_DELETE) [i586] pgaudit.c:1127:26: error: request for member 'requiredPerms' in something not a structure or union [i586] 1127 | else if (perminfo->requiredPerms & ACL_SELECT) [i586] pgaudit.c:1192:25: error: request for member 'requiredPerms' in something not a structure or union [i586] 1192 | perminfo->requiredPerms; [i586] pgaudit.c:1213:56: error: request for member 'selectedCols' in something not a structure or union [i586] 1213 | perminfo->selectedCols, [i586] pgaudit.c:1223:56: error: request for member 'insertedCols' in something not a structure or union [i586] 1223 | perminfo->insertedCols, [i586] pgaudit.c:1233:56: error: request for member 'updatedCols' in something not a structure or union [i586] 1233 | perminfo->updatedCols, 2023-Sep-06 07:03:33 :: [i586] pgaudit.git 14-16.0-alt1: remote: build failed 2023-Sep-06 07:03:33 :: [i586] #100 pgaudit.git 14-16.0-alt1: build FAILED 2023-Sep-06 07:03:33 :: [i586] requesting cancellation of task processing [x86_64] pgaudit.c: In function 'log_select_dml': [x86_64] pgaudit.c:1049:15: error: unknown type name 'RTEPermissionInfo' [x86_64] 1049 | const RTEPermissionInfo *perminfo; [x86_64] pgaudit.c:1055:16: error: 'RangeTblEntry' has no member named 'perminfoindex' [x86_64] 1055 | if (rte->perminfoindex == 0) [x86_64] -- [x86_64] 1106 | perminfo = getRTEPermissionInfo(permInfos, rte); [x86_64] pgaudit.c:1108:21: error: request for member 'requiredPerms' in something not a structure or union [x86_64] 1108 | if (perminfo->requiredPerms & ACL_INSERT) [x86_64] pgaudit.c:1114:26: error: request for member 'requiredPerms' in something not a structure or union [x86_64] 1114 | else if (perminfo->requiredPerms & ACL_UPDATE && [x86_64] pgaudit.c:1121:26: error: request for member 'requiredPerms' in something not a structure or union [x86_64] 1121 | else if (perminfo->requiredPerms & ACL_DELETE) [x86_64] pgaudit.c:1127:26: error: request for member 'requiredPerms' in something not a structure or union [x86_64] 1127 | else if (perminfo->requiredPerms & ACL_SELECT) [x86_64] pgaudit.c:1192:25: error: request for member 'requiredPerms' in something not a structure or union [x86_64] 1192 | perminfo->requiredPerms; [x86_64] pgaudit.c:1213:56: error: request for member 'selectedCols' in something not a structure or union [x86_64] 1213 | perminfo->selectedCols, [x86_64] pgaudit.c:1223:56: error: request for member 'insertedCols' in something not a structure or union [x86_64] 1223 | perminfo->insertedCols, [x86_64] pgaudit.c:1233:56: error: request for member 'updatedCols' in something not a structure or union [x86_64] 1233 | perminfo->updatedCols, 2023-Sep-06 07:03:46 :: [x86_64] pgaudit.git 14-16.0-alt1: remote: build failed 2023-Sep-06 07:03:46 :: [x86_64] #100 pgaudit.git 14-16.0-alt1: build FAILED [armh] pgaudit.c: In function 'log_select_dml': [armh] pgaudit.c:1049:15: error: unknown type name 'RTEPermissionInfo' [armh] 1049 | const RTEPermissionInfo *perminfo; [armh] pgaudit.c:1055:16: error: 'RangeTblEntry' has no member named 'perminfoindex' [armh] 1055 | if (rte->perminfoindex == 0) [armh] -- [armh] 1106 | perminfo = getRTEPermissionInfo(permInfos, rte); [armh] pgaudit.c:1108:21: error: request for member 'requiredPerms' in something not a structure or union [armh] 1108 | if (perminfo->requiredPerms & ACL_INSERT) [armh] pgaudit.c:1114:26: error: request for member 'requiredPerms' in something not a structure or union [armh] 1114 | else if (perminfo->requiredPerms & ACL_UPDATE && [armh] pgaudit.c:1121:26: error: request for member 'requiredPerms' in something not a structure or union [armh] 1121 | else if (perminfo->requiredPerms & ACL_DELETE) [armh] pgaudit.c:1127:26: error: request for member 'requiredPerms' in something not a structure or union [armh] 1127 | else if (perminfo->requiredPerms & ACL_SELECT) [armh] pgaudit.c:1192:25: error: request for member 'requiredPerms' in something not a structure or union [armh] 1192 | perminfo->requiredPerms; [armh] pgaudit.c:1213:56: error: request for member 'selectedCols' in something not a structure or union [armh] 1213 | perminfo->selectedCols, [armh] pgaudit.c:1223:56: error: request for member 'insertedCols' in something not a structure or union [armh] 1223 | perminfo->insertedCols, [armh] pgaudit.c:1233:56: error: request for member 'updatedCols' in something not a structure or union [armh] 1233 | perminfo->updatedCols, 2023-Sep-06 07:04:19 :: [armh] pgaudit.git 14-16.0-alt1: remote: build failed 2023-Sep-06 07:04:19 :: [armh] #100 pgaudit.git 14-16.0-alt1: build FAILED [aarch64] pgaudit.c: In function 'log_select_dml': [aarch64] pgaudit.c:1049:15: error: unknown type name 'RTEPermissionInfo' [aarch64] 1049 | const RTEPermissionInfo *perminfo; [aarch64] pgaudit.c:1055:16: error: 'RangeTblEntry' has no member named 'perminfoindex' [aarch64] 1055 | if (rte->perminfoindex == 0) [aarch64] -- [aarch64] 1106 | perminfo = getRTEPermissionInfo(permInfos, rte); [aarch64] pgaudit.c:1108:21: error: request for member 'requiredPerms' in something not a structure or union [aarch64] 1108 | if (perminfo->requiredPerms & ACL_INSERT) [aarch64] pgaudit.c:1114:26: error: request for member 'requiredPerms' in something not a structure or union [aarch64] 1114 | else if (perminfo->requiredPerms & ACL_UPDATE && [aarch64] pgaudit.c:1121:26: error: request for member 'requiredPerms' in something not a structure or union [aarch64] 1121 | else if (perminfo->requiredPerms & ACL_DELETE) [aarch64] pgaudit.c:1127:26: error: request for member 'requiredPerms' in something not a structure or union [aarch64] 1127 | else if (perminfo->requiredPerms & ACL_SELECT) [aarch64] pgaudit.c:1192:25: error: request for member 'requiredPerms' in something not a structure or union [aarch64] 1192 | perminfo->requiredPerms; [aarch64] pgaudit.c:1213:56: error: request for member 'selectedCols' in something not a structure or union [aarch64] 1213 | perminfo->selectedCols, [aarch64] pgaudit.c:1223:56: error: request for member 'insertedCols' in something not a structure or union [aarch64] 1223 | perminfo->insertedCols, [aarch64] pgaudit.c:1233:56: error: request for member 'updatedCols' in something not a structure or union [aarch64] 1233 | perminfo->updatedCols, 2023-Sep-06 07:04:25 :: [aarch64] pgaudit.git 14-16.0-alt1: remote: build failed 2023-Sep-06 07:04:25 :: [aarch64] #100 pgaudit.git 14-16.0-alt1: build FAILED [ppc64le] pgaudit.c: In function 'log_select_dml': [ppc64le] pgaudit.c:1049:15: error: unknown type name 'RTEPermissionInfo' [ppc64le] 1049 | const RTEPermissionInfo *perminfo; [ppc64le] pgaudit.c:1055:16: error: 'RangeTblEntry' has no member named 'perminfoindex' [ppc64le] 1055 | if (rte->perminfoindex == 0) [ppc64le] -- [ppc64le] 1106 | perminfo = getRTEPermissionInfo(permInfos, rte); [ppc64le] pgaudit.c:1108:21: error: request for member 'requiredPerms' in something not a structure or union [ppc64le] 1108 | if (perminfo->requiredPerms & ACL_INSERT) [ppc64le] pgaudit.c:1114:26: error: request for member 'requiredPerms' in something not a structure or union [ppc64le] 1114 | else if (perminfo->requiredPerms & ACL_UPDATE && [ppc64le] pgaudit.c:1121:26: error: request for member 'requiredPerms' in something not a structure or union [ppc64le] 1121 | else if (perminfo->requiredPerms & ACL_DELETE) [ppc64le] pgaudit.c:1127:26: error: request for member 'requiredPerms' in something not a structure or union [ppc64le] 1127 | else if (perminfo->requiredPerms & ACL_SELECT) [ppc64le] pgaudit.c:1192:25: error: request for member 'requiredPerms' in something not a structure or union [ppc64le] 1192 | perminfo->requiredPerms; [ppc64le] pgaudit.c:1213:56: error: request for member 'selectedCols' in something not a structure or union [ppc64le] 1213 | perminfo->selectedCols, [ppc64le] pgaudit.c:1223:56: error: request for member 'insertedCols' in something not a structure or union [ppc64le] 1223 | perminfo->insertedCols, [ppc64le] pgaudit.c:1233:56: error: request for member 'updatedCols' in something not a structure or union [ppc64le] 1233 | perminfo->updatedCols, 2023-Sep-06 07:04:35 :: [ppc64le] pgaudit.git 14-16.0-alt1: remote: build failed 2023-Sep-06 07:04:35 :: [ppc64le] #100 pgaudit.git 14-16.0-alt1: build FAILED 2023-Sep-06 07:03:33 :: [i586] build FAILED 2023-Sep-06 07:03:46 :: [x86_64] build FAILED 2023-Sep-06 07:04:19 :: [armh] build FAILED 2023-Sep-06 07:04:25 :: [aarch64] build FAILED 2023-Sep-06 07:04:36 :: [ppc64le] build FAILED 2023-Sep-06 07:04:36 :: task #328822 for sisyphus FAILED