Skip to content

Merge pull request #2831 from activeloopai/SSLError #1549

Merge pull request #2831 from activeloopai/SSLError

Merge pull request #2831 from activeloopai/SSLError #1549

Triggered via push April 24, 2024 20:40
Status Success
Total duration 18s
Artifacts
update_release_draft
5s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
test_query.test_link_materialize[1]: deeplake/core/query/test/test_query.py#L467
deeplake.util.exceptions.SampleAppendError: Failed to append a sample to the tensor 'abc'. See more details in the traceback.
test_api.test_dataset_rename[True-azure_ds_generator-azure_path-hub_cloud_dev_token]: deeplake/api/tests/test_api.py#L983
azure.core.exceptions.ClientAuthenticationError: ERROR: The command failed with an unexpected error. Here is the traceback: ERROR: [Errno 13] Permission denied: 'C:\\azureCli\\msal_token_cache.bin.lockfile' Traceback (most recent call last): File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\knack\cli.py", line 233, in invoke cmd_result = self.invocation.execute(args) File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\azure\cli\core\commands\__init__.py", line 664, in execute raise ex File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\azure\cli\core\commands\__init__.py", line 731, in _run_jobs_serially results.append(self._run_job(expanded_arg, cmd_copy)) File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\azure\cli\core\commands\__init__.py", line 701, in _run_job result = cmd_copy(params) File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\azure\cli\core\commands\__init__.py", line 334, in __call__ return self.handler(*args, **kwargs) File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\azure\cli\core\commands\command_operation.py", line 121, in handler return op(**command_args) File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\azure\cli\command_modules\profile\custom.py", line 66, in get_access_token creds, subscription, tenant = profile.get_raw_token(subscription=subscription, resource=resource, scopes=scopes, File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\azure\cli\core\_profile.py", line 383, in get_raw_token sdk_token = credential.get_token(*scopes) File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\azure\cli\core\auth\msal_authentication.py", line 138, in get_token result = self.acquire_token_for_client(scopes, **kwargs) File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal\application.py", line 2171, in acquire_token_for_client return _clean_up(self._acquire_token_silent_with_error( File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal\application.py", line 1294, in _acquire_token_silent_with_error result = self._acquire_token_silent_from_cache_and_possibly_refresh_it( File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal\application.py", line 1431, in _acquire_token_silent_from_cache_and_possibly_refresh_it result = self._acquire_token_for_client( File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal\application.py", line 2190, in _acquire_token_for_client response = client.obtain_token_for_client( File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal\oauth2cli\oauth2.py", line 752, in obtain_token_for_client return self._obtain_token("client_credentials", data=data, **kwargs) File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal\oauth2cli\oidc.py", line 170, in _obtain_token ret = super(Client, self)._obtain_token(grant_type, *args, **kwargs) File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal\oauth2cli\oauth2.py", line 788, in _obtain_token (on_obtaining_tokens or self.on_obtaining_tokens)({ File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal\application.py", line 682, in <lambda> on_obtaining_tokens=lambda event: self.token_cache.add(dict( File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal\token_cache.py", line 374, in add super(SerializableTokenCache, self).add(event, **kwargs) File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal\token_cache.py", line 180, in add return self.__add(event, now=now) File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal\token_cache.py", line 244, in __add self.modify(self.CredentialType.ACCESS_TOKEN, at, at) File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal_extensions\token_cache.py", line 63, in modify with CrossPlatLock(self._lock_location): File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal_extensions\cache_lock.py", line 57, in __enter__ if not self._try_to_create_lock_file(): File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\msal_extensions\cache_lock.py", line 43, in _try_to_create_lock_file with open(self._lockpath, 'x'): # pylint: disable=unspecified-encoding PermissionError: [Errno 13] Permission denied: 'C:\\azureCli\\msal_token_cache.bin.lockfile' To check existing issues, please visit: https://github.com/Azure/azure-cli/issues
update_release_draft
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/release-drafter@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.