[Bug 1526264] Re: ntpdate fails with invalid argument when device is set to a date in the future (delta > 2^16)

2016-02-24 Thread Łukasz Zemczak
This bug was fixed in the package ntp 1:4.2.6.p5+dfsg-
3ubuntu6.4~overlay1 in https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/stable-phone-overlay

---

ntp (1:4.2.6.p5+dfsg-3ubuntu6.4~overlay1) vivid; urgency=medium

  * Fix cannot correct dates in the future (LP: #1526264)

 -- Simon Fels   Mon, 22 Feb 2016 15:49:16
+0100


** Changed in: ntp (Ubuntu RTM)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/1526264

Title:
  ntpdate fails with invalid argument when device is set to a date in
  the future (delta > 2^16)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1526264/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1526264] Re: ntpdate fails with invalid argument when device is set to a date in the future (delta > 2^16)

2016-02-24 Thread Łukasz Zemczak
Alfonso also told me this patch has been forwarded upstream:
http://bugs.ntp.org/show_bug.cgi?id=3023

I'm not an expert in ntp, but the change makes sense to me. Will be
sponsoring this change in that case.

** Bug watch added: bugs.ntp.org/ #3023
   http://bugs.ntp.org/show_bug.cgi?id=3023

** Changed in: ntp (Ubuntu RTM)
   Importance: Undecided => High

** Changed in: ntp (Ubuntu)
 Assignee: (unassigned) => Łukasz Zemczak (sil2100)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/1526264

Title:
  ntpdate fails with invalid argument when device is set to a date in
  the future (delta > 2^16)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1526264/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1526264] Re: ntpdate fails with invalid argument when device is set to a date in the future (delta > 2^16)

2016-02-23 Thread Łukasz Zemczak
** Also affects: ntp (Ubuntu RTM)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/1526264

Title:
  ntpdate fails with invalid argument when device is set to a date in
  the future (delta > 2^16)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1526264/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1506007] [NEW] FTBFS due to unit tests failing to run

2015-10-14 Thread Łukasz Zemczak
Public bug reported:

As per the test-rebuild [1] for wily, this package now fails to build
from source due to some errors while running unit tests. Log:

===> Testing with python2.7 (python2)
Traceback (most recent call last):
  File "/usr/bin/python2-unit2", line 9, in 
load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
  File "/usr/lib/python2.7/dist-packages/unittest2/__main__.py", line 18, in 
main_
main(module=None)
  File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 89, in 
__init__
self.parseArgs(argv)
  File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 119, in 
parseArgs
self._do_discovery([])
  File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 223, in 
_do_discovery
self.test = loader.discover(self.start, self.pattern, self.top)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 367, in 
discover
tests = list(self._find_tests(start_dir, pattern))
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
for test in path_tests:
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
for test in path_tests:
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 424, in 
_find_tests
full_path, pattern, namespace)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 479, in 
_find_test_path
msg % (mod_name, module_dir, expected_dir))
ImportError: 'test_linecache' module incorrectly imported from 
'/usr/lib/python2.7/dist-packages/linecache2/tests'. Expected 
'/«PKGBUILDDIR»/linecache2/tests'. Is this module globally installed?
debian/rules:37: recipe for target 'override_dh_auto_test' failed

** Affects: python-linecache2 (Ubuntu)
 Importance: Undecided
 Assignee: Łukasz Zemczak (sil2100)
 Status: In Progress


** Tags: ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-linecache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1506007

Title:
  FTBFS due to unit tests failing to run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-linecache2/+bug/1506007/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1506007] Re: FTBFS due to unit tests failing to run

2015-10-14 Thread Łukasz Zemczak
** Description changed:

  As per the test-rebuild [1] for wily, this package now fails to build
  from source due to some errors while running unit tests. Log:
  
  ===> Testing with python2.7 (python2)
  Traceback (most recent call last):
-   File "/usr/bin/python2-unit2", line 9, in 
- load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
-   File "/usr/lib/python2.7/dist-packages/unittest2/__main__.py", line 18, in 
main_
- main(module=None)
-   File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 89, in 
__init__
- self.parseArgs(argv)
-   File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 119, in 
parseArgs
- self._do_discovery([])
-   File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 223, in 
_do_discovery
- self.test = loader.discover(self.start, self.pattern, self.top)
-   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 367, in 
discover
- tests = list(self._find_tests(start_dir, pattern))
-   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
- for test in path_tests:
-   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
- for test in path_tests:
-   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 424, in 
_find_tests
- full_path, pattern, namespace)
-   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 479, in 
_find_test_path
- msg % (mod_name, module_dir, expected_dir))
+   File "/usr/bin/python2-unit2", line 9, in 
+ load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
+   File "/usr/lib/python2.7/dist-packages/unittest2/__main__.py", line 18, in 
main_
+ main(module=None)
+   File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 89, in 
__init__
+ self.parseArgs(argv)
+   File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 119, in 
parseArgs
+ self._do_discovery([])
+   File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 223, in 
_do_discovery
+ self.test = loader.discover(self.start, self.pattern, self.top)
+   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 367, in 
discover
+ tests = list(self._find_tests(start_dir, pattern))
+   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
+ for test in path_tests:
+   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
+ for test in path_tests:
+   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 424, in 
_find_tests
+ full_path, pattern, namespace)
+   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 479, in 
_find_test_path
+ msg % (mod_name, module_dir, expected_dir))
  ImportError: 'test_linecache' module incorrectly imported from 
'/usr/lib/python2.7/dist-packages/linecache2/tests'. Expected 
'/«PKGBUILDDIR»/linecache2/tests'. Is this module globally installed?
  debian/rules:37: recipe for target 'override_dh_auto_test' failed
+ 
+ [1] people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-
+ rebuild-20151001-wily.html

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-linecache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1506007

Title:
  FTBFS due to unit tests failing to run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-linecache2/+bug/1506007/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1506007] Re: Sync 1.0.0-2 from debian testing, fixes FTBFS due to unit tests failing to run

2015-10-14 Thread Łukasz Zemczak
Requesting a package sync from Debian. It has all Ubuntu changes and it
also has the fix for this FTBFS (addition of PYTHONPATH=. in
debian/rules). Could anyone sponsor the sync?

** Summary changed:

- FTBFS due to unit tests failing to run
+ Sync 1.0.0-2 from debian testing, fixes FTBFS due to unit tests failing to run

** Description changed:

  As per the test-rebuild [1] for wily, this package now fails to build
- from source due to some errors while running unit tests. Log:
+ from source due to some errors while running unit tests. The Debian
+ version of this package has the bug fixed - requesting syncing.
+ 
+ Source package name: python-linecache2
+ Source package version number to sync: 1.0.0-2
+ Where to sync from: Debian testing
+ 
+ 
+ Log:
  
  ===> Testing with python2.7 (python2)
  Traceback (most recent call last):
    File "/usr/bin/python2-unit2", line 9, in 
  load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
    File "/usr/lib/python2.7/dist-packages/unittest2/__main__.py", line 18, in 
main_
  main(module=None)
    File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 89, in 
__init__
  self.parseArgs(argv)
    File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 119, in 
parseArgs
  self._do_discovery([])
    File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 223, in 
_do_discovery
  self.test = loader.discover(self.start, self.pattern, self.top)
    File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 367, in 
discover
  tests = list(self._find_tests(start_dir, pattern))
    File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
  for test in path_tests:
    File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
  for test in path_tests:
    File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 424, in 
_find_tests
  full_path, pattern, namespace)
    File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 479, in 
_find_test_path
  msg % (mod_name, module_dir, expected_dir))
  ImportError: 'test_linecache' module incorrectly imported from 
'/usr/lib/python2.7/dist-packages/linecache2/tests'. Expected 
'/«PKGBUILDDIR»/linecache2/tests'. Is this module globally installed?
  debian/rules:37: recipe for target 'override_dh_auto_test' failed
  
  [1] people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-
  rebuild-20151001-wily.html

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-linecache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1506007

Title:
  Sync 1.0.0-2 from debian testing, fixes FTBFS due to unit tests
  failing to run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-linecache2/+bug/1506007/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1505632] [NEW] FTBFS due to failing unit tests

2015-10-13 Thread Łukasz Zemczak
Public bug reported:

As per the wily test-rebuild [1], it seems that the latest python-
glance-store is failing due to broken unit tests. Seems relatively easy
to fix. Part of the log:

==
FAIL: 
glance_store.tests.unit.test_swift_store.TestStoreAuthV1.test_read_acl_public
glance_store.tests.unit.test_swift_store.TestStoreAuthV1.test_read_acl_public
--
_StringException: Traceback (most recent call last):
  File "glance_store/tests/unit/test_swift_store.py", line 950, in 
test_read_acl_public
store.set_acls(loc, public=True, context=ctxt)
  File "glance_store/_drivers/swift/store.py", line 918, in set_acls
connection.post_container(location.container, headers=headers)
  File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 1471, in 
post_container
response_dict=response_dict)
  File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 1390, in 
_retry
service_token=self.service_token, **kwargs)
TypeError: fake_post_container() got an unexpected keyword argument 
'service_token'
Traceback (most recent call last):
_StringException: Empty attachments:
  stderr
  stdout
(...)

[1] https://launchpadlibrarian.net/220829765/buildlog_ubuntu-wily-amd64
.python-glance-store_0.9.1-1_BUILDING.txt.gz

** Affects: python-glance-store (Ubuntu)
     Importance: Undecided
 Assignee: Łukasz Zemczak (sil2100)
 Status: In Progress


** Tags: ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-glance-store in Ubuntu.
https://bugs.launchpad.net/bugs/1505632

Title:
  FTBFS due to failing unit tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-glance-store/+bug/1505632/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1503698] Re: FTBFS due to broken unit tests

2015-10-09 Thread Łukasz Zemczak
Oh, right! Yeah, I think I was not thinking when typing that. pysaml2
really needs a better test suite. I generally think that relying on
actual time when having some pre-generated timestamps is a bad idea in
overall. They should mock their time methods and stop relying on real
time during tests, otherwise the test suite will have to be updated
again soon.

Thanks for sponsoring!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-pysaml2 in Ubuntu.
https://bugs.launchpad.net/bugs/1503698

Title:
  FTBFS due to broken unit tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pysaml2/+bug/1503698/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1503698] Re: FTBFS due to broken unit tests

2015-10-08 Thread Łukasz Zemczak
After applying the patch there are still test failures. The first two
(in tests/test_41_response.py) can be fixed by:

https://github.com/rohe/pysaml2/commit/ee3d828f80ff18082f89e219e0b48faf0dab45ca

The final failure needs to be fixed manually. The test_eptid_mongo_db
test from tests/test_75_mongodb.py fails as the test should not run if a
MongoDB is not running - but the test is invalidly written and times
out, causing a failure. The change is trivial and after applying it it
builds fine, but I want to forward it upstream before proposing a
debdiff.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-pysaml2 in Ubuntu.
https://bugs.launchpad.net/bugs/1503698

Title:
  FTBFS due to broken unit tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pysaml2/+bug/1503698/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1503698] Re: FTBFS due to broken unit tests

2015-10-08 Thread Łukasz Zemczak
Ok, prepared a debdiff fixing all FTBFS issues. Almost all the fixes
that are part of distro patches in this version are cherry-picked from
upstream (will contact them about certain aspects of the testing suite).
Debian seems to prepare for switching to a newer python-pysaml2 (3.0.0
in experimental), not sure if it make sense to forward there.

Could someone sponsor this for me? Thanks!

** Patch added: "Proposed new version of python-pysaml2 with fixes for the 
FTBFS"
   
https://bugs.launchpad.net/ubuntu/+source/python-pysaml2/+bug/1503698/+attachment/4488990/+files/python-pysaml2_2.4.0-0ubuntu2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-pysaml2 in Ubuntu.
https://bugs.launchpad.net/bugs/1503698

Title:
  FTBFS due to broken unit tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pysaml2/+bug/1503698/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1503698] [NEW] FTBFS due to broken unit tests

2015-10-07 Thread Łukasz Zemczak
Public bug reported:

In the wily test-rebuild [1] python-pysaml2 seems to fail to build due
to multiple errors and failures in the unit tests. The log:

= test session starts ==
platform linux2 -- Python 2.7.10 -- py-1.4.30 -- pytest-2.7.2
rootdir: /«PKGBUILDDIR», inifile: 
collected 493 items / 1 errors

tests/test_00_xmldsig.py ..
tests/test_01_xmlenc.py ..
tests/test_02_saml.py 
..
tests/test_03_saml2.py .
tests/test_04_samlp.py 
tests/test_05_md.py ..
tests/test_10_time_util.py .
tests/test_12_s_utils.py ..
tests/test_13_validate.py ...
tests/test_19_attribute_converter.py .
tests/test_20_assertion.py 
tests/test_22_mdie.py .
tests/test_30_mdstore.py ...
tests/test_30_mdstore_old.py ...
tests/test_31_config.py 
tests/test_32_cache.py ..
tests/test_33_identifier.py ..
tests/test_34_population.py 
tests/test_37_entity_categories.py ..
tests/test_40_sigver.py ...
tests/test_41_response.py ..FF
tests/test_42_enc.py 
tests/test_43_soap.py ..
tests/test_44_authnresp.py 
tests/test_50_server.py 
tests/test_51_client.py ...
tests/test_60_sp.py ss
tests/test_62_vo.py 
tests/test_63_ecp.py .
tests/test_64_artifact.py ...
tests/test_65_authn_query.py ..
tests/test_66_name_id_mapping.py ..
tests/test_67_manage_name_id.py ..
tests/test_68_assertion_id.py .
tests/test_69_discovery.py .
tests/test_70_redirect_signing.py .
tests/test_72_eptid.py ..
tests/test_75_mongodb.py .F
tests/test_76_metadata_in_mdb.py .
tests/test_77_authn_context.py ..
tests/test_81_certificates.py 
tests/test_88_nsprefix.py ..
(...)

[1] http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-
rebuild-20151001-wily.html

** Affects: python-pysaml2 (Ubuntu)
 Importance: Undecided
 Assignee: Łukasz Zemczak (sil2100)
 Status: In Progress


** Tags: ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-pysaml2 in Ubuntu.
https://bugs.launchpad.net/bugs/1503698

Title:
  FTBFS due to broken unit tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pysaml2/+bug/1503698/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1503698] Re: FTBFS due to broken unit tests

2015-10-07 Thread Łukasz Zemczak
Looks like we can get this fixed without pulling in the new upstream
version with this:

https://github.com/rohe/pysaml2/commit/5035a58137f7ba5ad79e4e52703b789b2a726955

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-pysaml2 in Ubuntu.
https://bugs.launchpad.net/bugs/1503698

Title:
  FTBFS due to broken unit tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pysaml2/+bug/1503698/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1503698] Re: FTBFS due to broken unit tests

2015-10-07 Thread Łukasz Zemczak
At least parts of the failures are due to the new pymongo, which for
instance deprecated the 'Connection' object. Looking if we can easily
distro-patch it to work. Debian also doesn't have it changed for the new
pymongo. Maybe we could sync python-pysaml2 3.0.0-1 from experimental?
Looking into that still.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-pysaml2 in Ubuntu.
https://bugs.launchpad.net/bugs/1503698

Title:
  FTBFS due to broken unit tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pysaml2/+bug/1503698/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1503311] Re: FTBFS due to failing unit tests

2015-10-06 Thread Łukasz Zemczak
Actually, we can simply do a debian sync here since all ubuntu changes
are now incorporated into Debian. On it now.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-traceback2 in Ubuntu.
https://bugs.launchpad.net/bugs/1503311

Title:
  FTBFS due to failing unit tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-traceback2/+bug/1503311/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1503311] Re: Sync request of python-traceback2: FTBFS due to failing unit tests

2015-10-06 Thread Łukasz Zemczak
** Summary changed:

- FTBFS due to failing unit tests
+ Sync request of python-traceback2: FTBFS due to failing unit tests

** Description changed:

  From the test-rebuild in wily [1], the package fails to build from
  source. This is fixed in Debian by not running the unit tests at all - a
- merge would be required.
+ sync would be perfect.
+ 
+ Source package name: python-traceback2
+ Source package version: 1.4.0-3
+ Where to sync from: Debian testing
+ 
+ All Ubuntu changes have been incorporated into the Debian version. The
+ only change is the disablement of tests during build.
  
  Log:
  
  + PYTHON=python2.7 python2-unit2
  Traceback (most recent call last):
-   File "/usr/bin/python2-unit2", line 9, in 
- load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
-   File "/usr/lib/python2.7/dist-packages/unittest2/__main__.py", line 18, in 
main_
- main(module=None)
-   File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 89, in 
__init__
- self.parseArgs(argv)
-   File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 119, in 
parseArgs
- self._do_discovery([])
-   File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 223, in 
_do_discovery
- self.test = loader.discover(self.start, self.pattern, self.top)
-   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 367, in 
discover
- tests = list(self._find_tests(start_dir, pattern))
-   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
- for test in path_tests:
-   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
- for test in path_tests:
-   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 424, in 
_find_tests
- full_path, pattern, namespace)
-   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 479, in 
_find_test_path
- msg % (mod_name, module_dir, expected_dir))
+   File "/usr/bin/python2-unit2", line 9, in 
+ load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
+   File "/usr/lib/python2.7/dist-packages/unittest2/__main__.py", line 18, in 
main_
+ main(module=None)
+   File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 89, in 
__init__
+ self.parseArgs(argv)
+   File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 119, in 
parseArgs
+ self._do_discovery([])
+   File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 223, in 
_do_discovery
+ self.test = loader.discover(self.start, self.pattern, self.top)
+   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 367, in 
discover
+ tests = list(self._find_tests(start_dir, pattern))
+   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
+ for test in path_tests:
+   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
+ for test in path_tests:
+   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 424, in 
_find_tests
+ full_path, pattern, namespace)
+   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 479, in 
_find_test_path
+ msg % (mod_name, module_dir, expected_dir))
  ImportError: 'test_traceback' module incorrectly imported from 
'/usr/lib/python2.7/dist-packages/traceback2/tests'. Expected 
'/«PKGBUILDDIR»/traceback2/tests'. Is this module globally installed?
  debian/rules:35: recipe for target 'override_dh_auto_test' failed
  
  [1] http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-
  rebuild-20151001-wily.html

** Summary changed:

- Sync request of python-traceback2: FTBFS due to failing unit tests
+ Sync request of python-traceback2 1.4.0-3 from Debian testing: FTBFS due to 
failing unit tests

** Changed in: python-traceback2 (Ubuntu)
 Assignee: Łukasz Zemczak (sil2100) => (unassigned)

** Changed in: python-traceback2 (Ubuntu)
   Status: In Progress => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-traceback2 in Ubuntu.
https://bugs.launchpad.net/bugs/1503311

Title:
  Sync request of python-traceback2 1.4.0-3 from Debian testing: FTBFS
  due to failing unit tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-traceback2/+bug/1503311/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1503311] [NEW] FTBFS due to failing unit tests

2015-10-06 Thread Łukasz Zemczak
Public bug reported:

>From the test-rebuild in wily [1], the package fails to build from
source. This is fixed in Debian by not running the unit tests at all - a
merge would be required.

Log:

+ PYTHON=python2.7 python2-unit2
Traceback (most recent call last):
  File "/usr/bin/python2-unit2", line 9, in 
load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
  File "/usr/lib/python2.7/dist-packages/unittest2/__main__.py", line 18, in 
main_
main(module=None)
  File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 89, in 
__init__
self.parseArgs(argv)
  File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 119, in 
parseArgs
self._do_discovery([])
  File "/usr/lib/python2.7/dist-packages/unittest2/main.py", line 223, in 
_do_discovery
self.test = loader.discover(self.start, self.pattern, self.top)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 367, in 
discover
tests = list(self._find_tests(start_dir, pattern))
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
for test in path_tests:
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 433, in 
_find_tests
for test in path_tests:
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 424, in 
_find_tests
full_path, pattern, namespace)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 479, in 
_find_test_path
msg % (mod_name, module_dir, expected_dir))
ImportError: 'test_traceback' module incorrectly imported from 
'/usr/lib/python2.7/dist-packages/traceback2/tests'. Expected 
'/«PKGBUILDDIR»/traceback2/tests'. Is this module globally installed?
debian/rules:35: recipe for target 'override_dh_auto_test' failed

[1] http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-
rebuild-20151001-wily.html

** Affects: python-traceback2 (Ubuntu)
 Importance: Undecided
 Assignee: Łukasz Zemczak (sil2100)
 Status: In Progress

** Affects: python-traceback2 (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: ftbfs

** Bug watch added: Debian Bug tracker #799163
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799163

** Also affects: python-traceback2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799163
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-traceback2 in Ubuntu.
https://bugs.launchpad.net/bugs/1503311

Title:
  FTBFS due to failing unit tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-traceback2/+bug/1503311/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1496924] Re: squid3 FTBFS due to bad libecap3 dependency and logical-not-parentheses warning

2015-09-30 Thread Łukasz Zemczak
I might be wrong, but I don't think changing the dependency back to
libecap2 (0.2.0) is the right way to go. The new libecap library
(libecap3) is currently in transition and the squid3 build problem is
blocking its migration. If we re-introduce the libecap2 dependency, then
libecap3 won't be able to migrate to release - as squid3 will be
blocking it with this dep. The right solution would be to fix squid3 to
build with the new ecap library, possibly integrating changes from
upstream.

That's just my 2 cents.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1496924

Title:
  squid3 FTBFS due to bad libecap3 dependency and logical-not-
  parentheses warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1496924/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1496223] Re: squid3 FTBFS due to linux-libc-dev and libc6-dev headers mismatch

2015-09-30 Thread Łukasz Zemczak
After applying the patch mentioned in comment #4 the build carries on
further, but fails with a new error. This is when building against the
new libecap3 library (that's in -proposed), so this might be actually
some problem regarding the changes there. But I also tried this patch
when building against the old libecap2 and it was still failing in some
place (not sure if on the same one though, would have to re-build to
fetch the logs). Will try looking into that too. The error log:

Host.cc: In static member function 'static void 
Adaptation::Ecap::Host::Register()':
Host.cc:130:45: error: invalid new-expression of abstract class type 
'Adaptation::Ecap::Host'
 TheHost.reset(new Adaptation::Ecap::Host);
 ^
In file included from Host.cc:10:0:
../../../src/adaptation/ecap/Host.h:16:7: note:   because the following virtual 
functions are pure within 'Adaptation::Ecap::Host':
 class Host : public libecap::host::Host
   ^
In file included from ../../../src/adaptation/ecap/Host.h:8:0,
 from Host.cc:10:
/usr/include/libecap/host/host.h:25:16: note:   virtual void 
libecap::host::Host::noteVersionedService(const char*, const 
std::tr1::weak_ptr&)
   virtual void noteVersionedService(const char *libEcapVersion, const 
weak_ptr ) = 0;
^
Makefile:439: recipe for target 'libsquid_ecap_la-Host.lo' failed
make[5]: *** [libsquid_ecap_la-Host.lo] Error 1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1496223

Title:
  squid3 FTBFS due to linux-libc-dev and libc6-dev headers mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/squid/+bug/1496223/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1496924] Re: squid3 FTBFS due to bad libecap3 dependency and logical-not-parentheses warning

2015-09-30 Thread Łukasz Zemczak
I checked and Debian made squid3 building against libecap3 with version
3.5.6-1 [1]. This is a big upstream release and I'm not sure if it's a
good idea to merge it to Ubuntu wily so late in the cycle. I also
experimented and tried to fix the configure scripts to just pick up the
new libecap3 and see if it builds - and it seems to reach the same place
of bug #1496223. I'm attaching the debdiff of this change. Anyway, it's
still blocked on the fix of the aforementioned bug.

[1] https://launchpad.net/debian/+source/squid3/3.5.6-1

** Patch added: "Fix the configure dependencies for libecap + the parentheses 
fix"
   
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1496924/+attachment/4480070/+files/squid3_3.3.8-1ubuntu16.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1496924

Title:
  squid3 FTBFS due to bad libecap3 dependency and logical-not-
  parentheses warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1496924/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1377332] Re: [TOPBLOCKER] UI randomly freezes

2014-12-03 Thread Łukasz Zemczak
** Also affects: cgmanager (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: cgmanager (Ubuntu RTM)
   Status: New = Fix Released

** Changed in: cgmanager (Ubuntu RTM)
   Importance: Undecided = Critical

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cgmanager in Ubuntu.
https://bugs.launchpad.net/bugs/1377332

Title:
  [TOPBLOCKER] UI randomly freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1377332/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs