From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 4 Dec 2019 12:39:06 +0000 From: Girar Builder awaiter robot To: "Andrew A. Vasilyev" Subject: [#242262] [test-only] FAILED ploop.git=7.0.163-alt6 Message-ID: <20191204123906.GA5866@gyle.altlinux.org> Mail-Followup-To: girar-builder@altlinux.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 242262 X-girar-task-owner: andy X-girar-task-repo: sisyphus X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: http://git.altlinux.org/tasks/242262/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#242262] [test-only] FAILED ploop.git=7.0.163-alt6 User-Agent: Mutt/1.8.3 (2017-05-23) 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: andy@altlinux.org List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2019 12:39:06 -0000 Archived-At: List-Archive: 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