ahmedabu98 opened a new issue, #33744:
URL: https://github.com/apache/beam/issues/33744

   ### What happened?
   
   Example run: 
https://github.com/apache/beam/actions/runs/12933159540/job/36071120448
   
   Error:
   `ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c 
apt-get update &&     apt-get install -y        libsnappy-dev        
libyaml-dev        ccache        libgeos-dev        &&     rm -rf 
/var/lib/apt/lists/* &&     pip install --upgrade pip setuptools wheel &&     
pip install --no-deps -r /tmp/base_image_requirements.txt &&     rm -rf 
/tmp/base_image_requirements.txt &&     python -c \"import nltk; 
nltk.download('stopwords')\" &&     rm /root/nltk_data/corpora/stopwords.zip && 
    python -c \"from google.protobuf.internal import api_implementation; assert 
api_implementation._implementation_type == 'upb'; print ('Verified fast 
protobuf used.')\" &&     mkdir -p /usr/local/gcloud &&     cd 
/usr/local/gcloud &&     curl -s -O 
https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz &&     tar 
-xf google-cloud-sdk.tar.gz &&     
/usr/local/gcloud/google-cloud-sdk/install.sh &&     rm -rf 
/usr/local/gcloud/google-cloud-sdk/.install/.backup &&     rm google
 -cloud-sdk.tar.gz &&     ln -s /usr/bin/ccache /usr/local/bin/gcc &&     
ccache --set-config=sloppiness=file_macro && ccache --set-config=hash_dir=false 
&&     pip install --no-deps -v /opt/apache/beam/tars/apache-beam.tar.gz[gcp] 
&&     pip check || (echo \"Container does not include required Beam 
dependencies or has conflicting dependencies. If Beam dependencies have 
changed, you need to regenerate base_image_requirements.txt files. See: 
[https://s.apache.org/beam-python-requirements-generate\](https://s.apache.org/beam-python-requirements-generate/)"
 && exit 1) &&     pip freeze --all &&     rm -rf /root/.cache/pip" did not 
complete successfully: exit code: 1`
   
   ### Issue Failure
   
   Failure: Test is continually failing
   
   ### Issue Priority
   
   Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be 
sure the product is healthy)
   
   ### Issue Components
   
   - [x] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam YAML
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Infrastructure
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


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