tvalentyn commented on PR #16658:
URL: https://github.com/apache/beam/pull/16658#issuecomment-1248845907

   Sorry for not responding here. @phoerious is there a way I can help for you 
to investigate errors independently?
   I started the test suite again, and while waiting to get results I tried to 
run a pipeline on Datataflow with a custom container built with your changes.
   
   I saw these errors now:
   
   ```
   
   
   2022-09-15 19:05:47.271 PDT
   Installing collected packages: apache-beam
   2022-09-15 19:05:47.272 PDT
    Attempting uninstall: apache-beam
   2022-09-15 19:05:47.282 PDT
    Found existing installation: apache-beam 2.39.0.dev0
   2022-09-15 19:05:47.288 PDT
    Not uninstalling apache-beam at /usr/local/lib/python3.8/site-packages, 
outside environment /var/opt/google/beam-venv/beam-venv-worker-sdk-0-1
   2022-09-15 19:05:47.291 PDT
    Can't uninstall 'apache-beam'. No files were found to uninstall.
   2022-09-15 19:05:56.065 PDT
   Successfully installed apache-beam-2.38.0
   2022-09-15 19:05:56.224 PDT
   Successfully installed apache-beam-2.38.0
   2022-09-15 19:05:56.494 PDT
   2022/09/16 02:05:56 Executing Python (worker sdk-0-1): python -m 
apache_beam.runners.worker.sdk_worker_main
   2022-09-15 19:05:56.608 PDT
   2022/09/16 02:05:56 Executing Python (worker sdk-0-0): python -m 
apache_beam.runners.worker.sdk_worker_main
   2022-09-15 19:05:58.279 PDT
   Traceback (most recent call last):
   2022-09-15 19:05:58.279 PDT
    File "/usr/local/lib/python3.8/runpy.py", line 185, in _run_module_as_main
   2022-09-15 19:05:58.279 PDT
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
   2022-09-15 19:05:58.279 PDT
    File "/usr/local/lib/python3.8/runpy.py", line 111, in _get_module_details
   2022-09-15 19:05:58.279 PDT
    __import__(pkg_name)
   2022-09-15 19:05:58.279 PDT
    File 
"/var/opt/google/beam-venv/beam-venv-worker-sdk-0-1/lib/python3.8/site-packages/apache_beam/__init__.py",
 line 92, in <module>
   2022-09-15 19:05:58.279 PDT
    from apache_beam import coders
   2022-09-15 19:05:58.279 PDT
    File 
"/var/opt/google/beam-venv/beam-venv-worker-sdk-0-1/lib/python3.8/site-packages/apache_beam/coders/__init__.py",
 line 17, in <module>
   2022-09-15 19:05:58.279 PDT
    from apache_beam.coders.coders import *
   2022-09-15 19:05:58.279 PDT
    File 
"/var/opt/google/beam-venv/beam-venv-worker-sdk-0-1/lib/python3.8/site-packages/apache_beam/coders/coders.py",
 line 58, in <module>
   2022-09-15 19:05:58.279 PDT
    from apache_beam.coders import coder_impl
   2022-09-15 19:05:58.279 PDT
   ImportError: 
/var/opt/google/beam-venv/beam-venv-worker-sdk-0-1/lib/python3.8/site-packages/apache_beam/coders/coder_impl.cpython-38-x86_64-linux-gnu.so:
 failed to map segment from shared object
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to