[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 0/8] Bitmaps patches
From: |
John Snow |
Subject: |
Re: [Qemu-devel] [PULL 0/8] Bitmaps patches |
Date: |
Mon, 21 Jan 2019 10:55:41 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
On 1/21/19 2:54 AM, address@hidden wrote:
> Patchew URL: https://patchew.org/QEMU/address@hidden/
>
>
>
> Hi,
>
> This series failed the address@hidden build test. Please find the testing
> commands and
> their output below. If you have Docker installed, you can probably reproduce
> it
> locally.
>
> === TEST SCRIPT BEGIN ===
> #!/bin/bash
> time make address@hidden SHOW_ENV=1 J=14
> === TEST SCRIPT END ===
>
> CC crypto/block.o
> CC crypto/block-qcow.o
> /tmp/qemu-test/src/block/sheepdog.c: In function 'find_vdi_name':
> /tmp/qemu-test/src/block/sheepdog.c:1239:5: error: 'strncpy' specified bound
> 256 equals destination size [-Werror=stringop-truncation]
> strncpy(buf + SD_MAX_VDI_LEN, tag, SD_MAX_VDI_TAG_LEN);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: all warnings being treated as errors
>
>
> The full log is available at
> http://patchew.org/logs/address@hidden/address@hidden/?type=message.
> ---
> Email generated automatically by Patchew [http://patchew.org/].
> Please send your feedback to address@hidden
>
Not related to this patchset.
--js
- [Qemu-devel] [PULL 2/8] tests: add tests for hbitmap_next_zero with specified end parameter, (continued)
- [Qemu-devel] [PULL 2/8] tests: add tests for hbitmap_next_zero with specified end parameter, John Snow, 2019/01/15
- [Qemu-devel] [PULL 4/8] tests: add tests for hbitmap_next_dirty_area, John Snow, 2019/01/15
- [Qemu-devel] [PULL 6/8] Revert "block/dirty-bitmap: Add bdrv_dirty_iter_next_area", John Snow, 2019/01/15
- [Qemu-devel] [PULL 3/8] dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_area, John Snow, 2019/01/15
- [Qemu-devel] [PULL 7/8] Revert "test-hbitmap: Add non-advancing iter_next tests", John Snow, 2019/01/15
- [Qemu-devel] [PULL 8/8] Revert "hbitmap: Add @advance param to hbitmap_iter_next()", John Snow, 2019/01/15
- Re: [Qemu-devel] [PULL 0/8] Bitmaps patches, Peter Maydell, 2019/01/17
- Re: [Qemu-devel] [PULL 0/8] Bitmaps patches, no-reply, 2019/01/21