See 
<https://ci-beam.apache.org/job/beam_PostCommit_Python_Xlang_Gcp_Dataflow/573/display/redirect>

Changes:


------------------------------------------
[...truncated 165.48 KB...]
#7 DONE 4.2s

#8 [ 4/16] ADD target/jcl-over-slf4j.jar /opt/apache/beam/jars/
#8 DONE 0.1s

#9 [ 5/16] ADD target/log4j-over-slf4j.jar /opt/apache/beam/jars/
#9 DONE 0.1s

#10 [ 6/16] ADD target/log4j-to-slf4j.jar /opt/apache/beam/jars/
#10 DONE 0.1s

#11 [ 7/16] ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
#11 DONE 0.1s

#12 [ 8/16] COPY target/jamm.jar target/open-module-agent*.jar 
/opt/apache/beam/jars/
#12 DONE 0.1s

#13 [ 9/16] COPY target/linux_amd64/boot /opt/apache/beam/
#13 DONE 0.3s

#14 [10/16] COPY target/LICENSE /opt/apache/beam/
#14 DONE 0.1s

#15 [11/16] COPY target/NOTICE /opt/apache/beam/
#15 DONE 0.1s

#16 [12/16] ADD target/third_party_licenses 
/opt/apache/beam/third_party_licenses/
#16 DONE 0.3s

#17 [13/16] COPY target/LICENSE target/options/* /opt/apache/beam/options/
#17 DONE 0.1s

#18 [14/16] COPY target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
#18 DONE 0.1s

#19 [15/16] RUN if [ "true" = "false" ] ; then     rm -rf 
/opt/apache/beam/third_party_licenses ;    fi
#19 DONE 0.6s

#20 [16/16] COPY target/profiler/* /opt/google_cloud_profiler/
#20 DONE 0.5s

#21 exporting to image
#21 exporting layers
#21 exporting layers 0.3s done
#21 writing image 
sha256:687bcfaf399549983f155839116bb5fe01fc2596d79d610ede39ae55a7f1bbd0 done
#21 naming to docker.io/apache/beam_java8_sdk:2.51.0.dev done
#21 DONE 0.3s

> Task :sdks:python:bdistPy311linux
ad8c1849b6d1: Pull complete
63b9b98c85bf: Pull complete
f24d4d16d872: Pull complete
fc087ea09d79: Pull complete
913d8dcfc27c: Pull complete
937c8577b1bf: Pull complete
3f4a4d73c524: Pull complete
4c040383c802: Pull complete
561cecff1472: Pull complete
b9a1894f19c6: Pull complete
8a05d7fdaf76: Pull complete
215fba5e06c9: Pull complete
Digest: sha256:d195b4906bd74dcc9db60e8ffa594dd37f5eb7e9ce41dc1683cf9458a22ddf2e
Status: Downloaded newer image for 
quay.io/pypa/manylinux2014_x86_64:2022-08-09-51a01be
c6293d3a99507bf9266df014e2d6c925136068f2c73a1312ccc95211fcb79d83
    + /bin/true
    + mkdir -p /project

                                                                      ✓ 32.30s
Copying project into container...

    + mkdir -p /project

                                                                       ✓ 0.24s

Building cp311-manylinux_x86_64 wheel
CPython 3.11 manylinux x86_64

Setting up build environment...

    + /opt/python/cp38-cp38/bin/python -c 'import sys, json, os; 
json.dump(os.environ.copy(), sys.stdout)'
    + which python
    + which pip

                                                                       ✓ 0.14s
Running before_build...

    + sh -c 'pip install cython==0.29.36 numpy && pip install --upgrade 
setuptools'
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

[notice] A new release of pip available: 22.2.2 -> 23.2.1
[notice] To update, run: python -m pip install --upgrade pip
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

[notice] A new release of pip available: 22.2.2 -> 23.2.1
[notice] To update, run: python -m pip install --upgrade pip
Collecting cython==0.29.36
  Downloading 
Cython-0.29.36-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
 (1.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 22.9 MB/s eta 0:00:00
Collecting numpy
  Downloading 
numpy-1.25.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 
MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 63.1 MB/s eta 0:00:00
Installing collected packages: numpy, cython
Successfully installed cython-0.29.36 numpy-1.25.2
Requirement already satisfied: setuptools in 
/opt/_internal/cpython-3.11.0rc1/lib/python3.11/site-packages (63.4.2)
Collecting setuptools
  Downloading setuptools-68.1.0-py3-none-any.whl (805 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 805.2/805.2 kB 13.0 MB/s eta 0:00:00
Installing collected packages: setuptools
  Attempting uninstall: setuptools
    Found existing installation: setuptools 63.4.2
    Uninstalling setuptools-63.4.2:
      Successfully uninstalled setuptools-63.4.2
Successfully installed setuptools-68.1.0

                                                                      ✓ 11.08s
Building wheel...

    + rm -rf /tmp/cibuildwheel/built_wheel
    + mkdir -p /tmp/cibuildwheel/built_wheel
    + python -m pip wheel /project --wheel-dir=/tmp/cibuildwheel/built_wheel 
--no-deps

[notice] A new release of pip available: 22.2.2 -> 23.2.1
[notice] To update, run: pip install --upgrade pip
Processing /project
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: apache-beam
  Building wheel for apache-beam (setup.py): started
  Building wheel for apache-beam (setup.py): still running...
  Building wheel for apache-beam (setup.py): still running...
  Building wheel for apache-beam (setup.py): still running...
  Building wheel for apache-beam (setup.py): finished with status 'done'
  Created wheel for apache-beam: 
filename=apache_beam-2.51.0.dev0-cp311-cp311-linux_x86_64.whl size=15739114 
sha256=e6073f83dfd01ed87182c98eccc43e0f41adfcc2757996d22163b82c5219e862
  Stored in directory: 
/tmp/pip-ephem-wheel-cache-t01nwc10/wheels/aa/0c/49/7c4d39428e78274ff9f1db5b9c539aa0d6bd6becda70207fa7
Successfully built apache-beam
    + /opt/python/cp38-cp38/bin/python -c 'import sys, json, glob; 
json.dump(glob.glob('"'"'/tmp/cibuildwheel/built_wheel/*.whl'"'"'), sys.stdout)'
    + rm -rf /tmp/cibuildwheel/repaired_wheel
    + mkdir -p /tmp/cibuildwheel/repaired_wheel

                                                                     ✓ 236.56s
Repairing wheel...

    + sh -c 'auditwheel repair -w /tmp/cibuildwheel/repaired_wheel 
/tmp/cibuildwheel/built_wheel/apache_beam-2.51.0.dev0-cp311-cp311-linux_x86_64.whl'
INFO:auditwheel.main_repair:Repairing 
apache_beam-2.51.0.dev0-cp311-cp311-linux_x86_64.whl
INFO:auditwheel.wheeltools:Previous filename tags: linux_x86_64
INFO:auditwheel.wheeltools:New filename tags: manylinux_2_17_x86_64, 
manylinux2014_x86_64
INFO:auditwheel.wheeltools:Previous WHEEL info tags: cp311-cp311-linux_x86_64
INFO:auditwheel.wheeltools:New WHEEL info tags: 
cp311-cp311-manylinux_2_17_x86_64, cp311-cp311-manylinux2014_x86_64
INFO:auditwheel.main_repair:
Fixed-up wheel written to 
/tmp/cibuildwheel/repaired_wheel/apache_beam-2.51.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
    + /opt/python/cp38-cp38/bin/python -c 'import sys, json, glob; 
json.dump(glob.glob('"'"'/tmp/cibuildwheel/repaired_wheel/*.whl'"'"'), 
sys.stdout)'
    + mkdir -p /output
    + mv 
/tmp/cibuildwheel/repaired_wheel/apache_beam-2.51.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
 /output

                                                                       ✓ 6.17s

✓ cp311-manylinux_x86_64 finished in 254.08s
Copying wheels back to host...


                                                                       ✓ 0.15s

1 wheels produced in 5 minutes:
  
apache_beam-2.51.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
   15,387 kB

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

> Task :sdks:python:test-suites:dataflow:py311:gcpCrossLanguageSetup
<https://ci-beam.apache.org/job/beam_PostCommit_Python_Xlang_Gcp_Dataflow/ws/src/sdks/python/scripts/run_expansion_services.sh>:
 line 128: /bin/activate: No such file or directory

> Task :sdks:python:bdistPy38linux
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

[notice] A new release of pip available: 22.2.2 -> 23.2.1
[notice] To update, run: python -m pip install --upgrade pip
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

[notice] A new release of pip available: 22.2.2 -> 23.2.1
[notice] To update, run: python -m pip install --upgrade pip

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

> Task :sdks:python:bdistPy38linux

[notice] A new release of pip available: 22.2.2 -> 23.2.1
[notice] To update, run: pip install --upgrade pip
INFO:auditwheel.main_repair:Repairing 
apache_beam-2.51.0.dev0-cp38-cp38-linux_x86_64.whl
INFO:auditwheel.wheeltools:Previous filename tags: linux_x86_64
INFO:auditwheel.wheeltools:New filename tags: manylinux_2_17_x86_64, 
manylinux2014_x86_64
INFO:auditwheel.wheeltools:Previous WHEEL info tags: cp38-cp38-linux_x86_64
INFO:auditwheel.wheeltools:New WHEEL info tags: 
cp38-cp38-manylinux_2_17_x86_64, cp38-cp38-manylinux2014_x86_64
INFO:auditwheel.main_repair:
Fixed-up wheel written to 
/tmp/cibuildwheel/repaired_wheel/apache_beam-2.51.0.dev0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

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

> Task :sdks:python:test-suites:dataflow:py38:gcpCrossLanguageSetup
<https://ci-beam.apache.org/job/beam_PostCommit_Python_Xlang_Gcp_Dataflow/ws/src/sdks/python/scripts/run_expansion_services.sh>:
 line 128: /bin/activate: No such file or directory

> Task :sdks:python:test-suites:dataflow:py38:gcpCrossLanguagePythonUsingJava
> Task :sdks:python:test-suites:dataflow:py38:gcpCrossLanguagePythonUsingJava 
> FAILED
> Task :sdks:python:test-suites:dataflow:py38:gcpCrossLanguageCleanup
> Task :sdks:python:test-suites:dataflow:py311:gcpCrossLanguageCleanup
> Task :sdks:python:test-suites:xlang:fnApiJobServerCleanup

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py38:gcpCrossLanguagePythonUsingJava'.
> 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

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

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

See 
https://docs.gradle.org/7.6.2/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 1 invalid unit(s) of work during 
this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 1h 40m 46s
119 actionable tasks: 83 executed, 32 from cache, 4 up-to-date

Publishing build scan...

Publishing failed.

The response from https://ge.apache.org/scans/publish/gradle/3.13.2/token was 
not from Gradle Enterprise.
The specified server address may be incorrect, or your network environment may 
be interfering.

Please report this problem to your Gradle Enterprise administrator via 
https://ge.apache.org/help and include the following via copy/paste:

----------
Gradle version: 7.6.2
Plugin version: 3.13.2
Request URL: https://ge.apache.org/scans/publish/gradle/3.13.2/token
Request ID: 8c288a5d-7309-43c9-9b6a-2e77b0cc8e0f
Response status code: 502
Response content type: text/html
----------

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