You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/11/23 19:50:56 UTC

[GitHub] [beam] aaltay edited a comment on pull request #12779: [BEAM-10856] Support for NestedValueProvider for Python SDK

aaltay edited a comment on pull request #12779:
URL: https://github.com/apache/beam/pull/12779#issuecomment-732388291


   > BeamAssertException
   
   This one looks like a test on the asserts.
   
   The actual error (which is likely a flake) is:
   
   logs: https://github.com/apache/beam/pull/12779/checks?check_run_id=1433935136
   
   ```
   apache_beam\runners\interactive\recording_manager_test.py:75: 
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
   apache_beam\runners\interactive\interactive_environment.py:118: in new_env
       _interactive_beam_env.cleanup()
   apache_beam\runners\interactive\interactive_environment.py:272: in cleanup
       cache_manager.cleanup()
   apache_beam\runners\interactive\caching\streaming_cache.py:391: in cleanup
       shutil.rmtree(self._cache_dir)
   c:\hostedtoolcache\windows\python\3.6.8\x64\lib\shutil.py:500: in rmtree
       return _rmtree_unsafe(path, onerror)
   c:\hostedtoolcache\windows\python\3.6.8\x64\lib\shutil.py:390: in _rmtree_unsafe
       _rmtree_unsafe(fullname, onerror)
   c:\hostedtoolcache\windows\python\3.6.8\x64\lib\shutil.py:395: in _rmtree_unsafe
       onerror(os.unlink, fullname, sys.exc_info())
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
   
   ...
   
   >                   os.unlink(fullname)
   E                   PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\a\\beam\\beam\\sdks\\python\\target\\.tox\\py36-win\\tmp\\it-4m1c1oje2145793178144\\full\\fb91a47796-2145832985040-2145832986608-2145793178144'
   ```
   
   Maybe clean should catch the error and not fail? Or try again?
   
   @KevinGG - Could you check this error?
   
   @pabloem @epicfaace - I believe you can ignore this error for the purposes of this PR.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org