Message ID | 20200626235519.591734-1-hskinnemoen@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines | expand |
Patchew URL: https://patchew.org/QEMU/20200626235519.591734-1-hskinnemoen@google.com/ Hi, This series failed the docker-mingw@fedora 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 export ARCH=x86_64 make docker-image-fedora V=1 NETWORK=1 time make docker-test-mingw@fedora J=14 NETWORK=1 === TEST SCRIPT END === raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=a230e4bd116749a0878a758b497ee67e', '-u', '1003', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 'SHOW_ENV=', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', '/home/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-vg6aufvv/src/docker-src.2020-06-26-20.09.42.21707:/var/tmp/qemu:z,ro', 'qemu:fedora', '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit status 2. filter=--filter=label=com.qemu.instance.uuid=a230e4bd116749a0878a758b497ee67e make[1]: *** [docker-run] Error 1 make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-vg6aufvv/src' make: *** [docker-run-test-mingw@fedora] Error 2 real 5m38.662s user 0m9.129s The full log is available at http://patchew.org/logs/20200626235519.591734-1-hskinnemoen@google.com/testing.docker-mingw@fedora/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com
On Sat, 27 Jun 2020 at 00:55, Havard Skinnemoen <hskinnemoen@google.com> wrote: > > Time for another refresh of this patchset. Sorry it took so long -- I've been > trying to figure out why the Winbond flash model isn't working with > npcm750-evb, and I'm fairly convinced the number of dummy cycles in DIO mode > should be 4, not 1. Unfortunately, I don't see any other machines using Winbond > flash in DIO mode, so it's hard to prove that it's correct. I'm planning to > post a libqos-based test suite separately. > > I'm also planning to add the vbootrom to qemu as a submodule, similar to the > other roms, but not in this pathset (let me know if you do want me to include > this in the series). Hi; it looks like codewise this patchset is ready to go in and it's all been reviewed. I see however that all the new files are GPL-v2-only. We usually prefer GPL-v2-or-later for new code: is it possible to use that license instead ? thanks -- PMM
On 7/3/20 2:27 PM, Peter Maydell wrote: > On Sat, 27 Jun 2020 at 00:55, Havard Skinnemoen <hskinnemoen@google.com> wrote: >> >> Time for another refresh of this patchset. Sorry it took so long -- I've been >> trying to figure out why the Winbond flash model isn't working with >> npcm750-evb, and I'm fairly convinced the number of dummy cycles in DIO mode >> should be 4, not 1. Unfortunately, I don't see any other machines using Winbond >> flash in DIO mode, so it's hard to prove that it's correct. I'm planning to >> post a libqos-based test suite separately. >> >> I'm also planning to add the vbootrom to qemu as a submodule, similar to the >> other roms, but not in this pathset (let me know if you do want me to include >> this in the series). > > Hi; it looks like codewise this patchset is ready to go in > and it's all been reviewed. I see however that all the > new files are GPL-v2-only. We usually prefer GPL-v2-or-later > for new code: is it possible to use that license instead ? This series has been posted before Markus qdev & error cleanups. Maybe some newer error patterns should be used now instead? Phil.
On Fri, Jul 3, 2020 at 5:27 AM Peter Maydell <peter.maydell@linaro.org> wrote: > On Sat, 27 Jun 2020 at 00:55, Havard Skinnemoen <hskinnemoen@google.com> > wrote: > > > > Time for another refresh of this patchset. Sorry it took so long -- I've > been > > trying to figure out why the Winbond flash model isn't working with > > npcm750-evb, and I'm fairly convinced the number of dummy cycles in DIO > mode > > should be 4, not 1. Unfortunately, I don't see any other machines using > Winbond > > flash in DIO mode, so it's hard to prove that it's correct. I'm planning > to > > post a libqos-based test suite separately. > > > > I'm also planning to add the vbootrom to qemu as a submodule, similar to > the > > other roms, but not in this pathset (let me know if you do want me to > include > > this in the series). > > Hi; it looks like codewise this patchset is ready to go in > and it's all been reviewed. I see however that all the > new files are GPL-v2-only. We usually prefer GPL-v2-or-later > for new code: is it possible to use that license instead ? > I sent an e-mail to our licensing team to see if there are any issues with doing that. I don't expect a response until next week though, since this is a long weekend. I'll send out a v4 with updated headers if they approve. Thanks, Havard
On Fri, Jul 3, 2020 at 6:35 AM Philippe Mathieu-Daudé <philmd@redhat.com> wrote: > > On 7/3/20 2:27 PM, Peter Maydell wrote: > > On Sat, 27 Jun 2020 at 00:55, Havard Skinnemoen <hskinnemoen@google.com> wrote: > >> > >> Time for another refresh of this patchset. Sorry it took so long -- I've been > >> trying to figure out why the Winbond flash model isn't working with > >> npcm750-evb, and I'm fairly convinced the number of dummy cycles in DIO mode > >> should be 4, not 1. Unfortunately, I don't see any other machines using Winbond > >> flash in DIO mode, so it's hard to prove that it's correct. I'm planning to > >> post a libqos-based test suite separately. > >> > >> I'm also planning to add the vbootrom to qemu as a submodule, similar to the > >> other roms, but not in this pathset (let me know if you do want me to include > >> this in the series). > > > > Hi; it looks like codewise this patchset is ready to go in > > and it's all been reviewed. I see however that all the > > new files are GPL-v2-only. We usually prefer GPL-v2-or-later > > for new code: is it possible to use that license instead ? > > This series has been posted before Markus qdev & error cleanups. > Maybe some newer error patterns should be used now instead? I'm not sure if I understand exactly what you're referring to, but I'll do 'git log origin/master --author=armbru@redhat.com' to see if I can apply any similar fixes or cleanups to this series. Havard
On 7/3/20 11:15 PM, Havard Skinnemoen wrote: > On Fri, Jul 3, 2020 at 6:35 AM Philippe Mathieu-Daudé <philmd@redhat.com> wrote: >> >> On 7/3/20 2:27 PM, Peter Maydell wrote: >>> On Sat, 27 Jun 2020 at 00:55, Havard Skinnemoen <hskinnemoen@google.com> wrote: >>>> >>>> Time for another refresh of this patchset. Sorry it took so long -- I've been >>>> trying to figure out why the Winbond flash model isn't working with >>>> npcm750-evb, and I'm fairly convinced the number of dummy cycles in DIO mode >>>> should be 4, not 1. Unfortunately, I don't see any other machines using Winbond >>>> flash in DIO mode, so it's hard to prove that it's correct. I'm planning to >>>> post a libqos-based test suite separately. >>>> >>>> I'm also planning to add the vbootrom to qemu as a submodule, similar to the >>>> other roms, but not in this pathset (let me know if you do want me to include >>>> this in the series). >>> >>> Hi; it looks like codewise this patchset is ready to go in >>> and it's all been reviewed. I see however that all the >>> new files are GPL-v2-only. We usually prefer GPL-v2-or-later >>> for new code: is it possible to use that license instead ? >> >> This series has been posted before Markus qdev & error cleanups. >> Maybe some newer error patterns should be used now instead? > > I'm not sure if I understand exactly what you're referring to, but > I'll do 'git log origin/master --author=armbru@redhat.com' to see if I > can apply any similar fixes or cleanups to this series. Sorry this was a quick comment for Peter, that he might get conflicts when applying. See Markus "Fix realize error API violations" commits: 7cd1c981eb, b40181942e & 3e9a88c372, and commit 123327d14 "Clean up roundabout error propagation".