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

Changes:

[noreply] remove anon functions from minimal wordcount (#29179)


------------------------------------------
[...truncated 242.78 KB...]
#9 30.22   Preparing metadata (setup.py): started
#9 30.53   Preparing metadata (setup.py): finished with status 'done'
#9 30.64 Collecting exceptiongroup==1.1.3 (from -r 
/tmp/base_image_requirements.txt (line 43))
#9 30.64 ERROR: Could not install packages due to an OSError: [Errno 28] No 
space left on device: '/tmp/pip-unpack-70bs2g24'
#9 30.64 
#9 30.98 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 33.12 Collecting fasteners==0.19 (from -r /tmp/base_image_requirements.txt 
(line 45))
#9 33.14   Downloading fasteners-0.19-py3-none-any.whl.metadata (4.9 kB)
#9 33.21 Collecting freezegun==1.2.2 (from -r /tmp/base_image_requirements.txt 
(line 46))
#9 33.23   Downloading freezegun-1.2.2-py3-none-any.whl (17 kB)
#9 33.29 Collecting future==0.18.3 (from -r /tmp/base_image_requirements.txt 
(line 47))
#9 33.31   Downloading future-0.18.3.tar.gz (840 kB)
#9 33.39      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 840.9/840.9 kB 12.4 MB/s 
eta 0:00:00
#9 33.49 ERROR: Could not install packages due to an OSError: [Errno 28] No 
space left on device
#9 33.49 
#9 33.83 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:py38:docker FAILED

> 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 30.23 Collecting click==8.1.7 (from -r /tmp/base_image_requirements.txt 
(line 32))
#9 30.24   Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
#9 30.36 Collecting cloudpickle==2.2.1 (from -r 
/tmp/base_image_requirements.txt (line 33))
#9 30.38   Downloading cloudpickle-2.2.1-py3-none-any.whl (25 kB)
#9 30.46 Collecting crcmod==1.7 (from -r /tmp/base_image_requirements.txt (line 
34))
#9 30.48   Downloading crcmod-1.7.tar.gz (89 kB)
#9 30.51      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.7/89.7 kB 3.6 MB/s 
eta 0:00:00
#9 30.66 ERROR: Could not install packages due to an OSError: [Errno 28] No 
space left on device
#9 30.66 
#9 30.87 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
#9 17.10 Requirement already satisfied: pip in 
/usr/local/lib/python3.11/site-packages (23.2.1)
#9 17.29 Collecting pip
#9 17.29   Obtaining dependency information for pip from 
https://files.pythonhosted.org/packages/47/6a/453160888fab7c6a432a6e25f8afe6256d0d9f2cbd25971021da6491d899/pip-23.3.1-py3-none-any.whl.metadata
#9 17.34   Downloading pip-23.3.1-py3-none-any.whl.metadata (3.5 kB)
#9 17.36 Requirement already satisfied: setuptools in 
/usr/local/lib/python3.11/site-packages (65.5.1)
#9 17.79 Collecting setuptools
#9 17.79   Obtaining dependency information for setuptools from 
https://files.pythonhosted.org/packages/bb/26/7945080113158354380a12ce26873dd6c1ebd88d47f5bc24e2c5bb38c16a/setuptools-68.2.2-py3-none-any.whl.metadata
#9 17.80   Downloading setuptools-68.2.2-py3-none-any.whl.metadata (6.3 kB)
#9 17.81 Requirement already satisfied: wheel in 
/usr/local/lib/python3.11/site-packages (0.41.2)
#9 17.98 Downloading pip-23.3.1-py3-none-any.whl (2.1 MB)
#9 18.12    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 16.3 MB/s eta 
0:00:00
#9 18.14 Downloading setuptools-68.2.2-py3-none-any.whl (807 kB)
#9 18.17    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 807.9/807.9 kB 27.6 MB/s 
eta 0:00:00
#9 18.47 Installing collected packages: setuptools, pip
#9 18.47   Attempting uninstall: setuptools
#9 18.48     Found existing installation: setuptools 65.5.1
#9 18.52     Uninstalling setuptools-65.5.1:
#9 19.23       Successfully uninstalled setuptools-65.5.1
#9 20.22   Attempting uninstall: pip
#9 20.23     Found existing installation: pip 23.2.1
#9 20.30     Uninstalling pip-23.2.1:
#9 21.59       Successfully uninstalled pip-23.2.1
#9 24.69 Successfully installed pip-23.3.1 setuptools-68.2.2
#9 24.69 WARNING: Running pip as the 'root' user can result in broken 
permissions and conflicting behaviour with the system package manager. It is 
recommended to use a virtual environment instead: 
https://pip.pypa.io/warnings/venv
#9 26.04 Collecting attrs==23.1.0 (from -r /tmp/base_image_requirements.txt 
(line 24))
#9 26.23   Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
#9 26.25      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 2.1 MB/s 
eta 0:00:00
#9 26.32 Collecting beautifulsoup4==4.12.2 (from -r 
/tmp/base_image_requirements.txt (line 25))
#9 26.34   Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB)
#9 26.37      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 5.1 MB/s 
eta 0:00:00
#9 26.41 Collecting bs4==0.0.1 (from -r /tmp/base_image_requirements.txt (line 
26))
#9 26.42   Downloading bs4-0.0.1.tar.gz (1.1 kB)
#9 26.45   Preparing metadata (setup.py): started
#9 26.84   Preparing metadata (setup.py): finished with status 'done'
#9 26.93 Collecting build==1.0.3 (from -r /tmp/base_image_requirements.txt 
(line 27))
#9 27.10   Downloading build-1.0.3-py3-none-any.whl.metadata (4.2 kB)
#9 27.19 Collecting cachetools==5.3.1 (from -r /tmp/base_image_requirements.txt 
(line 28))
#9 27.21   Downloading cachetools-5.3.1-py3-none-any.whl.metadata (5.2 kB)
#9 27.31 Collecting certifi==2023.7.22 (from -r 
/tmp/base_image_requirements.txt (line 29))
#9 27.32   Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB)
#9 27.55 Collecting cffi==1.16.0 (from -r /tmp/base_image_requirements.txt 
(line 30))
#9 27.57   Downloading 
cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata 
(1.5 kB)
#9 27.71 Collecting charset-normalizer==3.3.0 (from -r 
/tmp/base_image_requirements.txt (line 31))
#9 27.73   Downloading 
charset_normalizer-3.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (32 kB)
#9 27.82 Collecting click==8.1.7 (from -r /tmp/base_image_requirements.txt 
(line 32))
#9 27.83   Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
#9 27.91 Collecting cloudpickle==2.2.1 (from -r 
/tmp/base_image_requirements.txt (line 33))
#9 27.92   Downloading cloudpickle-2.2.1-py3-none-any.whl (25 kB)
#9 28.00 Collecting crcmod==1.7 (from -r /tmp/base_image_requirements.txt (line 
34))
#9 28.01   Downloading crcmod-1.7.tar.gz (89 kB)
#9 28.05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.7/89.7 kB 2.4 MB/s 
eta 0:00:00
#9 28.15   Preparing metadata (setup.py): started
#9 28.61   Preparing metadata (setup.py): finished with status 'done'
#9 29.01 Collecting cryptography==41.0.4 (from -r 
/tmp/base_image_requirements.txt (line 35))
#9 29.03   Downloading 
cryptography-41.0.4-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.2 kB)
#9 29.59 Collecting Cython==0.29.36 (from -r /tmp/base_image_requirements.txt 
(line 36))
#9 29.60   Downloading 
Cython-0.29.36-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata
 (3.1 kB)
#9 29.67 Collecting deprecation==2.1.0 (from -r 
/tmp/base_image_requirements.txt (line 37))
#9 29.68   Downloading deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
#9 29.74 Collecting dill==0.3.1.1 (from -r /tmp/base_image_requirements.txt 
(line 38))
#9 29.76   Downloading dill-0.3.1.1.tar.gz (151 kB)
#9 29.80      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.0/152.0 kB 3.8 MB/s 
eta 0:00:00
#9 29.85   Preparing metadata (setup.py): started
#9 30.21   Preparing metadata (setup.py): finished with status 'done'
#9 30.30 Collecting dnspython==2.4.2 (from -r /tmp/base_image_requirements.txt 
(line 39))
#9 30.32   Downloading dnspython-2.4.2-py3-none-any.whl.metadata (4.9 kB)
#9 30.44 Collecting docker==6.1.3 (from -r /tmp/base_image_requirements.txt 
(line 40))
#9 30.45   Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB)
#9 30.52 Collecting docopt==0.6.2 (from -r /tmp/base_image_requirements.txt 
(line 41))
#9 30.54   Downloading docopt-0.6.2.tar.gz (25 kB)
#9 30.63 ERROR: Could not install packages due to an OSError: [Errno 28] No 
space left on device
#9 30.63 
#9 30.95 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
#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 30.21   Preparing metadata (setup.py): finished with status 'done'
#9 30.30 Collecting dnspython==2.4.2 (from -r /tmp/base_image_requirements.txt 
(line 39))
#9 30.32   Downloading dnspython-2.4.2-py3-none-any.whl.metadata (4.9 kB)
#9 30.44 Collecting docker==6.1.3 (from -r /tmp/base_image_requirements.txt 
(line 40))
#9 30.45   Downloading docker-6.1.3-py3-none-any.whl.metadata (3.5 kB)
#9 30.52 Collecting docopt==0.6.2 (from -r /tmp/base_image_requirements.txt 
(line 41))
#9 30.54   Downloading docopt-0.6.2.tar.gz (25 kB)
#9 30.63 ERROR: Could not install packages due to an OSError: [Errno 28] No 
space left on device
#9 30.63 
#9 30.95 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

FAILURE: Build completed with 8 failures.

1: 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.
==============================================================================

2: 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.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py311: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: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.
==============================================================================

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

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

8: 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 2m 38s
52 actionable tasks: 46 executed, 1 from cache, 5 up-to-date

Publishing build scan...
https://ge.apache.org/s/gyye3vnkhnen6

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