[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [Qemu-devel] [PATCH v2 0/8] tests/qemu-iotests: Run bas
From: |
Alex Bennée |
Subject: |
Re: [Qemu-block] [Qemu-devel] [PATCH v2 0/8] tests/qemu-iotests: Run basic iotests during "make check" |
Date: |
Wed, 01 May 2019 09:30:45 +0100 |
User-agent: |
mu4e 1.3.1; emacs 26.1 |
Thomas Huth <address@hidden> writes:
> On 29/04/2019 05.47, address@hidden wrote:
>> Patchew URL: https://patchew.org/QEMU/address@hidden/
>>
>> This series failed the asan 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 TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
>> === TEST SCRIPT END ===
>>
>> The full log is available at
>> http://patchew.org/logs/address@hidden/testing.asan/?type=message.
>
> The asan test failed since it could not check out the repository ...
> a networking problem?
>
> Anyway, looks like there was a real bug here:
>
> https://patchew.org/logs/address@hidden/address@hidden/?type=message
>
> Test 162 failed with:
>
> 162 - output mismatch (see 162.out.bad)
> --- /tmp/qemu-test/src/tests/qemu-iotests/162.out 2019-04-28
> 16:09:31.000000000 +0000
> +++ /tmp/qemu-test/build/tests/qemu-iotests/162.out.bad 2019-04-28
> 16:24:21.669646149 +0000
> @@ -6,7 +6,9 @@
> image: nbd+unix://?socket=42
>
> === SSH ===
> +qemu-img: warning: GLib: getpwuid_r(): failed due to unknown user id (1003)
> qemu-img: Could not open 'json:{"driver": "ssh", "host": "localhost",
> "port": "0", "path": "/foo"}': Failed to connect socket: Connection refused
> +qemu-img: warning: GLib: getpwuid_r(): failed due to unknown user id (1003)
> qemu-img: Could not open 'driver=ssh,host=localhost,port=0,path=/foo':
> Failed to connect socket: Connection refused
> qemu-img: Could not open 'json:{"driver": "ssh", "host": "localhost",
> "port": 0.42, "path": "/foo"}': Parameter 'port' expects a number
> qemu-img: Could not open 'driver=ssh,host=localhost,port=0.42,path=/foo':
> Parameter 'port' expects a number
>
> ... I think I'll remove 162 from the "auto" group to avoid this.
Should I wait for a v3 then?
--
Alex Bennée
- Re: [Qemu-block] [Qemu-devel] [PATCH v2 0/8] tests/qemu-iotests: Run basic iotests during "make check",
Alex Bennée <=