Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 715779 Details for
Bug 795792
dev-python/diskcache-5.2.1 fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:diskcache-5.2.1:20210613-022722.log
dev-python:diskcache-5.2.1:20210613-022722.log (text/x-log), 37.62 KB, created by
Jonathan Lovelace
on 2021-06-13 21:59:01 UTC
(
hide
)
Description:
dev-python:diskcache-5.2.1:20210613-022722.log
Filename:
MIME Type:
Creator:
Jonathan Lovelace
Created:
2021-06-13 21:59:01 UTC
Size:
37.62 KB
patch
obsolete
> * Package: dev-python/diskcache-5.2.1 > * Repository: gentoo > * Maintainer: python@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_9 test userland_GNU > * FEATURES: fakeroot network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking diskcache-5.2.1.gh.tar.gz to /var/tmp/portage/dev-python/diskcache-5.2.1/work >>>> Source unpacked in /var/tmp/portage/dev-python/diskcache-5.2.1/work >>>> Preparing source in /var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1 ... > * python3_9: running distutils-r1_run_phase distutils-r1_python_compile >python3.9 setup.py build -j 6 >Warning: 'classifiers' should be a list, got type 'tuple' >running build >running build_py >creating /var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1-python3_9/lib/diskcache >copying diskcache/fanout.py -> /var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1-python3_9/lib/diskcache >copying diskcache/core.py -> /var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1-python3_9/lib/diskcache >copying diskcache/recipes.py -> /var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1-python3_9/lib/diskcache >copying diskcache/djangocache.py -> /var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1-python3_9/lib/diskcache >copying diskcache/__init__.py -> /var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1-python3_9/lib/diskcache >copying diskcache/cli.py -> /var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1-python3_9/lib/diskcache >copying diskcache/persistent.py -> /var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1-python3_9/lib/diskcache >warning: build_py: byte-compiling is disabled, skipping. > > * Using python3.9 in global scope > * python3_9: running distutils-r1_run_phase python_compile_all >>>> Source compiled. >>>> Test phase: dev-python/diskcache-5.2.1 > * python3_9: running distutils-r1_run_phase python_test >python3.9 -m pytest -vv -ra -l >==================================================== test session starts ===================================================== >platform linux -- Python 3.9.4, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3.9 >cachedir: .pytest_cache >hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1/.hypothesis/examples') >rootdir: /var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1, configfile: tox.ini >plugins: forked-1.3.0, shutil-1.7.0, django-4.2.0, asyncio-0.15.1, subtests-0.4.0, pkgcore-0.11.8, freezegun-0.4.2, aspectlib-1.5.2, mock-3.6.1, betamax-0.8.1, cov-2.11.1, timeout-1.4.2, httpbin-1.0.0, codeblocks-0.11.1, hypothesis-6.10.1, xdist-2.2.1, expect-1.1.0, virtualenv-1.7.0, pyfakefs-4.4.0, localserver-0.5.0, xprocess-0.17.1 >collecting ... collected 244 items > >tests/test_djangocache.py::DiskCacheTests::test_add PASSED [ 0%] >tests/test_djangocache.py::DiskCacheTests::test_add_fail_on_pickleerror PASSED [ 0%] >tests/test_djangocache.py::DiskCacheTests::test_binary_string PASSED [ 1%] >tests/test_djangocache.py::DiskCacheTests::test_cache PASSED [ 1%] >tests/test_djangocache.py::DiskCacheTests::test_cache_read_for_model_instance PASSED [ 2%] >tests/test_djangocache.py::DiskCacheTests::test_cache_read_for_model_instance_with_deferred PASSED [ 2%] >tests/test_djangocache.py::DiskCacheTests::test_cache_versioning_add PASSED [ 2%] >tests/test_djangocache.py::DiskCacheTests::test_cache_versioning_delete PASSED [ 3%] >tests/test_djangocache.py::DiskCacheTests::test_cache_versioning_get_set PASSED [ 3%] >tests/test_djangocache.py::DiskCacheTests::test_cache_versioning_get_set_many PASSED [ 4%] >tests/test_djangocache.py::DiskCacheTests::test_cache_versioning_has_key PASSED [ 4%] >tests/test_djangocache.py::DiskCacheTests::test_cache_versioning_incr_decr PASSED [ 4%] >tests/test_djangocache.py::DiskCacheTests::test_cache_write_for_model_instance_with_deferred PASSED [ 5%] >tests/test_djangocache.py::DiskCacheTests::test_cache_write_unpicklable_object PASSED [ 5%] >tests/test_djangocache.py::DiskCacheTests::test_cache_write_unpicklable_type PASSED [ 6%] >tests/test_djangocache.py::DiskCacheTests::test_clear PASSED [ 6%] >tests/test_djangocache.py::DiskCacheTests::test_clear_does_not_remove_cache_dir PASSED [ 6%] >tests/test_djangocache.py::DiskCacheTests::test_close PASSED [ 7%] >tests/test_djangocache.py::DiskCacheTests::test_cull PASSED [ 7%] >tests/test_djangocache.py::DiskCacheTests::test_custom_key_func PASSED [ 8%] >tests/test_djangocache.py::DiskCacheTests::test_data_types PASSED [ 8%] >tests/test_djangocache.py::DiskCacheTests::test_decr PASSED [ 9%] >tests/test_djangocache.py::DiskCacheTests::test_decr_version PASSED [ 9%] >tests/test_djangocache.py::DiskCacheTests::test_delete PASSED [ 9%] >tests/test_djangocache.py::DiskCacheTests::test_delete_many PASSED [ 10%] >tests/test_djangocache.py::DiskCacheTests::test_deque PASSED [ 10%] >tests/test_djangocache.py::DiskCacheTests::test_directory PASSED [ 11%] >tests/test_djangocache.py::DiskCacheTests::test_evict PASSED [ 11%] >tests/test_djangocache.py::DiskCacheTests::test_expiration PASSED [ 11%] >tests/test_djangocache.py::DiskCacheTests::test_expire PASSED [ 12%] >tests/test_djangocache.py::DiskCacheTests::test_float_timeout PASSED [ 12%] >tests/test_djangocache.py::DiskCacheTests::test_forever_timeout PASSED [ 13%] >tests/test_djangocache.py::DiskCacheTests::test_get_many PASSED [ 13%] >tests/test_djangocache.py::DiskCacheTests::test_get_or_set PASSED [ 13%] >tests/test_djangocache.py::DiskCacheTests::test_get_or_set_callable PASSED [ 14%] >tests/test_djangocache.py::DiskCacheTests::test_get_or_set_callable_returning_none FAILED [ 14%] >tests/test_djangocache.py::DiskCacheTests::test_get_or_set_racing PASSED [ 15%] >tests/test_djangocache.py::DiskCacheTests::test_get_or_set_version PASSED [ 15%] >tests/test_djangocache.py::DiskCacheTests::test_has_key PASSED [ 15%] >tests/test_djangocache.py::DiskCacheTests::test_ignores_non_cache_files PASSED [ 16%] >tests/test_djangocache.py::DiskCacheTests::test_in PASSED [ 16%] >tests/test_djangocache.py::DiskCacheTests::test_incr PASSED [ 17%] >tests/test_djangocache.py::DiskCacheTests::test_incr_version PASSED [ 17%] >tests/test_djangocache.py::DiskCacheTests::test_index PASSED [ 18%] >tests/test_djangocache.py::DiskCacheTests::test_invalid_key_characters PASSED [ 18%] >tests/test_djangocache.py::DiskCacheTests::test_invalid_key_length PASSED [ 18%] >tests/test_djangocache.py::DiskCacheTests::test_long_timeout PASSED [ 19%] >tests/test_djangocache.py::DiskCacheTests::test_memoize PASSED [ 19%] >tests/test_djangocache.py::DiskCacheTests::test_non_existent PASSED [ 20%] >tests/test_djangocache.py::DiskCacheTests::test_pickle FAILED [ 20%] >tests/test_djangocache.py::DiskCacheTests::test_pop PASSED [ 20%] >tests/test_djangocache.py::DiskCacheTests::test_prefix PASSED [ 21%] >tests/test_djangocache.py::DiskCacheTests::test_read PASSED [ 21%] >tests/test_djangocache.py::DiskCacheTests::test_set_fail_on_pickleerror PASSED [ 22%] >tests/test_djangocache.py::DiskCacheTests::test_set_many PASSED [ 22%] >tests/test_djangocache.py::DiskCacheTests::test_set_many_expiration PASSED [ 22%] >tests/test_djangocache.py::DiskCacheTests::test_set_many_returns_empty_list_on_success PASSED [ 23%] >tests/test_djangocache.py::DiskCacheTests::test_simple PASSED [ 23%] >tests/test_djangocache.py::DiskCacheTests::test_touch PASSED [ 24%] >tests/test_djangocache.py::DiskCacheTests::test_unicode PASSED [ 24%] >tests/test_djangocache.py::DiskCacheTests::test_zero_cull PASSED [ 25%] >tests/test_djangocache.py::DiskCacheTests::test_zero_timeout PASSED [ 25%] >README.rst::README.rst PASSED [ 25%] >docs/tutorial.rst::tutorial.rst PASSED [ 26%] >tests/test_core.py::test_init PASSED [ 26%] >tests/test_core.py::test_init_disk PASSED [ 27%] >tests/test_core.py::test_disk_reset PASSED [ 27%] >tests/test_core.py::test_disk_valueerror PASSED [ 27%] >tests/test_core.py::test_custom_disk PASSED [ 28%] >tests/test_core.py::test_custom_filename_disk PASSED [ 28%] >tests/test_core.py::test_init_makedirs PASSED [ 29%] >tests/test_core.py::test_pragma_error PASSED [ 29%] >tests/test_core.py::test_close_error PASSED [ 29%] >tests/test_core.py::test_getsetdel PASSED [ 30%] >tests/test_core.py::test_get_keyerror1 PASSED [ 30%] >tests/test_core.py::test_get_keyerror4 PASSED [ 31%] >tests/test_core.py::test_read PASSED [ 31%] >tests/test_core.py::test_read_keyerror PASSED [ 31%] >tests/test_core.py::test_set_twice PASSED [ 32%] >tests/test_core.py::test_set_timeout PASSED [ 32%] >tests/test_core.py::test_raw PASSED [ 33%] >tests/test_core.py::test_get PASSED [ 33%] >tests/test_core.py::test_get_expired_fast_path PASSED [ 34%] >tests/test_core.py::test_get_ioerror_fast_path PASSED [ 34%] >tests/test_core.py::test_get_expired_slow_path PASSED [ 34%] >tests/test_core.py::test_get_ioerror_slow_path PASSED [ 35%] >tests/test_core.py::test_pop PASSED [ 35%] >tests/test_core.py::test_pop_ioerror PASSED [ 36%] >tests/test_core.py::test_pop_ioerror_eacces PASSED [ 36%] >tests/test_core.py::test_delete PASSED [ 36%] >tests/test_core.py::test_del PASSED [ 37%] >tests/test_core.py::test_del_expired PASSED [ 37%] >tests/test_core.py::test_stats PASSED [ 38%] >tests/test_core.py::test_path PASSED [ 38%] >tests/test_core.py::test_expire_rows PASSED [ 38%] >tests/test_core.py::test_least_recently_stored PASSED [ 39%] >tests/test_core.py::test_least_recently_used PASSED [ 39%] >tests/test_core.py::test_least_frequently_used PASSED [ 40%] >tests/test_core.py::test_filename_error PASSED [ 40%] >tests/test_core.py::test_remove_error PASSED [ 40%] >tests/test_core.py::test_check PASSED [ 41%] >tests/test_core.py::test_integrity_check PASSED [ 41%] >tests/test_core.py::test_expire PASSED [ 42%] >tests/test_core.py::test_tag_index PASSED [ 42%] >tests/test_core.py::test_evict PASSED [ 43%] >tests/test_core.py::test_clear PASSED [ 43%] >tests/test_core.py::test_clear_timeout PASSED [ 43%] >tests/test_core.py::test_tag PASSED [ 44%] >tests/test_core.py::test_with PASSED [ 44%] >tests/test_core.py::test_contains PASSED [ 45%] >tests/test_core.py::test_touch PASSED [ 45%] >tests/test_core.py::test_add PASSED [ 45%] >tests/test_core.py::test_add_large_value PASSED [ 46%] >tests/test_core.py::test_add_timeout PASSED [ 46%] >tests/test_core.py::test_incr PASSED [ 47%] >tests/test_core.py::test_incr_insert_keyerror PASSED [ 47%] >tests/test_core.py::test_incr_update_keyerror PASSED [ 47%] >tests/test_core.py::test_decr PASSED [ 48%] >tests/test_core.py::test_iter PASSED [ 48%] >tests/test_core.py::test_iter_expire PASSED [ 49%] >tests/test_core.py::test_iter_error PASSED [ 49%] >tests/test_core.py::test_reversed PASSED [ 50%] >tests/test_core.py::test_reversed_error PASSED [ 50%] >tests/test_core.py::test_push_pull PASSED [ 50%] >tests/test_core.py::test_push_pull_prefix PASSED [ 51%] >tests/test_core.py::test_push_pull_extras PASSED [ 51%] >tests/test_core.py::test_push_pull_expire PASSED [ 52%] >tests/test_core.py::test_push_peek_expire PASSED [ 52%] >tests/test_core.py::test_push_pull_large_value PASSED [ 52%] >tests/test_core.py::test_push_peek_large_value PASSED [ 53%] >tests/test_core.py::test_pull_ioerror PASSED [ 53%] >tests/test_core.py::test_peek_ioerror PASSED [ 54%] >tests/test_core.py::test_pull_ioerror_eacces PASSED [ 54%] >tests/test_core.py::test_peek_ioerror_eacces PASSED [ 54%] >tests/test_core.py::test_peekitem_extras PASSED [ 55%] >tests/test_core.py::test_peekitem_ioerror PASSED [ 55%] >tests/test_core.py::test_peekitem_ioerror_eacces PASSED [ 56%] >tests/test_core.py::test_iterkeys PASSED [ 56%] >tests/test_core.py::test_pickle PASSED [ 56%] >tests/test_core.py::test_pragmas PASSED [ 57%] >tests/test_core.py::test_size_limit_with_files PASSED [ 57%] >tests/test_core.py::test_size_limit_with_database PASSED [ 58%] >tests/test_core.py::test_cull_eviction_policy_none PASSED [ 58%] >tests/test_core.py::test_cull_size_limit_0 PASSED [ 59%] >tests/test_core.py::test_cull_timeout PASSED [ 59%] >tests/test_core.py::test_key_roundtrip PASSED [ 59%] >tests/test_core.py::test_constant PASSED [ 60%] >tests/test_core.py::test_copy PASSED [ 60%] >tests/test_core.py::test_rsync PASSED [ 61%] >tests/test_core.py::test_custom_eviction_policy PASSED [ 61%] >tests/test_core.py::test_lru_incr PASSED [ 61%] >tests/test_core.py::test_memoize PASSED [ 62%] >tests/test_deque.py::test_init PASSED [ 62%] >tests/test_deque.py::test_getsetdel PASSED [ 63%] >tests/test_deque.py::test_index_positive PASSED [ 63%] >tests/test_deque.py::test_index_negative PASSED [ 63%] >tests/test_deque.py::test_index_out_of_range PASSED [ 64%] >tests/test_deque.py::test_iter_keyerror PASSED [ 64%] >tests/test_deque.py::test_reversed PASSED [ 65%] >tests/test_deque.py::test_reversed_keyerror PASSED [ 65%] >tests/test_deque.py::test_state PASSED [ 65%] >tests/test_deque.py::test_compare PASSED [ 66%] >tests/test_deque.py::test_indexerror_negative PASSED [ 66%] >tests/test_deque.py::test_indexerror PASSED [ 67%] >tests/test_deque.py::test_repr PASSED [ 67%] >tests/test_deque.py::test_count PASSED [ 68%] >tests/test_deque.py::test_extend PASSED [ 68%] >tests/test_deque.py::test_extendleft PASSED [ 68%] >tests/test_deque.py::test_pop PASSED [ 69%] >tests/test_deque.py::test_pop_indexerror PASSED [ 69%] >tests/test_deque.py::test_popleft PASSED [ 70%] >tests/test_deque.py::test_popleft_indexerror PASSED [ 70%] >tests/test_deque.py::test_remove PASSED [ 70%] >tests/test_deque.py::test_remove_valueerror PASSED [ 71%] >tests/test_deque.py::test_remove_keyerror PASSED [ 71%] >tests/test_deque.py::test_reverse PASSED [ 72%] >tests/test_deque.py::test_rotate_typeerror PASSED [ 72%] >tests/test_deque.py::test_rotate PASSED [ 72%] >tests/test_deque.py::test_rotate_negative PASSED [ 73%] >tests/test_deque.py::test_rotate_indexerror PASSED [ 73%] >tests/test_deque.py::test_rotate_indexerror_negative PASSED [ 74%] >tests/test_doctest.py::test_core PASSED [ 74%] >tests/test_doctest.py::test_djangocache PASSED [ 75%] >tests/test_doctest.py::test_fanout PASSED [ 75%] >tests/test_doctest.py::test_persistent PASSED [ 75%] >tests/test_doctest.py::test_recipes PASSED [ 76%] >tests/test_doctest.py::test_tutorial PASSED [ 76%] >tests/test_fanout.py::test_init PASSED [ 77%] >tests/test_fanout.py::test_set_get_delete PASSED [ 77%] >tests/test_fanout.py::test_set_timeout PASSED [ 77%] >tests/test_fanout.py::test_touch PASSED [ 78%] >tests/test_fanout.py::test_touch_timeout PASSED [ 78%] >tests/test_fanout.py::test_add PASSED [ 79%] >tests/test_fanout.py::test_add_timeout PASSED [ 79%] >tests/test_fanout.py::test_add_concurrent PASSED [ 79%] >tests/test_fanout.py::test_incr PASSED [ 80%] >tests/test_fanout.py::test_incr_timeout PASSED [ 80%] >tests/test_fanout.py::test_decr PASSED [ 81%] >tests/test_fanout.py::test_decr_timeout PASSED [ 81%] >tests/test_fanout.py::test_incr_concurrent PASSED [ 81%] >tests/test_fanout.py::test_getsetdel PASSED [ 82%] >tests/test_fanout.py::test_get_timeout PASSED [ 82%] >tests/test_fanout.py::test_pop PASSED [ 83%] >tests/test_fanout.py::test_pop_timeout PASSED [ 83%] >tests/test_fanout.py::test_delete_timeout PASSED [ 84%] >tests/test_fanout.py::test_delitem PASSED [ 84%] >tests/test_fanout.py::test_delitem_keyerror PASSED [ 84%] >tests/test_fanout.py::test_tag_index PASSED [ 85%] >tests/test_fanout.py::test_read PASSED [ 85%] >tests/test_fanout.py::test_read_keyerror PASSED [ 86%] >tests/test_fanout.py::test_getitem_keyerror PASSED [ 86%] >tests/test_fanout.py::test_expire PASSED [ 86%] >tests/test_fanout.py::test_evict PASSED [ 87%] >tests/test_fanout.py::test_size_limit_with_files PASSED [ 87%] >tests/test_fanout.py::test_size_limit_with_database PASSED [ 88%] >tests/test_fanout.py::test_clear PASSED [ 88%] >tests/test_fanout.py::test_remove_timeout PASSED [ 88%] >tests/test_fanout.py::test_reset_timeout PASSED [ 89%] >tests/test_fanout.py::test_stats PASSED [ 89%] >tests/test_fanout.py::test_volume PASSED [ 90%] >tests/test_fanout.py::test_iter PASSED [ 90%] >tests/test_fanout.py::test_iter_expire PASSED [ 90%] >tests/test_fanout.py::test_reversed PASSED [ 91%] >tests/test_fanout.py::test_pickle PASSED [ 91%] >tests/test_fanout.py::test_memoize PASSED [ 92%] >tests/test_fanout.py::test_copy PASSED [ 92%] >tests/test_fanout.py::test_rsync PASSED [ 93%] >tests/test_fanout.py::test_custom_filename_disk PASSED [ 93%] >tests/test_index.py::test_init PASSED [ 93%] >tests/test_index.py::test_getsetdel PASSED [ 94%] >tests/test_index.py::test_pop PASSED [ 94%] >tests/test_index.py::test_pop_keyerror PASSED [ 95%] >tests/test_index.py::test_popitem PASSED [ 95%] >tests/test_index.py::test_popitem_keyerror PASSED [ 95%] >tests/test_index.py::test_setdefault PASSED [ 96%] >tests/test_index.py::test_iter PASSED [ 96%] >tests/test_index.py::test_reversed PASSED [ 97%] >tests/test_index.py::test_state PASSED [ 97%] >tests/test_index.py::test_memoize PASSED [ 97%] >tests/test_index.py::test_repr PASSED [ 98%] >tests/test_recipes.py::test_averager PASSED [ 98%] >tests/test_recipes.py::test_rlock PASSED [ 99%] >tests/test_recipes.py::test_semaphore PASSED [ 99%] >tests/test_recipes.py::test_memoize_stampede PASSED [100%] > >========================================================== FAILURES ========================================================== >___________________________________ DiskCacheTests.test_get_or_set_callable_returning_none ___________________________________ > >self = <tests.test_djangocache.DiskCacheTests testMethod=test_get_or_set_callable_returning_none> > > def test_get_or_set_callable_returning_none(self): > self.assertIsNone(cache.get_or_set('mykey', lambda: None)) > # Previous get_or_set() doesn't store None in the cache. >> self.assertEqual(cache.get('mykey', 'default'), 'default') >E AssertionError: None != 'default' > >self = <tests.test_djangocache.DiskCacheTests testMethod=test_get_or_set_callable_returning_none> > >tests/test_djangocache.py:884: AssertionError >_________________________________________________ DiskCacheTests.test_pickle _________________________________________________ > >self = <tests.test_djangocache.DiskCacheTests testMethod=test_pickle> > > def test_pickle(self): > letters = 'abcde' > cache.clear() > > for num, val in enumerate(letters): > cache.set(val, num) > >> data = pickle.dumps(cache) >E TypeError: cannot pickle '_thread.RLock' object > >letters = 'abcde' >num = 4 >self = <tests.test_djangocache.DiskCacheTests testMethod=test_pickle> >val = 'e' > >tests/test_djangocache.py:1036: TypeError >====================================================== warnings summary ====================================================== >tests/test_djangocache.py::DiskCacheTests::test_cache_write_unpicklable_object > /usr/lib/python3.9/site-packages/django/middleware/cache.py:67: RemovedInDjango40Warning: Passing None for the middleware get_response argument is deprecated. > super().__init__(get_response) > >tests/test_djangocache.py::DiskCacheTests::test_cache_write_unpicklable_object >tests/test_djangocache.py::DiskCacheTests::test_cache_write_unpicklable_object > /usr/lib/python3.9/site-packages/django/middleware/cache.py:130: RemovedInDjango40Warning: Passing None for the middleware get_response argument is deprecated. > super().__init__(get_response) > >-- Docs: https://docs.pytest.org/en/stable/warnings.html >================================================== short test summary info =================================================== >FAILED tests/test_djangocache.py::DiskCacheTests::test_get_or_set_callable_returning_none - AssertionError: None != 'default' >FAILED tests/test_djangocache.py::DiskCacheTests::test_pickle - TypeError: cannot pickle '_thread.RLock' object >=================================== 2 failed, 242 passed, 3 warnings in 441.69s (0:07:21) ==================================== > * ERROR: dev-python/diskcache-5.2.1::gentoo failed (test phase): > * pytest failed with python3.9 > * > * Call stack: > * ebuild.sh, line 125: Called src_test > * environment, line 2853: Called distutils-r1_src_test > * environment, line 1207: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 462: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 2510: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2009: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2007: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 764: Called distutils-r1_run_phase 'python_test' > * environment, line 1146: Called python_test > * environment, line 2794: Called distutils-r1_python_test > * environment, line 1103: Called epytest > * environment, line 1530: Called die > * The specific snippet of code: > * "${@}" || die -n "pytest failed with ${EPYTHON}"; > * > * If you need support, post the output of `emerge --info '=dev-python/diskcache-5.2.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/diskcache-5.2.1::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:diskcache-5.2.1:20210613-022722.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/diskcache-5.2.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/diskcache-5.2.1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1' > * S: '/var/tmp/portage/dev-python/diskcache-5.2.1/work/python-diskcache-5.2.1'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 795792
: 715779 |
715782