Your message dated Wed, 30 Nov 2016 13:14:30 +0100 with message-id <[email protected]> and subject line fixed has caused the Debian Bug report #843465, regarding cloud-init: FTBFS (dictionary key repeated with different values) 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 [email protected] immediately.) -- 843465: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843465 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:cloud-init Version: 0.7.8-1 Severity: serious Dear maintainer: I tried to build this package in stretch with "dpkg-buildpackage -A" (which is what the "Arch: all" autobuilder would do to build it) but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --with python3,systemd --buildsystem pybuild dh_testdir -i -O--buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:184: python3.5 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:184: /usr/bin/python3 setup.py build running build running build_py creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit copying cloudinit/ssh_util.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit [... snipped ...] copying cloudinit/distros/parsers/hostname.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/distros/parsers copying cloudinit/distros/parsers/resolv_conf.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/distros/parsers copying cloudinit/distros/parsers/hosts.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/distros/parsers copying cloudinit/distros/parsers/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/distros/parsers copying cloudinit/distros/parsers/sys_conf.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/distros/parsers creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers copying cloudinit/sources/helpers/azure.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers copying cloudinit/sources/helpers/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers copying cloudinit/sources/helpers/openstack.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware copying cloudinit/sources/helpers/vmware/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/ipv4_mode.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/nic.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/config_namespace.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/config_nic.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/guestcust_state.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/config_source.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/guestcust_util.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/guestcust_error.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/guestcust_event.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/config.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/config_file.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/nic_base.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc copying cloudinit/sources/helpers/vmware/imc/boot_proto.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/cloudinit/sources/helpers/vmware/imc running build_scripts creating build creating build/scripts-3.5 copying tools/cloud-init-per -> build/scripts-3.5 debian/rules override_dh_auto_test make[1]: Entering directory '/<<PKGBUILDDIR>>' make PYVER=python3 check make[2]: Entering directory '/<<PKGBUILDDIR>>' Running: pep8 cloudinit/ tests/ tools/ Running: python3 -m pyflakes cloudinit/ tests/ tools/ tests/unittests/test_datasource/test_openstack.py:70: dictionary key 'openstack/latest/meta_data.json' repeated with different values tests/unittests/test_datasource/test_openstack.py:74: dictionary key 'openstack/latest/meta_data.json' repeated with different values Makefile:45: recipe for target 'pyflakes3' failed make[2]: *** [pyflakes3] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules:13: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules:6: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 -------------------------------------------------------------------------------- The relevant part of the build log is included above. There are also full build logs here: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cloud-init.html Note: Even if this package is Arch:all, please consider uploading it in source-only form, so that we have official build logs available here: https://buildd.debian.org/status/package.php?p=cloud-init Thanks.
--- End Message ---
--- Begin Message ---Version: 0.7.8-49-g9e904bb-1 This bug was fixed in the last upload. Bastian -- There's coffee in that nebula! -- Capt. Kathryn Janeway, Star Trek: Voyager, "The Cloud"
--- End Message ---
