ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: "Girar awaiter (aris)" <girar-builder@altlinux.org>
To: Yuri Sedunov <aris@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org,
	girar-builder-sisyphus@altlinux.org
Subject: [#364966] FAILED srpm=libnfs-6.0.1-alt1.src.rpm fuse-nfs.git=1.0.0-alt0.5 ...
Date: Fri, 13 Dec 2024 15:01:24 +0000
Message-ID: <girar.task.364966.1.1@gyle.mskdc.altlinux.org> (raw)

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


             reply	other threads:[~2024-12-13 15:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-13 15:01 Girar awaiter (aris) [this message]
2024-12-13 15:22 ` [#364966] FAILED (try 2) srpm=libnfs-6.0.1-alt1.src.rpm srpm=gvfs-1.56.1-alt1.src.rpm Girar awaiter (aris)
2024-12-14 18:00 ` [#364966] FAILED (try 3) srpm=libnfs-6.0.2-alt1.src.rpm srpm=gvfs-1.56.1-alt1.src.rpm Girar awaiter (aris)

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.364966.1.1@gyle.mskdc.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=aris@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