See 
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/11338/display/redirect?page=changes>

Changes:

[noreply] Remove anonymous function from fileio.ReadMatches example (#29186)


------------------------------------------
[...truncated 2.41 MB...]
            |                    
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      apache_beam/coders/coder_impl.c:79582:20: warning: 
‘__pyx_mdef___pyx_MemviewEnum_3__setstate_cython__’ defined but not used 
[-Wunused-variable]
      79582 | static PyMethodDef 
__pyx_mdef___pyx_MemviewEnum_3__setstate_cython__ = {"__setstate_cython__", 
(PyCFunction)__pyx_pw___pyx_MemviewEnum_3__setstate_cython__, METH_O, 0};
            |                    
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      apache_beam/coders/coder_impl.c:79346:20: warning: 
‘__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__’ defined but not used 
[-Wunused-variable]
      79346 | static PyMethodDef 
__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__ = {"__reduce_cython__", 
(PyCFunction)__pyx_pw___pyx_MemviewEnum_1__reduce_cython__, METH_NOARGS, 0};
            |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      apache_beam/coders/coder_impl.c:78968:20: warning: 
‘__pyx_mdef___pyx_array_3__setstate_cython__’ defined but not used 
[-Wunused-variable]
      78968 | static PyMethodDef __pyx_mdef___pyx_array_3__setstate_cython__ = 
{"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_array_3__setstate_cython__, 
METH_O, 0};
            |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      apache_beam/coders/coder_impl.c:78910:20: warning: 
‘__pyx_mdef___pyx_array_1__reduce_cython__’ defined but not used 
[-Wunused-variable]
      78910 | static PyMethodDef __pyx_mdef___pyx_array_1__reduce_cython__ = 
{"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_array_1__reduce_cython__, 
METH_NOARGS, 0};
            |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      apache_beam/coders/coder_impl.c:6817:20: warning: 
‘__pyx_mdef_11apache_beam_6coders_10coder_impl_5lambda1’ defined but not used 
[-Wunused-variable]
       6817 | static PyMethodDef 
__pyx_mdef_11apache_beam_6coders_10coder_impl_5lambda1 = {"lambda1", 
(PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_11apache_beam_6coders_10coder_impl_5lambda1,
 METH_VARARGS|METH_KEYWORDS, 0};
            |                    
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      apache_beam/coders/coder_impl.c: In function 
‘__pyx_f_11apache_beam_6coders_10coder_impl_12RowCoderImpl_decode_batch_from_stream’:
      apache_beam/coders/coder_impl.c:60639:42: warning: ‘__pyx_v_null_mask_c’ 
may be used uninitialized in this function [-Wmaybe-uninitialized]
      60639 |       __pyx_t_17 = (((__pyx_v_null_mask_c[(__pyx_v_i >> 3)]) & 
(0x01 << (__pyx_v_i & 0x07))) != 0);
            |                                          ^
      apache_beam/coders/coder_impl.c: In function 
‘__pyx_f_11apache_beam_6coders_10coder_impl_12RowCoderImpl_encode_batch_to_stream’:
      apache_beam/coders/coder_impl.c:59337:7: warning: ‘__pyx_v_null_bits_len’ 
may be used uninitialized in this function [-Wmaybe-uninitialized]
      59337 |       for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_21; __pyx_t_5+=1) {
            |       ^~~
      apache_beam/coders/coder_impl.c: At top level:
      apache_beam/coders/coder_impl.c:114652:1: fatal error: error writing to 
/tmp/cc7ExPsR.s: No space left on device
      114652 | }
             | ^
      compilation terminated.
      error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem 
with pip.
  ERROR: Failed building wheel for apache-beam
ERROR: Could not build wheels for apache-beam, which is required to install 
pyproject.toml-based projects

> Task :sdks:python:test-suites:dataflow:py39:installGcpTest FAILED

> Task :sdks:python:container:py38:docker FAILED
#9 ERROR: executor failed running [/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"; && exit 1) &&     pip 
freeze --all &&     rm -rf /root/.cache/pip]: exit code: 1
------
 > [beam 5/5] RUN      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"; && exit 1) &&     
 > pip freeze --all &&     rm -rf /root/.cache/pip:
#9 66.50   Stored in directory: 
/root/.cache/pip/wheels/68/dd/29/c1a590238f9ebbe4f7ee9b3583f5185d0b9577e23f05c990eb
#9 66.51   Building wheel for pyjsparser (setup.py): started
#9 67.06   Building wheel for pyjsparser (setup.py): finished with status 'done'
#9 67.07   Created wheel for pyjsparser: 
filename=pyjsparser-2.7.1-py3-none-any.whl size=25985 
sha256=bac2dca30c4f0ae979ab26f05012a57eb6aa910b5617ba7dfe7cb09476c7fc0f
#9 67.07   Stored in directory: 
/root/.cache/pip/wheels/d5/88/34/ccb5bb40eb3178a134eb293e6c363928c5bcfba0b91031db76
#9 67.07 Successfully built bs4 crcmod dill docopt future google-apitools 
google-cloud-profiler hdfs pyjsparser
#9 67.08 Installing collected packages: sortedcontainers, requests-mock, pytz, 
python-snappy, pyjsparser, oauth2client, nose, mmh3, Js2Py, hdfs, 
google-cloud-profiler, google-auth-httplib2, docopt, deprecation, crcmod, bs4, 
zstandard, zipp, wrapt, websocket-client, urllib3, uritemplate, tzlocal, 
typing_extensions, tqdm, tomli, threadpoolctl, testcontainers, tenacity, 
sqlparse, SQLAlchemy, soupsieve, six, shapely, scipy, scikit-learn, rsa, 
rpds-py, requests, regex, referencing, PyYAML, python-dateutil, pytest-xdist, 
pytest-timeout, pytest, pyproject_hooks, pyparsing, PyMySQL, pymongo, 
PyHamcrest, pydot, pycparser, pyasn1-modules, pyasn1, pyarrow, psycopg2-binary, 
protobuf, proto-plus, pluggy, pkgutil_resolve_name, parameterized, pandas, 
packaging, overrides, orjson, objsize, numpy, nltk, mock, 
jsonschema-specifications, jsonschema, joblib, iniconfig, importlib-resources, 
importlib-metadata, idna, hypothesis, httplib2, guppy3, grpcio-status, grpcio, 
grpc-google-iam-v1, greenlet, googleapis-common-protos, google-resumable-media, 
google-crc32c, google-cloud-vision, google-cloud-videointelligence, 
google-cloud-storage, google-cloud-spanner, google-cloud-resource-manager, 
google-cloud-recommendations-ai, google-cloud-pubsublite, google-cloud-pubsub, 
google-cloud-language, google-cloud-dlp, google-cloud-datastore, 
google-cloud-core, google-cloud-bigtable, google-cloud-bigquery-storage, 
google-cloud-bigquery, google-cloud-aiplatform, google-auth, google-apitools, 
google-api-python-client, google-api-core, future, freezegun, fasteners, 
fastavro, execnet, exceptiongroup, docker, dnspython, dill, Cython, 
cryptography, cloudpickle, click, charset-normalizer, cffi, certifi, 
cachetools, build, beautifulsoup4, backports.zoneinfo, attrs
#9 93.51 ERROR: Could not install packages due to an OSError: [Errno 28] No 
space left on device
#9 93.51 
#9 95.21 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
------
ERROR: failed to solve: executor failed running [/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"; && exit 1) &&     pip 
freeze --all &&     rm -rf /root/.cache/pip]: exit code: 1

> Task :sdks:python:container:py39:docker FAILED
#9 ERROR: executor failed running [/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"; && exit 1) &&     pip 
freeze --all &&     rm -rf /root/.cache/pip]: exit code: 1
------
 > [beam 5/5] RUN      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"; && exit 1) &&     
 > pip freeze --all &&     rm -rf /root/.cache/pip:
#9 72.36   Stored in directory: 
/root/.cache/pip/wheels/05/6f/21/aa8d233f90da3017b4ef7c61829589dc267402d376dd3efcf5
#9 72.37   Building wheel for pyjsparser (setup.py): started
#9 72.83   Building wheel for pyjsparser (setup.py): finished with status 'done'
#9 72.84   Created wheel for pyjsparser: 
filename=pyjsparser-2.7.1-py3-none-any.whl size=25985 
sha256=90d553bcec70ca5ead19fd2328acafa107e171d4d5210a968aee2758aa3267ed
#9 72.84   Stored in directory: 
/root/.cache/pip/wheels/f0/70/61/f42dc45dcf0fbe8c495ce579b04730787081499bfb5b8bc60e
#9 72.84 Successfully built bs4 crcmod dill docopt future google-apitools 
google-cloud-profiler hdfs pyjsparser
#9 72.85 Installing collected packages: sortedcontainers, requests-mock, pytz, 
python-snappy, pyjsparser, oauth2client, nose, mmh3, Js2Py, hdfs, 
google-cloud-profiler, google-auth-httplib2, docopt, deprecation, crcmod, bs4, 
zstandard, zipp, wrapt, websocket-client, urllib3, uritemplate, tzlocal, 
typing_extensions, tqdm, tomli, threadpoolctl, testcontainers, tenacity, 
sqlparse, SQLAlchemy, soupsieve, six, shapely, scipy, scikit-learn, rsa, 
rpds-py, requests, regex, referencing, PyYAML, python-dateutil, pytest-xdist, 
pytest-timeout, pytest, pyproject_hooks, pyparsing, PyMySQL, pymongo, 
PyHamcrest, pydot, pycparser, pyasn1-modules, pyasn1, pyarrow, psycopg2-binary, 
protobuf, proto-plus, pluggy, parameterized, pandas, packaging, overrides, 
orjson, objsize, numpy, nltk, mock, jsonschema-specifications, jsonschema, 
joblib, iniconfig, importlib-metadata, idna, hypothesis, httplib2, guppy3, 
grpcio-status, grpcio, grpc-google-iam-v1, greenlet, googleapis-common-protos, 
google-resumable-media, google-crc32c, google-cloud-vision, 
google-cloud-videointelligence, google-cloud-storage, google-cloud-spanner, 
google-cloud-resource-manager, google-cloud-recommendations-ai, 
google-cloud-pubsublite, google-cloud-pubsub, google-cloud-language, 
google-cloud-dlp, google-cloud-datastore, google-cloud-core, 
google-cloud-bigtable, google-cloud-bigquery-storage, google-cloud-bigquery, 
google-cloud-aiplatform, google-auth, google-apitools, 
google-api-python-client, google-api-core, future, freezegun, fasteners, 
fastavro, execnet, exceptiongroup, docker, dnspython, dill, Cython, 
cryptography, cloudpickle, click, charset-normalizer, cffi, certifi, 
cachetools, build, beautifulsoup4, attrs
#9 93.54 ERROR: Could not install packages due to an OSError: [Errno 28] No 
space left on device
#9 93.54 
#9 95.46 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
------
ERROR: failed to solve: executor failed running [/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"; && exit 1) &&     pip 
freeze --all &&     rm -rf /root/.cache/pip]: exit code: 1

> Task :sdks:python:container:py310:docker FAILED
#9 ERROR: executor failed running [/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"; && exit 1) &&     pip 
freeze --all &&     rm -rf /root/.cache/pip]: exit code: 1
------
 > [beam 5/5] RUN      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"; && exit 1) &&     
 > pip freeze --all &&     rm -rf /root/.cache/pip:
#9 69.64   Stored in directory: 
/root/.cache/pip/wheels/e5/8d/b6/99c1c0a3ac5788c866b0ecd3f48b0134a5910e6ed26011800b
#9 69.64   Building wheel for pyjsparser (setup.py): started
#9 70.05   Building wheel for pyjsparser (setup.py): finished with status 'done'
#9 70.05   Created wheel for pyjsparser: 
filename=pyjsparser-2.7.1-py3-none-any.whl size=25985 
sha256=0be3c0740431f497d18c3a4dbd1c5da2b858eea59532d2e86495615341c958be
#9 70.05   Stored in directory: 
/root/.cache/pip/wheels/5e/81/26/5956478df303e2bf5a85a5df595bb307bd25948a4bab69f7c7
#9 70.05 Successfully built bs4 crcmod dill docopt future google-apitools 
google-cloud-profiler hdfs pyjsparser
#9 70.06 Installing collected packages: sortedcontainers, requests-mock, pytz, 
python-snappy, pyjsparser, oauth2client, nose, mmh3, Js2Py, hdfs, 
google-cloud-profiler, google-auth-httplib2, docopt, deprecation, crcmod, bs4, 
zstandard, wrapt, websocket-client, urllib3, uritemplate, tzlocal, 
typing_extensions, tqdm, tomli, threadpoolctl, testcontainers, tenacity, 
sqlparse, SQLAlchemy, soupsieve, six, shapely, scipy, scikit-learn, rsa, 
rpds-py, requests, regex, referencing, PyYAML, python-dateutil, pytest-xdist, 
pytest-timeout, pytest, pyproject_hooks, pyparsing, PyMySQL, pymongo, 
PyHamcrest, pydot, pycparser, pyasn1-modules, pyasn1, pyarrow, psycopg2-binary, 
protobuf, proto-plus, pluggy, parameterized, pandas, packaging, overrides, 
orjson, objsize, numpy, nltk, mock, jsonschema-specifications, jsonschema, 
joblib, iniconfig, idna, hypothesis, httplib2, guppy3, grpcio-status, grpcio, 
grpc-google-iam-v1, greenlet, googleapis-common-protos, google-resumable-media, 
google-crc32c, google-cloud-vision, google-cloud-videointelligence, 
google-cloud-storage, google-cloud-spanner, google-cloud-resource-manager, 
google-cloud-recommendations-ai, google-cloud-pubsublite, google-cloud-pubsub, 
google-cloud-language, google-cloud-dlp, google-cloud-datastore, 
google-cloud-core, google-cloud-bigtable, google-cloud-bigquery-storage, 
google-cloud-bigquery, google-cloud-aiplatform, google-auth, google-apitools, 
google-api-python-client, google-api-core, future, freezegun, fasteners, 
fastavro, execnet, exceptiongroup, docker, dnspython, dill, Cython, 
cryptography, cloudpickle, click, charset-normalizer, cffi, certifi, 
cachetools, build, beautifulsoup4, attrs
#9 109.7 ERROR: Could not install packages due to an OSError: [Errno 28] No 
space left on device
#9 109.7 
#9 111.6 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
------
ERROR: failed to solve: executor failed running [/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"; && exit 1) &&     pip 
freeze --all &&     rm -rf /root/.cache/pip]: exit code: 1

> Task :sdks:python:container:py311:docker FAILED
#9 ERROR: executor failed running [/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"; && exit 1) &&     pip 
freeze --all &&     rm -rf /root/.cache/pip]: exit code: 1
------
 > [beam 5/5] RUN      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"; && exit 1) &&     
 > pip freeze --all &&     rm -rf /root/.cache/pip:
#9 127.9 tar: google-cloud-sdk/lib/surface: Cannot mkdir: No space left on 
device
#9 127.9 tar: 
google-cloud-sdk/lib/surface/runtime_config/configs/variables/__init__.py: 
Cannot open: No such file or directory
#9 127.9 tar: google-cloud-sdk/lib/surface: Cannot mkdir: No space left on 
device
#9 127.9 tar: 
google-cloud-sdk/lib/surface/runtime_config/configs/variables/describe.py: 
Cannot open: No such file or directory
#9 127.9 tar: google-cloud-sdk/lib/surface: Cannot mkdir: No space left on 
device
#9 127.9 tar: 
google-cloud-sdk/lib/surface/runtime_config/configs/variables/get_value.py: 
Cannot open: No such file or directory
#9 127.9 tar: google-cloud-sdk/lib/surface: Cannot mkdir: No space left on 
device
#9 127.9 tar: 
google-cloud-sdk/lib/surface/runtime_config/configs/variables/list.py: Cannot 
open: No such file or directory
#9 130.1 tar: Exiting with failure status due to previous errors
#9 130.1 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
------
ERROR: failed to solve: executor failed running [/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"; && exit 1) &&     pip 
freeze --all &&     rm -rf /root/.cache/pip]: exit code: 1

> Task :sdks:python:test-suites:dataflow:py311:initializeForDataflowJob

FAILURE: Build completed with 7 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py38:installGcpTest'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py310:installGcpTest'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py39:installGcpTest'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
==============================================================================

4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:container:py38:docker'.
> Process 'command 'docker'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
==============================================================================

5: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:container:py39:docker'.
> Process 'command 'docker'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
==============================================================================

6: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:container:py310:docker'.
> Process 'command 'docker'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
==============================================================================

7: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:container:py311:docker'.
> Process 'command 'docker'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
==============================================================================

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

For more on this, please refer to 
https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.

BUILD FAILED in 6m 59s
52 actionable tasks: 46 executed, 1 from cache, 5 up-to-date

A build scan cannot be produced as an error occurred gathering build data.
Please report this problem via https://gradle.com/help/plugin and include the 
following via copy/paste:

----------
Gradle version: 8.4
Plugin version: 3.15.1

com.gradle.scan.plugin.internal.operations.a: Build operation dispatch of 
progress notification [ERROR] [system.err] <Normal>#9 127.2 tar: 
google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/networksecurity/v1/networksecurity_v1_client.py:
 Cannot open: No such file or directory
</Normal> failed.
Operation context: 
        org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor$1 (1): 
{}
        org.gradle.execution.RunRootBuildWorkBuildOperationType$Details 
(12513): {getBuildStartTime=1698684028667}
        
org.gradle.api.internal.tasks.execution.ExecuteTaskBuildOperationDetails 
(12883): {buildPath=:, taskPath=:sdks:python:container:py311:docker, 
taskClass=org.gradle.api.tasks.Exec, taskId=2381}
        org.gradle.internal.execution.steps.ExecuteStep$1$1 (12886): 
{getIdentity=org.gradle.api.internal.tasks.execution.TaskExecution$$Lambda$1504/579162638@214a5cef,
 getWorkType=class org.gradle.api.internal.tasks.execution.TaskExecution}
        
org.gradle.api.internal.tasks.execution.ExecuteTaskActionBuildOperationType$1 
(12887): {}
Caused by: java.lang.RuntimeException: Could not serialize event class 
'com.gradle.scan.agent.serialization.scan.a.b'.
        at com.gradle.scan.plugin.internal.h.d.c.a(SourceFile:112)
        at com.gradle.scan.plugin.internal.h.b.a(SourceFile:42)
        at com.gradle.scan.plugin.internal.h.b.b(SourceFile:34)
        at com.gradle.scan.plugin.internal.h.c.b(SourceFile:34)
        at com.gradle.scan.plugin.internal.h.e.c(SourceFile:39)
        at com.gradle.scan.plugin.internal.c.u.b.a(SourceFile:16)
        at com.gradle.scan.plugin.internal.c.u.d.a(SourceFile:32)
        at com.gradle.scan.plugin.internal.operations.b$b.a(SourceFile:108)
        at 
com.gradle.scan.plugin.internal.operations.b$b.progress(SourceFile:98)
        at com.gradle.scan.plugin.internal.operations.b.a(SourceFile:60)
        at com.gradle.scan.plugin.internal.operations.n.a(SourceFile:42)
        at com.gradle.scan.plugin.internal.operations.d.a(SourceFile:95)
        at com.gradle.scan.plugin.internal.operations.h.a(SourceFile:45)
        at com.gradle.scan.plugin.internal.r.a$a.a(SourceFile:31)
        at com.gradle.scan.plugin.internal.r.a$a.a(SourceFile:20)
        at com.gradle.scan.plugin.internal.r.a.c(SourceFile:67)
Caused by: java.lang.RuntimeException: java.io.IOException: No space left on 
device
        at 
com.gradle.scan.agent.serialization.scan.serializer.d.flush(SourceFile:245)
        at 
com.gradle.scan.agent.serialization.scan.serializer.c.a(SourceFile:116)
        at 
com.gradle.scan.agent.serialization.scan.serializer.c.a(SourceFile:106)
        at 
com.gradle.scan.agent.serialization.scan.serializer.c.a(SourceFile:75)
        at com.gradle.scan.plugin.internal.h.d.c.a(SourceFile:110)
        ... 15 more
Caused by: java.io.IOException: No space left on device
        at 
com.gradle.scan.agent.serialization.scan.serializer.d.flush(SourceFile:243)
        ... 19 more
----------

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to