Your message dated Sun, 29 Mar 2020 15:19:29 +0000
with message-id <e1jizij-000ikq...@fasolo.debian.org>
and subject line Bug#954580: fixed in openvswitch 2.13.0+dfsg1-5
has caused the Debian Bug report #954580,
regarding openvswitch: FTBFS: RuntimeError: dictionary keys changed during 
iteration
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
954580: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954580
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: openvswitch
Version: 2.11.0+2019.06.25+git.9ebe795035+ds1-8
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/_debian'
> PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes 
> /usr/bin/python3 ../ofproto/ipfix-gen-entities ../ofproto/ipfix.xml > 
> ofproto/ipfix-entities.def.tmp && \
> mv ofproto/ipfix-entities.def.tmp ofproto/ipfix-entities.def
> sed -f ../build-aux/extract-odp-netlink-h < 
> ../datapath/linux/compat/include/linux/openvswitch.h > include/odp-netlink.h
> PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes 
> /usr/bin/python3 ../ovsdb/ovsdb-idlc.in annotate 
> ../vswitchd/vswitch.ovsschema ../lib/vswitch-idl.ann > 
> lib/vswitch-idl.ovsidl.tmp && mv lib/vswitch-idl.ovsidl.tmp 
> lib/vswitch-idl.ovsidl
> PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes 
> /usr/bin/python3 ../ovsdb/ovsdb-idlc.in annotate ../ovsdb/_server.ovsschema 
> ../lib/ovsdb-server-idl.ann > lib/ovsdb-server-idl.ovsidl.tmp && mv 
> lib/ovsdb-server-idl.ovsidl.tmp lib/ovsdb-server-idl.ovsidl
> PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes 
> /usr/bin/python3 ../ovsdb/ovsdb-idlc.in -C .. annotate 
> tests/idltest.ovsschema tests/idltest.ann > tests/idltest.ovsidl.tmp && \
> mv tests/idltest.ovsidl.tmp tests/idltest.ovsidl
> PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes 
> /usr/bin/python3 ../ovsdb/ovsdb-idlc.in annotate ../vtep/vtep.ovsschema 
> ../vtep/vtep-idl.ann > vtep/vtep-idl.ovsidl.tmp && \
> mv vtep/vtep-idl.ovsidl.tmp vtep/vtep-idl.ovsidl
> PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes 
> /usr/bin/python3 ../ovsdb/ovsdb-idlc.in annotate ../ovn/ovn-sb.ovsschema 
> ../ovn/lib/ovn-sb-idl.ann > ovn/lib/ovn-sb-idl.ovsidl.tmp && \
> mv ovn/lib/ovn-sb-idl.ovsidl.tmp ovn/lib/ovn-sb-idl.ovsidl
> PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes 
> /usr/bin/python3 ../ovsdb/ovsdb-idlc.in annotate ../ovn/ovn-nb.ovsschema 
> ../ovn/lib/ovn-nb-idl.ann > ovn/lib/ovn-nb-idl.ovsidl.tmp && \
> mv ovn/lib/ovn-nb-idl.ovsidl.tmp ovn/lib/ovn-nb-idl.ovsidl
> PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes 
> /usr/bin/python3 ../ovsdb/ovsdb-idlc.in c-idl-source lib/vswitch-idl.ovsidl > 
> lib/vswitch-idl.c.tmp && mv lib/vswitch-idl.c.tmp lib/vswitch-idl.c
> PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes 
> /usr/bin/python3 ../ovsdb/ovsdb-idlc.in c-idl-header lib/vswitch-idl.ovsidl > 
> lib/vswitch-idl.h.tmp && mv lib/vswitch-idl.h.tmp lib/vswitch-idl.h
> PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes 
> /usr/bin/python3 ../ovsdb/ovsdb-idlc.in c-idl-source 
> lib/ovsdb-server-idl.ovsidl > lib/ovsdb-server-idl.c.tmp && mv 
> lib/ovsdb-server-idl.c.tmp lib/ovsdb-server-idl.c
> PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes 
> /usr/bin/python3 ../ovsdb/ovsdb-idlc.in c-idl-header 
> lib/ovsdb-server-idl.ovsidl > lib/ovsdb-server-idl.h.tmp && mv 
> lib/ovsdb-server-idl.h.tmp lib/ovsdb-server-idl.h
> Traceback (most recent call last):
>   File "../ovsdb/ovsdb-idlc.in", line 1581, in <module>
>     func(*args[1:])
>   File "../ovsdb/ovsdb-idlc.in", line 442, in printCIDLSource
>     replace_cplusplus_keyword(schema)
>   File "../ovsdb/ovsdb-idlc.in", line 179, in replace_cplusplus_keyword
>     for columnName in table.columns:
> RuntimeError: dictionary keys changed during iteration
> make[2]: *** [Makefile:8252: lib/vswitch-idl.c] Error 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/03/21/openvswitch_2.11.0+2019.06.25+git.9ebe795035+ds1-8_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: openvswitch
Source-Version: 2.13.0+dfsg1-5
Done: Thomas Goirand <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
openvswitch, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 954...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated openvswitch package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 22 Mar 2020 15:10:42 +0100
Source: openvswitch
Architecture: source
Version: 2.13.0+dfsg1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 880511 949845 954367 954580
Changes:
 openvswitch (2.13.0+dfsg1-5) unstable; urgency=medium
 .
   * Blacklist failing tests on alpha (Closes: #880511).
   * More tests disabled for sparc64.
   * Uploading to unstable:
     - Fixes FTBFS (Closes: #954580).
     - Will migrate to testing, hopefully (Closes: #954367).
     - Fixes constant 100% CPU (Closes: #949845).
Checksums-Sha1:
 62396e404332fa367a0363f5604e2a58927953c8 3195 openvswitch_2.13.0+dfsg1-5.dsc
 cd77baeec2f1712b8db598b3facfe7abd18fa84f 50908 
openvswitch_2.13.0+dfsg1-5.debian.tar.xz
 32fcce2e50a5c67372468c91025dc662819b4137 18368 
openvswitch_2.13.0+dfsg1-5_amd64.buildinfo
Checksums-Sha256:
 142f298a4f64b1529cb417e52f1fe1d202b237e525d708ace8eed0950789ea08 3195 
openvswitch_2.13.0+dfsg1-5.dsc
 7ab254ef9b3eb4e37b2ceb8067f802a123e7a6a6f7f7b36835498bcd9e8f1aa1 50908 
openvswitch_2.13.0+dfsg1-5.debian.tar.xz
 5798ac7d541dca9c18a5696b95f90e4d753da8119f4f0ed6ab7d117413bd287a 18368 
openvswitch_2.13.0+dfsg1-5_amd64.buildinfo
Files:
 1e34d1b5586fe9b7e9101557c6132b48 3195 net optional 
openvswitch_2.13.0+dfsg1-5.dsc
 4cad57dc0509564b475b2bcf88934c8a 50908 net optional 
openvswitch_2.13.0+dfsg1-5.debian.tar.xz
 a4a7e069a1c2bdbf1d800fc93b9a897e 18368 net optional 
openvswitch_2.13.0+dfsg1-5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAl6AuX8ACgkQ1BatFaxr
Q/6y8Q/+O4nroO9sXjfiX9Fa7hqD17WlWmPwrb4Pg+vsAbdAUmMVxS55pZjesqq6
LmLK2teDo6mw+cqq4sMDP+nMNTRbPl7n9mDqs0wazwtxjYig8QKK83xAGJ2U5bzW
eujRSHdfPkhb9Hs5Ck9rU5tqmt1P08oBgmIi9yW2pmLoo1dBbqgBD2YfRtHniX2A
L5OipSXTS/+4Vi+1nGgO2aXurzwKBDHrYXS/l37r6iPxXSgHyA6H+O1Fa5aF6q8i
fVzHXRCpMZATI6+fQuHdbAVLPgBECdMCNDr3d47vPz2S4eww4SB+X5zAixSHhSF9
2VZm13xr4IV2XIy8hz0lpc4dSJmfWkGnUXtYjgmpWhcxp8zo07YNLBVBOUGQrnTV
XywED7I0tjwGG0/mwUnaarnbyLLdUUzFvYZcfWjo5MyJGlW24ONNY2Xu9Sgg9jOC
K67aqCEgzGtu6hRq8u6t9m4FOFApqOqgzwTTF+p00U/NNl0NnM1DhOJIWmszKwAR
lSPgjvIksC5zyYJB0NSKY0V8ury3l7woEgjpGxf0xN8OkqJrVIkw/BQNME+8cCzX
G+0KgLmzhMv9gLlornCfNEtH9mapQBRNPhNjl0J+6HtsHV38Dv+EKJMPDC+Fe/SD
WUi8+YYZMnTkzuXkHZyUXfA10UEvV2Nwb173G2vWN8pG3FMrxLI=
=MHAP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to