[Bug 1283750] [NEW] test failures with python3.4

Matthias Klose doko at ubuntu.com
Sun Feb 23 15:40:27 UTC 2014


Public bug reported:

see
https://launchpad.net/ubuntu/+source/python-repoze.lru/0.6-3build1/+build/5629973/+files/buildlog_ubuntu-trusty-i386.python-repoze.lru_0.6-3build1_FAILEDTOBUILD.txt.gz

make[1]: Entering directory `/build/buildd/python-repoze.lru-0.6'
set -e;  python2.7  setup.py test;  python3.3  setup.py test;  python3.4  setup.py test;
running test
running egg_info
writing requirements to repoze.lru.egg-info/requires.txt
writing repoze.lru.egg-info/PKG-INFO
writing namespace_packages to repoze.lru.egg-info/namespace_packages.txt
writing top-level names to repoze.lru.egg-info/top_level.txt
writing dependency_links to repoze.lru.egg-info/dependency_links.txt
writing entry points to repoze.lru.egg-info/entry_points.txt
reading manifest file 'repoze.lru.egg-info/SOURCES.txt'
writing manifest file 'repoze.lru.egg-info/SOURCES.txt'
running build_ext
test_clear_with_multiple_names (repoze.lru.tests.CacherMaker) ... ok
test_clear_with_single_name (repoze.lru.tests.CacherMaker) ... ok
test_defaultvalue_and_clear (repoze.lru.tests.CacherMaker) ... ok
test_exception (repoze.lru.tests.CacherMaker) ... ok
test_expiring (repoze.lru.tests.CacherMaker) ... ok
test_named_cache (repoze.lru.tests.CacherMaker) ... ok
test_ctor_nocache (repoze.lru.tests.DecoratorTests) ... ok
test_expiry (repoze.lru.tests.DecoratorTests)
When timeout is given, decorator must eventually forget entries ... unexpected success
test_multiargs (repoze.lru.tests.DecoratorTests) ... ok
test_singlearg (repoze.lru.tests.DecoratorTests) ... ok
test_default_timeout (repoze.lru.tests.ExpiringLRUCacheTests)
Default timeout provided at init time must be applied ... unexpected success
test_different_timeouts (repoze.lru.tests.ExpiringLRUCacheTests)
Timeouts must be per entry, default applied when none provided ... unexpected success
test_equal_but_not_identical (repoze.lru.tests.ExpiringLRUCacheTests)
equal but not identical keys must be treated the same ... ok
test_eviction_counter (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_get (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_imperfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests)
If cache size == half the number of items -> hit rate ~50% ... ok
test_invalidate (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_it (repoze.lru.tests.ExpiringLRUCacheTests)
Test a sequence of operations ... ok
test_perfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests)
If cache size equals number of items, expect 100% cache hits ... ok
test_put (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_renew_timeout (repoze.lru.tests.ExpiringLRUCacheTests)
Re-putting an entry must update timeout ... unexpected success
test_size_lessthan_1 (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_small_cache (repoze.lru.tests.ExpiringLRUCacheTests)
Cache of size 1 must work ... ok
test_equal_but_not_identical (repoze.lru.tests.LRUCacheTests)
equal but not identical keys must be treated the same ... ok
test_eviction_counter (repoze.lru.tests.LRUCacheTests) ... ok
test_get (repoze.lru.tests.LRUCacheTests) ... ok
test_imperfect_hitrate (repoze.lru.tests.LRUCacheTests)
If cache size == half the number of items -> hit rate ~50% ... ok
test_invalidate (repoze.lru.tests.LRUCacheTests) ... ok
test_it (repoze.lru.tests.LRUCacheTests) ... ok
test_perfect_hitrate (repoze.lru.tests.LRUCacheTests)
If cache size equals number of items, expect 100% cache hits ... ok
test_put (repoze.lru.tests.LRUCacheTests) ... ok
test_size_lessthan_1 (repoze.lru.tests.LRUCacheTests) ... ok
test_small_cache (repoze.lru.tests.LRUCacheTests)
Cache of size 1 must work ... ok

----------------------------------------------------------------------
Ran 33 tests in 1.240s

OK (unexpected successes=4)
running test
running egg_info
writing top-level names to repoze.lru.egg-info/top_level.txt
writing repoze.lru.egg-info/PKG-INFO
writing entry points to repoze.lru.egg-info/entry_points.txt
writing namespace_packages to repoze.lru.egg-info/namespace_packages.txt
writing requirements to repoze.lru.egg-info/requires.txt
writing dependency_links to repoze.lru.egg-info/dependency_links.txt
reading manifest file 'repoze.lru.egg-info/SOURCES.txt'
writing manifest file 'repoze.lru.egg-info/SOURCES.txt'
running build_ext
test_clear_with_multiple_names (repoze.lru.tests.CacherMaker) ... ok
test_clear_with_single_name (repoze.lru.tests.CacherMaker) ... ok
test_defaultvalue_and_clear (repoze.lru.tests.CacherMaker) ... ok
test_exception (repoze.lru.tests.CacherMaker) ... ok
test_expiring (repoze.lru.tests.CacherMaker) ... ok
test_named_cache (repoze.lru.tests.CacherMaker) ... ok
test_ctor_nocache (repoze.lru.tests.DecoratorTests) ... ok
test_expiry (repoze.lru.tests.DecoratorTests)
When timeout is given, decorator must eventually forget entries ... unexpected success
test_multiargs (repoze.lru.tests.DecoratorTests) ... ok
test_singlearg (repoze.lru.tests.DecoratorTests) ... ok
test_default_timeout (repoze.lru.tests.ExpiringLRUCacheTests)
Default timeout provided at init time must be applied ... unexpected success
test_different_timeouts (repoze.lru.tests.ExpiringLRUCacheTests)
Timeouts must be per entry, default applied when none provided ... unexpected success
test_equal_but_not_identical (repoze.lru.tests.ExpiringLRUCacheTests)
equal but not identical keys must be treated the same ... ok
test_eviction_counter (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_get (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_imperfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests)
If cache size == half the number of items -> hit rate ~50% ... ok
test_invalidate (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_it (repoze.lru.tests.ExpiringLRUCacheTests)
Test a sequence of operations ... ok
test_perfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests)
If cache size equals number of items, expect 100% cache hits ... ok
test_put (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_renew_timeout (repoze.lru.tests.ExpiringLRUCacheTests)
Re-putting an entry must update timeout ... unexpected success
test_size_lessthan_1 (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_small_cache (repoze.lru.tests.ExpiringLRUCacheTests)
Cache of size 1 must work ... ok
test_equal_but_not_identical (repoze.lru.tests.LRUCacheTests)
equal but not identical keys must be treated the same ... ok
test_eviction_counter (repoze.lru.tests.LRUCacheTests) ... ok
test_get (repoze.lru.tests.LRUCacheTests) ... ok
test_imperfect_hitrate (repoze.lru.tests.LRUCacheTests)
If cache size == half the number of items -> hit rate ~50% ... ok
test_invalidate (repoze.lru.tests.LRUCacheTests) ... ok
test_it (repoze.lru.tests.LRUCacheTests) ... ok
test_perfect_hitrate (repoze.lru.tests.LRUCacheTests)
If cache size equals number of items, expect 100% cache hits ... ok
test_put (repoze.lru.tests.LRUCacheTests) ... ok
test_size_lessthan_1 (repoze.lru.tests.LRUCacheTests) ... ok
test_small_cache (repoze.lru.tests.LRUCacheTests)
Cache of size 1 must work ... ok

----------------------------------------------------------------------
Ran 33 tests in 1.277s

OK (unexpected successes=4)
running test
running egg_info
writing dependency_links to repoze.lru.egg-info/dependency_links.txt
writing top-level names to repoze.lru.egg-info/top_level.txt
writing entry points to repoze.lru.egg-info/entry_points.txt
writing requirements to repoze.lru.egg-info/requires.txt
writing namespace_packages to repoze.lru.egg-info/namespace_packages.txt
writing repoze.lru.egg-info/PKG-INFO
reading manifest file 'repoze.lru.egg-info/SOURCES.txt'
writing manifest file 'repoze.lru.egg-info/SOURCES.txt'
running build_ext
test_clear_with_multiple_names (repoze.lru.tests.CacherMaker) ... ok
test_clear_with_single_name (repoze.lru.tests.CacherMaker) ... ok
test_defaultvalue_and_clear (repoze.lru.tests.CacherMaker) ... ok
test_exception (repoze.lru.tests.CacherMaker) ... ok
test_expiring (repoze.lru.tests.CacherMaker) ... ok
test_named_cache (repoze.lru.tests.CacherMaker) ... ok
test_ctor_nocache (repoze.lru.tests.DecoratorTests) ... ok
test_expiry (repoze.lru.tests.DecoratorTests)
When timeout is given, decorator must eventually forget entries ... unexpected success
test_multiargs (repoze.lru.tests.DecoratorTests) ... ok
test_singlearg (repoze.lru.tests.DecoratorTests) ... ok
test_default_timeout (repoze.lru.tests.ExpiringLRUCacheTests)
Default timeout provided at init time must be applied ... unexpected success
test_different_timeouts (repoze.lru.tests.ExpiringLRUCacheTests)
Timeouts must be per entry, default applied when none provided ... unexpected success
test_equal_but_not_identical (repoze.lru.tests.ExpiringLRUCacheTests)
equal but not identical keys must be treated the same ... ok
test_eviction_counter (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_get (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_imperfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests)
If cache size == half the number of items -> hit rate ~50% ... ok
test_invalidate (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_it (repoze.lru.tests.ExpiringLRUCacheTests)
Test a sequence of operations ... ok
test_perfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests)
If cache size equals number of items, expect 100% cache hits ... ok
test_put (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_renew_timeout (repoze.lru.tests.ExpiringLRUCacheTests)
Re-putting an entry must update timeout ... unexpected success
test_size_lessthan_1 (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_small_cache (repoze.lru.tests.ExpiringLRUCacheTests)
Cache of size 1 must work ... ok
test_equal_but_not_identical (repoze.lru.tests.LRUCacheTests)
equal but not identical keys must be treated the same ... ok
test_eviction_counter (repoze.lru.tests.LRUCacheTests) ... ok
test_get (repoze.lru.tests.LRUCacheTests) ... ok
test_imperfect_hitrate (repoze.lru.tests.LRUCacheTests)
If cache size == half the number of items -> hit rate ~50% ... ok
test_invalidate (repoze.lru.tests.LRUCacheTests) ... ok
test_it (repoze.lru.tests.LRUCacheTests) ... ok
test_perfect_hitrate (repoze.lru.tests.LRUCacheTests)
If cache size equals number of items, expect 100% cache hits ... ok
test_put (repoze.lru.tests.LRUCacheTests) ... ok
test_size_lessthan_1 (repoze.lru.tests.LRUCacheTests) ... ok
test_small_cache (repoze.lru.tests.LRUCacheTests)
Cache of size 1 must work ... ok

----------------------------------------------------------------------
Ran 33 tests in 1.339s

FAILED (unexpected successes=4)
make[1]: *** [override_dh_auto_test] Error 1

** Affects: python-repoze.lru (Ubuntu)
     Importance: High
         Status: Confirmed

** Affects: python-repoze.lru (Ubuntu Trusty)
     Importance: High
         Status: Confirmed

** Affects: python-repoze.lru (Debian)
     Importance: Unknown
         Status: Unknown


** Tags: ftbfs python3.4

** Also affects: python-repoze.lru (Ubuntu Trusty)
   Importance: High
       Status: Confirmed

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

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

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

Title:
  test failures with python3.4

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



More information about the Ubuntu-server-bugs mailing list