diff mbox series

tests/vm: update NetBSD to 9.2

Message ID YLe+LZ/j0pxVGeBi@humpty.home.comstyle.com (mailing list archive)
State New, archived
Headers show
Series tests/vm: update NetBSD to 9.2 | expand

Commit Message

Brad Smith June 2, 2021, 5:21 p.m. UTC
tests/vm: update NetBSD to 9.2

Signed-off-by: Brad Smith <brad@comstyle.com>
---
 tests/vm/netbsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Gerd Hoffmann June 3, 2021, 7:19 a.m. UTC | #1
On Wed, Jun 02, 2021 at 01:21:49PM -0400, Brad Smith wrote:
> tests/vm: update NetBSD to 9.2
> 
> Signed-off-by: Brad Smith <brad@comstyle.com>

Tested-by: Gerd Hoffmann <kraxel@redhat.com>
Brad Smith June 30, 2021, 3:05 a.m. UTC | #2
ping.

On 6/3/2021 3:19 AM, Gerd Hoffmann wrote:
> On Wed, Jun 02, 2021 at 01:21:49PM -0400, Brad Smith wrote:
>> tests/vm: update NetBSD to 9.2
>>
>> Signed-off-by: Brad Smith <brad@comstyle.com>
> Tested-by: Gerd Hoffmann <kraxel@redhat.com>
>
Philippe Mathieu-Daudé June 30, 2021, 10:33 a.m. UTC | #3
Hi Brad,

You forgot to Cc the maintainers:

$ ./scripts/get_maintainer.pl -f tests/vm/netbsd
"Alex Bennée" <alex.bennee@linaro.org> (maintainer:Build and test au...)
"Philippe Mathieu-Daudé" <f4bug@amsat.org> (maintainer:Build and test au...)
Thomas Huth <thuth@redhat.com> (maintainer:Build and test au...)
Wainer dos Santos Moschetta <wainersm@redhat.com> (reviewer:Build and
test au...)
Willian Rampazzo <willianr@redhat.com> (reviewer:Build and test au...)
qemu-devel@nongnu.org (open list:All patches CC here)

On 6/2/21 7:21 PM, Brad Smith wrote:
> tests/vm: update NetBSD to 9.2
> 
> Signed-off-by: Brad Smith <brad@comstyle.com>

Acked-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> ---
>  tests/vm/netbsd | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/vm/netbsd b/tests/vm/netbsd
> index b9efc269d2..4cc58df130 100755
> --- a/tests/vm/netbsd
> +++ b/tests/vm/netbsd
> @@ -22,8 +22,8 @@ class NetBSDVM(basevm.BaseVM):
>      name = "netbsd"
>      arch = "x86_64"
>  
> -    link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.1/images/NetBSD-9.1-amd64.iso"
> -    csum = "65bddc95945991c3b2021f9c8ded7f34c25f0a7611b7aa15a15fe23399e902307e926ae97fcd01dc1662ac67b5f6e4be643c6a2b581692ddcb616d30125066f9"
> +    link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/images/NetBSD-9.2-amd64.iso"
> +    csum = "5ee0ea101f73386b9b424f5d1041e371db3c42fdd6f4e4518dc79c4a08f31d43091ebe93425c9f0dcaaed2b51131836fe6774f33f89030b58d64709b35fda72f"
>      size = "20G"
>      pkgs = [
>          # tools
>
Brad Smith June 30, 2021, 4:50 p.m. UTC | #4
Sorry my mistake.

I'll keep that script in mind as it looks incredibly useful.

On 6/30/2021 6:33 AM, Philippe Mathieu-Daudé wrote:
> Hi Brad,
>
> You forgot to Cc the maintainers:
>
> $ ./scripts/get_maintainer.pl -f tests/vm/netbsd
> "Alex Bennée" <alex.bennee@linaro.org> (maintainer:Build and test au...)
> "Philippe Mathieu-Daudé" <f4bug@amsat.org> (maintainer:Build and test au...)
> Thomas Huth <thuth@redhat.com> (maintainer:Build and test au...)
> Wainer dos Santos Moschetta <wainersm@redhat.com> (reviewer:Build and
> test au...)
> Willian Rampazzo <willianr@redhat.com> (reviewer:Build and test au...)
> qemu-devel@nongnu.org (open list:All patches CC here)
>
> On 6/2/21 7:21 PM, Brad Smith wrote:
>> tests/vm: update NetBSD to 9.2
>>
>> Signed-off-by: Brad Smith <brad@comstyle.com>
> Acked-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>
>> ---
>>   tests/vm/netbsd | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/tests/vm/netbsd b/tests/vm/netbsd
>> index b9efc269d2..4cc58df130 100755
>> --- a/tests/vm/netbsd
>> +++ b/tests/vm/netbsd
>> @@ -22,8 +22,8 @@ class NetBSDVM(basevm.BaseVM):
>>       name = "netbsd"
>>       arch = "x86_64"
>>   
>> -    link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.1/images/NetBSD-9.1-amd64.iso"
>> -    csum = "65bddc95945991c3b2021f9c8ded7f34c25f0a7611b7aa15a15fe23399e902307e926ae97fcd01dc1662ac67b5f6e4be643c6a2b581692ddcb616d30125066f9"
>> +    link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/images/NetBSD-9.2-amd64.iso"
>> +    csum = "5ee0ea101f73386b9b424f5d1041e371db3c42fdd6f4e4518dc79c4a08f31d43091ebe93425c9f0dcaaed2b51131836fe6774f33f89030b58d64709b35fda72f"
>>       size = "20G"
>>       pkgs = [
>>           # tools
>>
Wainer dos Santos Moschetta July 1, 2021, 3:54 p.m. UTC | #5
On 6/2/21 2:21 PM, Brad Smith wrote:
> tests/vm: update NetBSD to 9.2
>
> Signed-off-by: Brad Smith <brad@comstyle.com>
> ---
>   tests/vm/netbsd | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
>
> diff --git a/tests/vm/netbsd b/tests/vm/netbsd
> index b9efc269d2..4cc58df130 100755
> --- a/tests/vm/netbsd
> +++ b/tests/vm/netbsd
> @@ -22,8 +22,8 @@ class NetBSDVM(basevm.BaseVM):
>       name = "netbsd"
>       arch = "x86_64"
>   
> -    link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.1/images/NetBSD-9.1-amd64.iso"
> -    csum = "65bddc95945991c3b2021f9c8ded7f34c25f0a7611b7aa15a15fe23399e902307e926ae97fcd01dc1662ac67b5f6e4be643c6a2b581692ddcb616d30125066f9"
> +    link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/images/NetBSD-9.2-amd64.iso"
> +    csum = "5ee0ea101f73386b9b424f5d1041e371db3c42fdd6f4e4518dc79c4a08f31d43091ebe93425c9f0dcaaed2b51131836fe6774f33f89030b58d64709b35fda72f"
>       size = "20G"
>       pkgs = [
>           # tools
Alex Bennée July 5, 2021, 3:05 p.m. UTC | #6
Brad Smith <brad@comstyle.com> writes:

> tests/vm: update NetBSD to 9.2
>
> Signed-off-by: Brad Smith <brad@comstyle.com>

Queued to testing/next, thanks.

Note: something about your message-id or formatting really confuses b4:

  b4 am -S -t "YLe+LZ/j0pxVGeBi@humpty.home.comstyle.com" -o -
  Looking up https://lore.kernel.org/r/YLe%2BLZ%2Fj0pxVGeBi%40humpty.home.comstyle.com
  Grabbing thread from lore.kernel.org/qemu-devel
  Analyzing 6 messages in the thread
  ---
  Writing /tmp/tmpuc25zyupb4-am-stdout
    [PATCH] tests/vm: update NetBSD to 9.2
      + Tested-by: Gerd Hoffmann <kraxel@redhat.com>
      + Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
      + Acked-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Traceback (most recent call last):
    File "/home/alex/.local/bin/b4", line 10, in <module>
      sys.exit(cmd())
    File "/home/alex/.local/lib/python3.7/site-packages/b4/command.py", line 222, in cmd
      cmdargs.func(cmdargs)
    File "/home/alex/.local/lib/python3.7/site-packages/b4/command.py", line 40, in cmd_am
      b4.mbox.main(cmdargs)
    File "/home/alex/.local/lib/python3.7/site-packages/b4/mbox.py", line 505, in main
      mbox_to_am(threadmbox, cmdargs)
    File "/home/alex/.local/lib/python3.7/site-packages/b4/mbox.py", line 116, in mbox_to_am
      linkmask=config['linkmask'], cherrypick=cherrypick)
    File "/home/alex/.local/lib/python3.7/site-packages/b4/__init__.py", line 567, in save_am_mbox
      mbx.add(msg.as_bytes(policy=emlpolicy))
    File "/usr/lib/python3.7/email/message.py", line 178, in as_bytes
      g.flatten(self, unixfrom=unixfrom)
    File "/usr/lib/python3.7/email/generator.py", line 116, in flatten
      self._write(msg)
    File "/usr/lib/python3.7/email/generator.py", line 195, in _write
      self._write_headers(msg)
    File "/usr/lib/python3.7/email/generator.py", line 418, in _write_headers
      self._fp.write(self.policy.fold_binary(h, v))
    File "/usr/lib/python3.7/email/policy.py", line 199, in fold_binary
      folded = self._fold(name, value, refold_binary=self.cte_type=='7bit')
    File "/usr/lib/python3.7/email/policy.py", line 205, in _fold
      return value.fold(policy=self)
    File "/usr/lib/python3.7/email/headerregistry.py", line 258, in fold
      return header.fold(policy=policy)
    File "/usr/lib/python3.7/email/_header_value_parser.py", line 144, in fold
      return _refold_parse_tree(self, policy=policy)
    File "/usr/lib/python3.7/email/_header_value_parser.py", line 2631, in _refold_parse_tree
      encoded_part = part.fold(policy=policy)[:-1] # strip nl
    File "/usr/lib/python3.7/email/_header_value_parser.py", line 144, in fold
      return _refold_parse_tree(self, policy=policy)
    File "/usr/lib/python3.7/email/_header_value_parser.py", line 2631, in _refold_parse_tree
      encoded_part = part.fold(policy=policy)[:-1] # strip nl
    File "/usr/lib/python3.7/email/_header_value_parser.py", line 144, in fold
      return _refold_parse_tree(self, policy=policy)
    File "/usr/lib/python3.7/email/_header_value_parser.py", line 2631, in _refold_parse_tree
      encoded_part = part.fold(policy=policy)[:-1] # strip nl
    File "/usr/lib/python3.7/email/_header_value_parser.py", line 144, in fold
      return _refold_parse_tree(self, policy=policy)
    File "/usr/lib/python3.7/email/_header_value_parser.py", line 2631, in _refold_parse_tree
      encoded_part = part.fold(policy=policy)[:-1] # strip nl
    File "/usr/lib/python3.7/email/_header_value_parser.py", line 144, in fold
      return _refold_parse_tree(self, policy=policy)
    File "/usr/lib/python3.7/email/_header_value_parser.py", line 2652, in _refold_parse_tree
      part.ew_combine_allowed, charset)
    File "/usr/lib/python3.7/email/_header_value_parser.py", line 2729, in _fold_as_ew
      first_part = to_encode[:text_space]
  TypeError: slice indices must be integers or None or have an __index__ method


> ---
>  tests/vm/netbsd | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/vm/netbsd b/tests/vm/netbsd
> index b9efc269d2..4cc58df130 100755
> --- a/tests/vm/netbsd
> +++ b/tests/vm/netbsd
> @@ -22,8 +22,8 @@ class NetBSDVM(basevm.BaseVM):
>      name = "netbsd"
>      arch = "x86_64"
>  
> -    link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.1/images/NetBSD-9.1-amd64.iso"
> -    csum = "65bddc95945991c3b2021f9c8ded7f34c25f0a7611b7aa15a15fe23399e902307e926ae97fcd01dc1662ac67b5f6e4be643c6a2b581692ddcb616d30125066f9"
> +    link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/images/NetBSD-9.2-amd64.iso"
> +    csum = "5ee0ea101f73386b9b424f5d1041e371db3c42fdd6f4e4518dc79c4a08f31d43091ebe93425c9f0dcaaed2b51131836fe6774f33f89030b58d64709b35fda72f"
>      size = "20G"
>      pkgs = [
>          # tools
diff mbox series

Patch

diff --git a/tests/vm/netbsd b/tests/vm/netbsd
index b9efc269d2..4cc58df130 100755
--- a/tests/vm/netbsd
+++ b/tests/vm/netbsd
@@ -22,8 +22,8 @@  class NetBSDVM(basevm.BaseVM):
     name = "netbsd"
     arch = "x86_64"
 
-    link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.1/images/NetBSD-9.1-amd64.iso"
-    csum = "65bddc95945991c3b2021f9c8ded7f34c25f0a7611b7aa15a15fe23399e902307e926ae97fcd01dc1662ac67b5f6e4be643c6a2b581692ddcb616d30125066f9"
+    link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/images/NetBSD-9.2-amd64.iso"
+    csum = "5ee0ea101f73386b9b424f5d1041e371db3c42fdd6f4e4518dc79c4a08f31d43091ebe93425c9f0dcaaed2b51131836fe6774f33f89030b58d64709b35fda72f"
     size = "20G"
     pkgs = [
         # tools