-
Type: Build Failure
-
Resolution: Duplicate
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
Name of Failure:
**
"Cache entry deserialization failed, entry ignored"
Link to task:
Context of when and why the failure occurred:
This error has been popping up intermittently recently. It often goes away with a re-run of the task. We shouldn't be using pip2 at all, did the hosts change Python tooling?
Stack trace:
[2024/07/16 13:25:45.418] + python -m pip install --upgrade pip [2024/07/16 13:25:45.418] Cache entry deserialization failed, entry ignored [2024/07/16 13:25:45.965] Exception: [2024/07/16 13:25:45.965] Traceback (most recent call last): [2024/07/16 13:25:45.965] File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main [2024/07/16 13:25:45.965] status = self.run(options, args) [2024/07/16 13:25:45.965] File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 365, in run [2024/07/16 13:25:45.965] strip_file_prefix=options.strip_file_prefix, [2024/07/16 13:25:45.965] File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 778, in install [2024/07/16 13:25:45.965] requirement.uninstall(auto_confirm=True) [2024/07/16 13:25:45.965] File "/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 754, in uninstall [2024/07/16 13:25:45.965] paths_to_remove.remove(auto_confirm) [2024/07/16 13:25:45.965] File "/usr/lib/python2.7/site-packages/pip/req/req_uninstall.py", line 115, in remove [2024/07/16 13:25:45.965] renames(path, new_path) [2024/07/16 13:25:45.965] File "/usr/lib/python2.7/site-packages/pip/utils/__init__.py", line 267, in renames [2024/07/16 13:25:45.965] shutil.move(old, new) [2024/07/16 13:25:45.965] File "/usr/lib64/python2.7/shutil.py", line 326, in move [2024/07/16 13:25:45.965] os.unlink(src) [2024/07/16 13:25:45.965] OSError: [Errno 13] Permission denied: '/usr/bin/pip2' [2024/07/16 13:25:46.442] Command 'shell.exec' in function 'run tests' (step 2.2 of 2) failed: shell script encountered problem: exit code 2.
- duplicates
-
PYTHON-4240 Update test definition in Client-Side encryption tests
- Closed