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

   Checked that ValidatesContainer suite fails with the same error.
   Job: 
https://pantheon.corp.google.com/dataflow/jobs/us-central1/2022-09-15_19_49_06-13026220049111007617
   Relevant log snippet from the container startup:
   
   ```
   2022-09-15 20:03:38.593 PDT
   Installing collected packages: apache-beam
   2022-09-15 20:03:38.594 PDT
    Attempting uninstall: apache-beam
   2022-09-15 20:03:38.598 PDT
    Found existing installation: apache-beam 2.43.0.dev0
   2022-09-15 20:03:38.601 PDT
    Not uninstalling apache-beam at /usr/local/lib/python3.8/site-packages, 
outside environment /var/opt/google/beam-venv/beam-venv-worker-sdk1
   2022-09-15 20:03:38.603 PDT
    Can't uninstall 'apache-beam'. No files were found to uninstall.
   2022-09-15 20:03:43.117 PDT
   Successfully installed apache-beam-2.43.0.dev0
   
   2022-09-15 20:03:43.204 PDT
   2022/09/16 03:03:43 Executing Python (worker sdk1): python -m 
apache_beam.runners.worker.sdk_worker_main
   2022-09-15 20:03:43.480 PDT
   Traceback (most recent call last):
   2022-09-15 20:03:43.480 PDT
    File "/usr/local/lib/python3.8/runpy.py", line 185, in _run_module_as_main
   2022-09-15 20:03:43.480 PDT
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
   2022-09-15 20:03:43.480 PDT
    File "/usr/local/lib/python3.8/runpy.py", line 111, in _get_module_details
   2022-09-15 20:03:43.480 PDT
    __import__(pkg_name)
   2022-09-15 20:03:43.480 PDT
    File 
"/var/opt/google/beam-venv/beam-venv-worker-sdk1/lib/python3.8/site-packages/apache_beam/__init__.py",
 line 92, in <module>
   2022-09-15 20:03:43.480 PDT
    from apache_beam import coders
   2022-09-15 20:03:43.480 PDT
    File 
"/var/opt/google/beam-venv/beam-venv-worker-sdk1/lib/python3.8/site-packages/apache_beam/coders/__init__.py",
 line 17, in <module>
   2022-09-15 20:03:43.480 PDT
    from apache_beam.coders.coders import *
   2022-09-15 20:03:43.480 PDT
    File 
"/var/opt/google/beam-venv/beam-venv-worker-sdk1/lib/python3.8/site-packages/apache_beam/coders/coders.py",
 line 58, in <module>
   2022-09-15 20:03:43.480 PDT
    from apache_beam.coders import coder_impl
   2022-09-15 20:03:43.481 PDT
   ImportError: 
/var/opt/google/beam-venv/beam-venv-worker-sdk1/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