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: Fri, 13 Dec 2024 15:01:24 +0000 From: "Girar awaiter (aris)" To: Yuri Sedunov Subject: [#364966] FAILED srpm=libnfs-6.0.1-alt1.src.rpm fuse-nfs.git=1.0.0-alt0.5 ... 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: 364966 X-girar-task-owner: aris 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/364966/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#364966] FAILED srpm=libnfs-6.0.1-alt1.src.rpm fuse-nfs.git=1.0.0-alt0.5 srpm=gvfs-1.56.1-alt1.src.rpm far2l.git=2.6.3-alt3 fio.git=3.38-alt1 kodi.git=kodi-21.1-alt1 qemu.git=9.1.2-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: Fri, 13 Dec 2024 15:01:27 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/364966/logs/events.1.1.log https://packages.altlinux.org/tasks/364966 subtask name aarch64 i586 ppc64le x86_64 #100 libnfs 1:21 53 1:32 52 #200 fuse-nfs ? failed ? failed 2024-Dec-13 14:57:20 :: task #364966 for sisyphus started by aris: 2024-Dec-13 14:57:20 :: message: libnfs_update #100 build libnfs-6.0.1-alt1.src.rpm #200 build 1.0.0-alt0.5 from /gears/f/fuse-nfs.git fetched at 2024-Dec-13 14:55:11 from sisyphus #300 build gvfs-1.56.1-alt1.src.rpm from sisyphus #400 build 2.6.3-alt3 from /gears/f/far2l.git fetched at 2024-Dec-13 14:56:00 from sisyphus #500 build 3.38-alt1 from /gears/f/fio.git fetched at 2024-Dec-13 14:56:05 from sisyphus #600 build kodi-21.1-alt1 from /gears/k/kodi.git fetched at 2024-Dec-13 14:56:28 from sisyphus #700 build 9.1.2-alt1 from /gears/q/qemu.git fetched at 2024-Dec-13 14:56:39 from sisyphus 2024-Dec-13 14:57:20 :: waiting for a shared lock on sisyphus 2024-Dec-13 14:59:49 :: acquired a shared lock on sisyphus 2024-Dec-13 14:59:49 :: created build repo 2024-Dec-13 14:59:51 :: [x86_64] #100 libnfs-6.0.1-alt1.src.rpm: build start 2024-Dec-13 14:59:51 :: [aarch64] #100 libnfs-6.0.1-alt1.src.rpm: build start 2024-Dec-13 14:59:51 :: [ppc64le] #100 libnfs-6.0.1-alt1.src.rpm: build start 2024-Dec-13 14:59:51 :: [i586] #100 libnfs-6.0.1-alt1.src.rpm: build start 2024-Dec-13 15:00:43 :: [x86_64] #100 libnfs-6.0.1-alt1.src.rpm: build OK 2024-Dec-13 15:00:44 :: [x86_64] #200 fuse-nfs.git 1.0.0-alt0.5: build start 2024-Dec-13 15:00:44 :: [i586] #100 libnfs-6.0.1-alt1.src.rpm: build OK 2024-Dec-13 15:00:44 :: [i586] #200 fuse-nfs.git 1.0.0-alt0.5: build start [x86_64] fuse-nfs.c: In function 'fuse_nfs_read': [x86_64] fuse-nfs.c:433:43: error: passing argument 3 of 'nfs_pread_async' makes pointer from integer without a cast [-Wint-conversion] [x86_64] 433 | ret = nfs_pread_async(nfs, nfsfh, offset, size, read_cb, &cb_data); [x86_64] -- [x86_64] 723 | void *buf, size_t count, uint64_t offset, [x86_64] fuse-nfs.c:433:57: error: passing argument 5 of 'nfs_pread_async' makes integer from pointer without a cast [-Wint-conversion] [x86_64] 433 | ret = nfs_pread_async(nfs, nfsfh, offset, size, read_cb, &cb_data); [x86_64] -- [x86_64] 723 | void *buf, size_t count, uint64_t offset, [x86_64] fuse-nfs.c:433:66: error: passing argument 6 of 'nfs_pread_async' from incompatible pointer type [-Wincompatible-pointer-types] [x86_64] 433 | ret = nfs_pread_async(nfs, nfsfh, offset, size, read_cb, &cb_data); [x86_64] -- [x86_64] 724 | nfs_cb cb, void *private_data); [x86_64] fuse-nfs.c:433:15: error: too few arguments to function 'nfs_pread_async' [x86_64] 433 | ret = nfs_pread_async(nfs, nfsfh, offset, size, read_cb, &cb_data); [x86_64] -- [x86_64] fuse-nfs.c: In function 'fuse_nfs_write': [x86_64] fuse-nfs.c:456:44: error: passing argument 3 of 'nfs_pwrite_async' makes pointer from integer without a cast [-Wint-conversion] [x86_64] 456 | ret = nfs_pwrite_async(nfs, nfsfh, offset, size, discard_const(buf), [x86_64] -- [x86_64] 785 | const void *buf, size_t count, uint64_t offset, [x86_64] fuse-nfs.c:66:29: error: passing argument 5 of 'nfs_pwrite_async' makes integer from pointer without a cast [-Wint-conversion] [x86_64] 66 | #define discard_const(ptr) ((void *)((intptr_t)(ptr))) 2024-Dec-13 15:01:07 :: [x86_64] fuse-nfs.git 1.0.0-alt0.5: remote: build failed 2024-Dec-13 15:01:07 :: [x86_64] #200 fuse-nfs.git 1.0.0-alt0.5: build FAILED 2024-Dec-13 15:01:07 :: [x86_64] requesting cancellation of task processing [i586] 422 | struct nfsfh *nfsfh = (struct nfsfh *)fi->fh; [i586] fuse-nfs.c:433:43: error: passing argument 3 of 'nfs_pread_async' makes pointer from integer without a cast [-Wint-conversion] [i586] 433 | ret = nfs_pread_async(nfs, nfsfh, offset, size, read_cb, &cb_data); [i586] -- [i586] 723 | void *buf, size_t count, uint64_t offset, [i586] fuse-nfs.c:433:57: error: passing argument 5 of 'nfs_pread_async' makes integer from pointer without a cast [-Wint-conversion] [i586] 433 | ret = nfs_pread_async(nfs, nfsfh, offset, size, read_cb, &cb_data); [i586] -- [i586] 723 | void *buf, size_t count, uint64_t offset, [i586] fuse-nfs.c:433:66: error: passing argument 6 of 'nfs_pread_async' from incompatible pointer type [-Wincompatible-pointer-types] [i586] 433 | ret = nfs_pread_async(nfs, nfsfh, offset, size, read_cb, &cb_data); [i586] -- [i586] 724 | nfs_cb cb, void *private_data); [i586] fuse-nfs.c:433:15: error: too few arguments to function 'nfs_pread_async' [i586] 433 | ret = nfs_pread_async(nfs, nfsfh, offset, size, read_cb, &cb_data); [i586] -- [i586] 446 | struct nfsfh *nfsfh = (struct nfsfh *)fi->fh; [i586] fuse-nfs.c:456:44: error: passing argument 3 of 'nfs_pwrite_async' makes pointer from integer without a cast [-Wint-conversion] [i586] 456 | ret = nfs_pwrite_async(nfs, nfsfh, offset, size, discard_const(buf), [i586] -- [i586] 785 | const void *buf, size_t count, uint64_t offset, [i586] fuse-nfs.c:66:29: error: passing argument 5 of 'nfs_pwrite_async' makes integer from pointer without a cast [-Wint-conversion] [i586] 66 | #define discard_const(ptr) ((void *)((intptr_t)(ptr))) 2024-Dec-13 15:01:07 :: [i586] fuse-nfs.git 1.0.0-alt0.5: remote: build failed 2024-Dec-13 15:01:07 :: [i586] #200 fuse-nfs.git 1.0.0-alt0.5: build FAILED 2024-Dec-13 15:01:12 :: [aarch64] #100 libnfs-6.0.1-alt1.src.rpm: build OK 2024-Dec-13 15:01:12 :: [aarch64] task processing CANCELLED 2024-Dec-13 15:01:23 :: [ppc64le] #100 libnfs-6.0.1-alt1.src.rpm: build OK 2024-Dec-13 15:01:23 :: [ppc64le] task processing CANCELLED 2024-Dec-13 15:01:07 :: [x86_64] build FAILED 2024-Dec-13 15:01:07 :: [i586] build FAILED 2024-Dec-13 15:01:12 :: [aarch64] build FAILED 2024-Dec-13 15:01:24 :: [ppc64le] build FAILED 2024-Dec-13 15:01:24 :: task #364966 for sisyphus FAILED