Activity log for bug #2003545

Date Who What changed Old value New value Message
2023-01-20 14:24:13 Olivier Gayot bug added bug
2023-01-20 14:24:36 Olivier Gayot description The autopkgtest suite for python-exchangelib currently fails on lunar, kinetic and probably on stable releases. The run fails with the following error: (Reading database ... 110424 files and directories currently installed.) Removing autopkgtest-satdep (0) ... autopkgtest [09:40:08]: test upstream: [----------------------- .....ss..s.......ss............F......sssssssss......s......s......ss.........sssssss ====================================================================== FAIL: test_ewstimezone (tests.test_ewsdatetime.EWSDateTimeTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/autopkgtest.g7L4lg/autopkgtest_tmp/tests/test_ewsdatetime.py", line 68, in test_ewstimezone self.assertEqual(set(sanitized) - set(EWSTimeZone.IANA_TO_MS_MAP), set()) AssertionError: Items in the first set but not the second: 'America/Ciudad_Juarez' This regression seems to have been introduced introduced by tzdata 2022g [1]: * debian/tzdata.templates: Remove Uzhgorod and Zaporozhye, add Ciudad_Juarez [1] https://salsa.debian.org/glibc-team/tzdata/-/blob/debian/2022g-1/debian/changelog#L9 The autopkgtest suite for python-exchangelib currently fails on lunar, kinetic and probably on stable releases. The run fails with the following error: (Reading database ... 110424 files and directories currently installed.) Removing autopkgtest-satdep (0) ... autopkgtest [09:40:08]: test upstream: [----------------------- .....ss..s.......ss............F......sssssssss......s......s......ss.........sssssss ====================================================================== FAIL: test_ewstimezone (tests.test_ewsdatetime.EWSDateTimeTest) ---------------------------------------------------------------------- Traceback (most recent call last):   File "/tmp/autopkgtest.g7L4lg/autopkgtest_tmp/tests/test_ewsdatetime.py", line 68, in test_ewstimezone     self.assertEqual(set(sanitized) - set(EWSTimeZone.IANA_TO_MS_MAP), set()) AssertionError: Items in the first set but not the second: 'America/Ciudad_Juarez' This regression seems to have been introduced by tzdata 2022g [1]:   * debian/tzdata.templates: Remove Uzhgorod and Zaporozhye, add Ciudad_Juarez [1] https://salsa.debian.org/glibc-team/tzdata/-/blob/debian/2022g-1/debian/changelog#L9
2023-01-20 14:25:09 Olivier Gayot tags update-excuse
2023-01-20 14:45:59 Olivier Gayot python-exchangelib (Ubuntu): assignee Olivier Gayot (ogayot)
2023-01-20 14:46:03 Olivier Gayot python-exchangelib (Ubuntu): status New In Progress
2023-01-20 14:46:08 Olivier Gayot description The autopkgtest suite for python-exchangelib currently fails on lunar, kinetic and probably on stable releases. The run fails with the following error: (Reading database ... 110424 files and directories currently installed.) Removing autopkgtest-satdep (0) ... autopkgtest [09:40:08]: test upstream: [----------------------- .....ss..s.......ss............F......sssssssss......s......s......ss.........sssssss ====================================================================== FAIL: test_ewstimezone (tests.test_ewsdatetime.EWSDateTimeTest) ---------------------------------------------------------------------- Traceback (most recent call last):   File "/tmp/autopkgtest.g7L4lg/autopkgtest_tmp/tests/test_ewsdatetime.py", line 68, in test_ewstimezone     self.assertEqual(set(sanitized) - set(EWSTimeZone.IANA_TO_MS_MAP), set()) AssertionError: Items in the first set but not the second: 'America/Ciudad_Juarez' This regression seems to have been introduced by tzdata 2022g [1]:   * debian/tzdata.templates: Remove Uzhgorod and Zaporozhye, add Ciudad_Juarez [1] https://salsa.debian.org/glibc-team/tzdata/-/blob/debian/2022g-1/debian/changelog#L9 [Original description] The autopkgtest suite for python-exchangelib currently fails on lunar, kinetic and probably on stable releases. The run fails with the following error: (Reading database ... 110424 files and directories currently installed.) Removing autopkgtest-satdep (0) ... autopkgtest [09:40:08]: test upstream: [----------------------- .....ss..s.......ss............F......sssssssss......s......s......ss.........sssssss ====================================================================== FAIL: test_ewstimezone (tests.test_ewsdatetime.EWSDateTimeTest) ---------------------------------------------------------------------- Traceback (most recent call last):   File "/tmp/autopkgtest.g7L4lg/autopkgtest_tmp/tests/test_ewsdatetime.py", line 68, in test_ewstimezone     self.assertEqual(set(sanitized) - set(EWSTimeZone.IANA_TO_MS_MAP), set()) AssertionError: Items in the first set but not the second: 'America/Ciudad_Juarez' This regression seems to have been introduced by tzdata 2022g [1]:   * debian/tzdata.templates: Remove Uzhgorod and Zaporozhye, add Ciudad_Juarez [1] https://salsa.debian.org/glibc-team/tzdata/-/blob/debian/2022g-1/debian/changelog#L9
2023-01-20 14:48:31 Olivier Gayot summary autopkgtest fails against tzdata 2022g Please sync python-exchangelib 4.9.0-1 (universe) from Debian unstable (main)
2023-01-20 14:56:19 Olivier Gayot description [Original description] The autopkgtest suite for python-exchangelib currently fails on lunar, kinetic and probably on stable releases. The run fails with the following error: (Reading database ... 110424 files and directories currently installed.) Removing autopkgtest-satdep (0) ... autopkgtest [09:40:08]: test upstream: [----------------------- .....ss..s.......ss............F......sssssssss......s......s......ss.........sssssss ====================================================================== FAIL: test_ewstimezone (tests.test_ewsdatetime.EWSDateTimeTest) ---------------------------------------------------------------------- Traceback (most recent call last):   File "/tmp/autopkgtest.g7L4lg/autopkgtest_tmp/tests/test_ewsdatetime.py", line 68, in test_ewstimezone     self.assertEqual(set(sanitized) - set(EWSTimeZone.IANA_TO_MS_MAP), set()) AssertionError: Items in the first set but not the second: 'America/Ciudad_Juarez' This regression seems to have been introduced by tzdata 2022g [1]:   * debian/tzdata.templates: Remove Uzhgorod and Zaporozhye, add Ciudad_Juarez [1] https://salsa.debian.org/glibc-team/tzdata/-/blob/debian/2022g-1/debian/changelog#L9 The version of tzdata that we currently have in lunar-release (2922g-2ubuntu1) includes the new Ciudad_Juarez timezone (split from America/Ojinaga). This makes autopkgtest for python-exchangelib fail because it does not know about this new zone. The delta that we have from Debian was introduced to fix https://bugs.launchpad.net/ubuntu/+source/python-exchangelib/+bug/1990843, which is now fixed upstream and included in the new Debian version. Therefore, we should discard our delta and go back to sync. Successful build on PPA (no changes from Debian): https://launchpad.net/~ogayot/+archive/ubuntu/lunar-proposed/+build/25503234 [Original description] The autopkgtest suite for python-exchangelib currently fails on lunar, kinetic and probably on stable releases. The run fails with the following error: (Reading database ... 110424 files and directories currently installed.) Removing autopkgtest-satdep (0) ... autopkgtest [09:40:08]: test upstream: [----------------------- .....ss..s.......ss............F......sssssssss......s......s......ss.........sssssss ====================================================================== FAIL: test_ewstimezone (tests.test_ewsdatetime.EWSDateTimeTest) ---------------------------------------------------------------------- Traceback (most recent call last):   File "/tmp/autopkgtest.g7L4lg/autopkgtest_tmp/tests/test_ewsdatetime.py", line 68, in test_ewstimezone     self.assertEqual(set(sanitized) - set(EWSTimeZone.IANA_TO_MS_MAP), set()) AssertionError: Items in the first set but not the second: 'America/Ciudad_Juarez' This regression seems to have been introduced by tzdata 2022g [1]:   * debian/tzdata.templates: Remove Uzhgorod and Zaporozhye, add Ciudad_Juarez [1] https://salsa.debian.org/glibc-team/tzdata/-/blob/debian/2022g-1/debian/changelog#L9
2023-01-20 18:12:14 Olivier Gayot python-exchangelib (Ubuntu): status In Progress Confirmed
2023-01-20 18:12:16 Olivier Gayot python-exchangelib (Ubuntu): assignee Olivier Gayot (ogayot)
2023-01-20 18:12:26 Olivier Gayot bug added subscriber Ubuntu Sponsors Team
2023-01-23 20:44:28 Simon Quigley python-exchangelib (Ubuntu): status Confirmed Fix Released