Activity log for bug #1324441

Date Who What changed Old value New value Message
2014-05-29 08:59:20 Chris Gagnon bug added bug
2014-05-29 08:59:43 Chris Gagnon autopilot: assignee Christopher Lee (veebers)
2014-05-29 09:00:15 Chris Gagnon description summary: datetime tests fail steps: 1. bzr branch lp:autopilot 2. cd autopilot 3. bzr bd expected results: all tests pass and package builds actual results: tests fail output: ====================================================================== FAIL: autopilot.tests.unit.test_types.DateTimeTests.test_datetime_has_properties ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/anarchy/build-area/autopilot-1.5.0+14.10.20140526.1/autopilot/tests/unit/test_types.py", line 314, in test_datetime_has_properties self.assertThat(dt.hour, Equals(22)) File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: 22 != 18 ====================================================================== FAIL: autopilot.tests.unit.test_types.DateTimeTests.test_equality_with_datetime_timestamp ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/anarchy/build-area/autopilot-1.5.0+14.10.20140526.1/autopilot/tests/unit/test_types.py", line 335, in test_equality_with_datetime_timestamp self.assertThat(dt1, Equals(dt2)) File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: !=: reference = datetime.datetime(2013, 8, 22, 22, 18, 47) actual = DateTime(2013-08-22 18:18:47) ====================================================================== FAIL: autopilot.tests.unit.test_types.DateTimeTests.test_repr ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/anarchy/build-area/autopilot-1.5.0+14.10.20140526.1/autopilot/tests/unit/test_types.py", line 347, in test_repr self.assertEqual(expected, observed) File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 321, in assertEqual self.assertThat(observed, matcher, message) File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: 'DateTime(2013-08-22 22:18:47)' != 'DateTime(2013-08-22 18:18:47)' Ran 932 tests in 0.673s FAILED (failures=3) testtools.matchers._impl.MismatchError: 'DateTime(2013-08-22 22:18:47)' != 'DateTime(2013-08-22 18:18:47)' Ran 932 tests in 0.737s FAILED (failures=4) debian/rules:22: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 debian/rules:8: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 debuild: fatal error at line 1364: dpkg-buildpackage -rfakeroot -D -us -uc failed bzr: ERROR: The build failed. summary: datetime tests fail steps: (using utopic) 1. bzr branch lp:autopilot 2. cd autopilot 3. bzr bd expected results: all tests pass and package builds actual results: tests fail output: ====================================================================== FAIL: autopilot.tests.unit.test_types.DateTimeTests.test_datetime_has_properties ---------------------------------------------------------------------- Traceback (most recent call last):   File "/home/anarchy/build-area/autopilot-1.5.0+14.10.20140526.1/autopilot/tests/unit/test_types.py", line 314, in test_datetime_has_properties     self.assertThat(dt.hour, Equals(22))   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat     raise mismatch_error testtools.matchers._impl.MismatchError: 22 != 18 ====================================================================== FAIL: autopilot.tests.unit.test_types.DateTimeTests.test_equality_with_datetime_timestamp ---------------------------------------------------------------------- Traceback (most recent call last):   File "/home/anarchy/build-area/autopilot-1.5.0+14.10.20140526.1/autopilot/tests/unit/test_types.py", line 335, in test_equality_with_datetime_timestamp     self.assertThat(dt1, Equals(dt2))   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat     raise mismatch_error testtools.matchers._impl.MismatchError: !=: reference = datetime.datetime(2013, 8, 22, 22, 18, 47) actual = DateTime(2013-08-22 18:18:47) ====================================================================== FAIL: autopilot.tests.unit.test_types.DateTimeTests.test_repr ---------------------------------------------------------------------- Traceback (most recent call last):   File "/home/anarchy/build-area/autopilot-1.5.0+14.10.20140526.1/autopilot/tests/unit/test_types.py", line 347, in test_repr     self.assertEqual(expected, observed)   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 321, in assertEqual     self.assertThat(observed, matcher, message)   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat     raise mismatch_error testtools.matchers._impl.MismatchError: 'DateTime(2013-08-22 22:18:47)' != 'DateTime(2013-08-22 18:18:47)' Ran 932 tests in 0.673s FAILED (failures=3) testtools.matchers._impl.MismatchError: 'DateTime(2013-08-22 22:18:47)' != 'DateTime(2013-08-22 18:18:47)' Ran 932 tests in 0.737s FAILED (failures=4) debian/rules:22: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 debian/rules:8: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 debuild: fatal error at line 1364: dpkg-buildpackage -rfakeroot -D -us -uc failed bzr: ERROR: The build failed.
2014-05-29 22:18:04 Chris Gagnon description summary: datetime tests fail steps: (using utopic) 1. bzr branch lp:autopilot 2. cd autopilot 3. bzr bd expected results: all tests pass and package builds actual results: tests fail output: ====================================================================== FAIL: autopilot.tests.unit.test_types.DateTimeTests.test_datetime_has_properties ---------------------------------------------------------------------- Traceback (most recent call last):   File "/home/anarchy/build-area/autopilot-1.5.0+14.10.20140526.1/autopilot/tests/unit/test_types.py", line 314, in test_datetime_has_properties     self.assertThat(dt.hour, Equals(22))   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat     raise mismatch_error testtools.matchers._impl.MismatchError: 22 != 18 ====================================================================== FAIL: autopilot.tests.unit.test_types.DateTimeTests.test_equality_with_datetime_timestamp ---------------------------------------------------------------------- Traceback (most recent call last):   File "/home/anarchy/build-area/autopilot-1.5.0+14.10.20140526.1/autopilot/tests/unit/test_types.py", line 335, in test_equality_with_datetime_timestamp     self.assertThat(dt1, Equals(dt2))   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat     raise mismatch_error testtools.matchers._impl.MismatchError: !=: reference = datetime.datetime(2013, 8, 22, 22, 18, 47) actual = DateTime(2013-08-22 18:18:47) ====================================================================== FAIL: autopilot.tests.unit.test_types.DateTimeTests.test_repr ---------------------------------------------------------------------- Traceback (most recent call last):   File "/home/anarchy/build-area/autopilot-1.5.0+14.10.20140526.1/autopilot/tests/unit/test_types.py", line 347, in test_repr     self.assertEqual(expected, observed)   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 321, in assertEqual     self.assertThat(observed, matcher, message)   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat     raise mismatch_error testtools.matchers._impl.MismatchError: 'DateTime(2013-08-22 22:18:47)' != 'DateTime(2013-08-22 18:18:47)' Ran 932 tests in 0.673s FAILED (failures=3) testtools.matchers._impl.MismatchError: 'DateTime(2013-08-22 22:18:47)' != 'DateTime(2013-08-22 18:18:47)' Ran 932 tests in 0.737s FAILED (failures=4) debian/rules:22: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 debian/rules:8: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 debuild: fatal error at line 1364: dpkg-buildpackage -rfakeroot -D -us -uc failed bzr: ERROR: The build failed. summary: datetime tests fail steps: (using utopic on laptop in EST or new york) 1. bzr branch lp:autopilot 2. cd autopilot 3. bzr bd expected results: all tests pass and package builds actual results: tests fail output: ====================================================================== FAIL: autopilot.tests.unit.test_types.DateTimeTests.test_datetime_has_properties ---------------------------------------------------------------------- Traceback (most recent call last):   File "/home/anarchy/build-area/autopilot-1.5.0+14.10.20140526.1/autopilot/tests/unit/test_types.py", line 314, in test_datetime_has_properties     self.assertThat(dt.hour, Equals(22))   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat     raise mismatch_error testtools.matchers._impl.MismatchError: 22 != 18 ====================================================================== FAIL: autopilot.tests.unit.test_types.DateTimeTests.test_equality_with_datetime_timestamp ---------------------------------------------------------------------- Traceback (most recent call last):   File "/home/anarchy/build-area/autopilot-1.5.0+14.10.20140526.1/autopilot/tests/unit/test_types.py", line 335, in test_equality_with_datetime_timestamp     self.assertThat(dt1, Equals(dt2))   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat     raise mismatch_error testtools.matchers._impl.MismatchError: !=: reference = datetime.datetime(2013, 8, 22, 22, 18, 47) actual = DateTime(2013-08-22 18:18:47) ====================================================================== FAIL: autopilot.tests.unit.test_types.DateTimeTests.test_repr ---------------------------------------------------------------------- Traceback (most recent call last):   File "/home/anarchy/build-area/autopilot-1.5.0+14.10.20140526.1/autopilot/tests/unit/test_types.py", line 347, in test_repr     self.assertEqual(expected, observed)   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 321, in assertEqual     self.assertThat(observed, matcher, message)   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat     raise mismatch_error testtools.matchers._impl.MismatchError: 'DateTime(2013-08-22 22:18:47)' != 'DateTime(2013-08-22 18:18:47)' Ran 932 tests in 0.673s FAILED (failures=3) testtools.matchers._impl.MismatchError: 'DateTime(2013-08-22 22:18:47)' != 'DateTime(2013-08-22 18:18:47)' Ran 932 tests in 0.737s FAILED (failures=4) debian/rules:22: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 debian/rules:8: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 debuild: fatal error at line 1364: dpkg-buildpackage -rfakeroot -D -us -uc failed bzr: ERROR: The build failed.
2014-06-02 22:16:05 Christopher Lee autopilot: status New Confirmed
2014-06-02 22:16:07 Christopher Lee autopilot: importance Undecided Critical
2014-06-02 22:16:10 Christopher Lee autopilot: importance Critical High
2014-06-05 23:33:03 Launchpad Janitor branch linked lp:~veebers/autopilot/fix-datetime-tests-1324441
2014-06-12 23:08:51 PS Jenkins bot autopilot: status Confirmed Fix Committed
2014-06-17 08:51:27 Launchpad Janitor autopilot (Ubuntu): status New Fix Released
2014-07-01 03:03:05 Thomi Richards autopilot: status Fix Committed Fix Released