ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#242262] [test-only] FAILED ploop.git=7.0.163-alt6
@ 2019-12-04 12:39 Girar Builder awaiter robot
  0 siblings, 0 replies; only message in thread
From: Girar Builder awaiter robot @ 2019-12-04 12:39 UTC (permalink / raw)
  To: Andrew A. Vasilyev; +Cc: sisyphus-incominger, girar-builder-sisyphus

http://git.altlinux.org/tasks/242262/logs/events.1.1.log

2019-Dec-04 12:35:43 :: test-only task #242262 for sisyphus started by andy:
#100 build 7.0.163-alt6 from /people/andy/packages/ploop.git fetched at 2019-Dec-04 12:35:42
2019-Dec-04 12:35:45 :: [ppc64le] #100 ploop.git 7.0.163-alt6: build start
2019-Dec-04 12:35:45 :: [aarch64] #100 ploop.git 7.0.163-alt6: build start
2019-Dec-04 12:35:45 :: [x86_64] #100 ploop.git 7.0.163-alt6: build start
2019-Dec-04 12:35:45 :: [i586] #100 ploop.git 7.0.163-alt6: build start
check.c: In function 'fill_hole':
ploop.h:302:20: error: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'off_t' {aka 'long long int'} [-Werror=format=]
  302 |   __ploop_err(err, "Error in %s (%s:%d): " format, \
--
In file included from check.c:35:
ploop.h:302:20: error: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'off_t' {aka 'long long int'} [-Werror=format=]
  302 |   __ploop_err(err, "Error in %s (%s:%d): " format, \
--
check.c: In function 'restore_hole':
check.c:278:47: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'off_t' {aka 'long long int'} [-Werror=format=]
  278 |    ploop_log(0, "Restore the hole at offset=%lu len=%lu",
--
      |      off_t {aka long long int}
check.c:278:55: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Werror=format=]
  278 |    ploop_log(0, "Restore the hole at offset=%lu len=%lu",
--
In file included from check.c:35:
ploop.h:302:20: error: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'off_t' {aka 'long long int'} [-Werror=format=]
  302 |   __ploop_err(err, "Error in %s (%s:%d): " format, \
--
In file included from check.c:35:
ploop.h:302:20: error: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'off_t' {aka 'long long int'} [-Werror=format=]
  302 |   __ploop_err(err, "Error in %s (%s:%d): " format, \
--
      |                                                          %llu
cc1: all warnings being treated as errors
make[1]: *** [../Makefile.inc:60: check.o] Error 1
--
cbt.c: In function 'free_ext_context':
cbt.c:152:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
  152 |     free((void *) *p);
cbt.c: In function 'save_dirty_bitmap_from_raw':
cbt.c:626:22: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
  626 |    if (PWRITE(delta, (void *)*in_p, block_size, offset)) {
cbt.c: In function 'raw_move_to_memory':
cbt.c:755:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
  755 |    *p = (__u64)block;
2019-Dec-04 12:36:17 :: [i586] ploop.git 7.0.163-alt6: remote: build failed
2019-Dec-04 12:36:17 :: [i586] #100 ploop.git 7.0.163-alt6: build FAILED
2019-Dec-04 12:36:17 :: [i586] requesting cancellation of task processing
ploop-copy.c: In function 'send_image_block':
ploop-copy.c:490:15: error: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__u64' {aka 'long unsigned int'} [-Werror=format=]
  490 |  ploop_dbg(4, "READ size=%llu pos=%llu", size, pos);
--
      |                          %lu
ploop-copy.c:490:15: error: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__u64' {aka 'long unsigned int'} [-Werror=format=]
  490 |  ploop_dbg(4, "READ size=%llu pos=%llu", size, pos);
--
In file included from ploop-copy.c:35:
ploop.h:302:20: error: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type '__u64' {aka 'long unsigned int'} [-Werror=format=]
  302 |   __ploop_err(err, "Error in %s (%s:%d): " format, \
--
In file included from ploop-copy.c:35:
ploop.h:302:20: error: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type '__u64' {aka 'long unsigned int'} [-Werror=format=]
  302 |   __ploop_err(err, "Error in %s (%s:%d): " format, \
--
ploop-copy.c: In function 'send_optional_header':
ploop-copy.c:935:48: error: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__u64' {aka 'long unsigned int'} [-Werror=format=]
  935 |  ploop_log(3, "Send extension header offset=%llu size=%d",
--
      |                                             %lu
cc1: all warnings being treated as errors
make[1]: *** [../Makefile.inc:60: ploop-copy.o] Error 1
--
balloon.c: In function 'get_discard_granularity':
balloon.c:1046:21: error: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type '__u64 *' {aka 'long unsigned int *'} [-Werror=format=]
 1046 |  if (fscanf(fp, "%llu", granularity) != 1) {
--
      |                  %lu
cc1: all warnings being treated as errors
make[1]: *** [../Makefile.inc:60: balloon.o] Error 1
--
cbt.c: In function 'truncate_ext_blocks':
ploop.h:302:20: error: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type '__u64' {aka 'long unsigned int'} [-Werror=format=]
  302 |   __ploop_err(err, "Error in %s (%s:%d): " format, \
--
cbt.c: In function 'cbt_get_dirty_bitmap_part':
ploop.h:302:20: error: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type '__u64' {aka 'long unsigned int'} [-Werror=format=]
  302 |   __ploop_err(err, "Error in %s (%s:%d): " format, \
2019-Dec-04 12:36:18 :: [ppc64le] ploop.git 7.0.163-alt6: remote: build failed
2019-Dec-04 12:36:18 :: [ppc64le] #100 ploop.git 7.0.163-alt6: build FAILED
2019-Dec-04 12:36:58 :: [x86_64] #100 ploop.git 7.0.163-alt6: build OK
2019-Dec-04 12:39:06 :: [aarch64] #100 ploop.git 7.0.163-alt6: build OK
2019-Dec-04 12:36:17 :: [i586] build FAILED
2019-Dec-04 12:36:18 :: [ppc64le] build FAILED
2019-Dec-04 12:39:06 :: task #242262 for sisyphus FAILED


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-04 12:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-04 12:39 [#242262] [test-only] FAILED ploop.git=7.0.163-alt6 Girar Builder awaiter robot

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