See 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/2907/display/redirect>

Changes:


------------------------------------------
[...truncated 61.45 KB...]

> Task :sdks:python:container:py37:copyLauncherDependencies
Caching disabled for task 
':sdks:python:container:py37:copyLauncherDependencies' because:
  Not worth caching
Task ':sdks:python:container:py37:copyLauncherDependencies' is not up-to-date 
because:
  No history is available.
:sdks:python:container:py37:copyLauncherDependencies (Thread[Execution worker 
for ':' Thread 2,5,main]) completed. Took 0.148 secs.

> Task :sdks:python:container:py39:copyLauncherDependencies
Caching disabled for task 
':sdks:python:container:py39:copyLauncherDependencies' because:
  Not worth caching
Task ':sdks:python:container:py39:copyLauncherDependencies' is not up-to-date 
because:
  No history is available.
:sdks:python:container:py39:copyLauncherDependencies (Thread[Execution worker 
for ':' Thread 5,5,main]) completed. Took 0.144 secs.

> Task :sdks:python:container:py38:copyLauncherDependencies
Caching disabled for task 
':sdks:python:container:py38:copyLauncherDependencies' because:
  Not worth caching
Task ':sdks:python:container:py38:copyLauncherDependencies' is not up-to-date 
because:
  No history is available.

> Task :sdks:python:container:py36:copyLauncherDependencies
Caching disabled for task 
':sdks:python:container:py36:copyLauncherDependencies' because:
  Not worth caching
Task ':sdks:python:container:py36:copyLauncherDependencies' is not up-to-date 
because:
  No history is available.
:sdks:python:container:py38:copyLauncherDependencies (Thread[Execution worker 
for ':' Thread 7,5,main]) completed. Took 0.166 secs.
:sdks:python:container:py36:copyLauncherDependencies (Thread[Daemon 
worker,5,main]) completed. Took 0.168 secs.

> Task :sdks:python:setupVirtualenv
Custom actions are attached to task ':sdks:python:setupVirtualenv'.
Caching disabled for task ':sdks:python:setupVirtualenv' because:
  Gradle would require more information to cache this task
Task ':sdks:python:setupVirtualenv' is not up-to-date because:
  No history is available.
Starting process 'command 'sh''. Working directory: 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/sdks/python>
 Command: sh -c python3.8 -m venv --clear 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/build/gradleenv/1922375555>
Successfully started process 'command 'sh''
Starting process 'command 'sh''. Working directory: 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/sdks/python>
 Command: sh -c . 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/build/gradleenv/1922375555/bin/activate>
 && pip install --retries 10 --upgrade pip && pip install --retries 10 
--upgrade tox==3.20.1 -r 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/sdks/python/build-requirements.txt>
Successfully started process 'command 'sh''
Collecting pip
  Using cached pip-22.0.4-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 20.0.2
    Uninstalling pip-20.0.2:
      Successfully uninstalled pip-20.0.2

> Task :release:go-licenses:py:docker
Caching disabled for task ':release:go-licenses:py:docker' because:
  Gradle would require more information to cache this task
Task ':release:go-licenses:py:docker' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Starting process 'command 'docker''. Working directory: 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/release/go-licenses/py/build/docker>
 Command: docker build --build-arg 
sdk_location=github.com/apache/beam/sdks/python/container -t golicenses-python .
Successfully started process 'command 'docker''
Sending build context to Docker daemon   5.12kB
Step 1/6 : FROM golang:1.16-bullseye
 ---> 972d8c0bc0fc
Step 2/6 : RUN go get github.com/google/go-licenses
 ---> Using cache
 ---> 5da23612849f
Step 3/6 : COPY get-licenses.sh /opt/apache/beam/
 ---> Using cache
 ---> 7b57521d5b44
Step 4/6 : ARG sdk_location
 ---> Using cache
 ---> 38efd3f6028c
Step 5/6 : ENV sdk_location=$sdk_location
 ---> Using cache
 ---> 983af5ea4e54
Step 6/6 : ENTRYPOINT /opt/apache/beam/get-licenses.sh
 ---> Using cache
 ---> dcf2f0c39e9b
Successfully built dcf2f0c39e9b
Successfully tagged golicenses-python:latest
:release:go-licenses:py:docker (Thread[Execution worker for ':' Thread 
6,5,main]) completed. Took 5.013 secs.
:release:go-licenses:py:dockerRun (Thread[Execution worker for ':' Thread 
7,5,main]) started.

> Task :sdks:python:setupVirtualenv
Successfully installed pip-22.0.4
Collecting tox==3.20.1
  Using cached tox-3.20.1-py2.py3-none-any.whl (83 kB)
Requirement already satisfied: setuptools in 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/build/gradleenv/1922375555/lib/python3.8/site-packages>
 (from -r 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/sdks/python/build-requirements.txt>
 (line 20)) (44.0.0)
Collecting setuptools
  Downloading setuptools-62.1.0-py3-none-any.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 18.4 MB/s eta 0:00:00
Collecting wheel>=0.36.0
  Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Collecting grpcio-tools==1.37.0
  Using cached grpcio_tools-1.37.0-cp38-cp38-manylinux2014_x86_64.whl (2.5 MB)
Collecting mypy-protobuf==1.18
  Using cached mypy_protobuf-1.18-py3-none-any.whl (7.3 kB)
Collecting distlib==0.3.1
  Using cached distlib-0.3.1-py2.py3-none-any.whl (335 kB)
Collecting pluggy>=0.12.0
  Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
Collecting filelock>=3.0.0
  Using cached filelock-3.6.0-py3-none-any.whl (10.0 kB)
Collecting toml>=0.9.4
  Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting py>=1.4.17
  Using cached py-1.11.0-py2.py3-none-any.whl (98 kB)
Collecting six>=1.14.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting 
virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0
  Using cached virtualenv-20.14.0-py2.py3-none-any.whl (8.8 MB)
Collecting packaging>=14
  Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting grpcio>=1.37.0
  Using cached 
grpcio-1.44.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB)
Collecting protobuf<4.0dev,>=3.5.0.post1
  Using cached 
protobuf-3.20.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)
Collecting pyparsing!=3.0.5,>=2.0.2
  Using cached pyparsing-3.0.8-py3-none-any.whl (98 kB)
Collecting platformdirs<3,>=2
  Using cached platformdirs-2.5.1-py3-none-any.whl (14 kB)
Installing collected packages: distlib, wheel, toml, six, setuptools, 
pyparsing, py, protobuf, pluggy, platformdirs, filelock, virtualenv, packaging, 
mypy-protobuf, grpcio, tox, grpcio-tools
  Attempting uninstall: setuptools
    Found existing installation: setuptools 44.0.0
    Uninstalling setuptools-44.0.0:
      Successfully uninstalled setuptools-44.0.0
Successfully installed distlib-0.3.1 filelock-3.6.0 grpcio-1.44.0 
grpcio-tools-1.37.0 mypy-protobuf-1.18 packaging-21.3 platformdirs-2.5.1 
pluggy-1.0.0 protobuf-3.20.0 py-1.11.0 pyparsing-3.0.8 setuptools-62.1.0 
six-1.16.0 toml-0.10.2 tox-3.20.1 virtualenv-20.14.0 wheel-0.37.1
:sdks:python:setupVirtualenv (Thread[Execution worker for ':',5,main]) 
completed. Took 13.689 secs.
:sdks:python:sdist (Thread[Execution worker for ':',5,main]) started.

> Task :release:go-licenses:py:dockerRun
Caching disabled for task ':release:go-licenses:py:dockerRun' because:
  Gradle would require more information to cache this task
Task ':release:go-licenses:py:dockerRun' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Starting process 'command 'docker''. Working directory: 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/release/go-licenses/py>
 Command: docker run --rm -v 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/release/go-licenses/py/build/output>:/output
 --name license-container-python--1736628239 golicenses-python:latest
Successfully started process 'command 'docker''
+ rm -rf '/output/*'
+ export GO111MODULE=off
+ GO111MODULE=off
+ go get github.com/apache/beam/sdks/python/container

> Task :sdks:python:sdist
Custom actions are attached to task ':sdks:python:sdist'.
Caching disabled for task ':sdks:python:sdist' because:
  Gradle would require more information to cache this task
Task ':sdks:python:sdist' is not up-to-date because:
  No history is available.
Starting process 'command 'sh''. Working directory: 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/sdks/python>
 Command: sh -c . 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/build/gradleenv/1922375555/bin/activate>
 && python setup.py -q sdist --formats zip,gztar --dist-dir 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/sdks/python/build>
Successfully started process 'command 'sh''
org/apache/beam/model/interactive/v1/beam_interactive_api.proto:36:1: warning: 
Import google/protobuf/timestamp.proto is unused.
Writing mypy to org/apache/beam/model/pipeline/v1/external_transforms_pb2.pyi
Writing mypy to org/apache/beam/model/pipeline/v1/beam_runner_api_pb2.pyi
Writing mypy to org/apache/beam/model/pipeline/v1/standard_window_fns_pb2.pyi
Writing mypy to org/apache/beam/model/pipeline/v1/metrics_pb2.pyi
Writing mypy to org/apache/beam/model/pipeline/v1/endpoints_pb2.pyi
Writing mypy to org/apache/beam/model/pipeline/v1/schema_pb2.pyi
Writing mypy to 
org/apache/beam/model/job_management/v1/beam_artifact_api_pb2.pyi
Writing mypy to 
org/apache/beam/model/job_management/v1/beam_expansion_api_pb2.pyi
Writing mypy to org/apache/beam/model/job_management/v1/beam_job_api_pb2.pyi
Writing mypy to org/apache/beam/model/fn_execution/v1/beam_provision_api_pb2.pyi
Writing mypy to org/apache/beam/model/fn_execution/v1/beam_fn_api_pb2.pyi
Writing mypy to 
org/apache/beam/model/interactive/v1/beam_interactive_api_pb2.pyi
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/build/gradleenv/1922375555/lib/python3.8/site-packages/setuptools/dist.py>:516:
 UserWarning: Normalizing '2.39.0.dev' to '2.39.0.dev0'
  warnings.warn(tmpl.format(**locals()))
warning: no files found matching 'README.md'
warning: no files found matching 'NOTICE'
warning: no files found matching 'LICENSE'
warning: no files found matching 'LICENSE.python'
warning: sdist: standard file not found: should have one of README, README.rst, 
README.txt, README.md

Create distribution tar file apache-beam.tar.gz in 
<https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/ws/src/sdks/python/build>
:sdks:python:sdist (Thread[Execution worker for ':',5,main]) completed. Took 
4.461 secs.
:sdks:python:container:py36:copyDockerfileDependencies (Thread[Execution worker 
for ':',5,main]) started.
:sdks:python:container:py37:copyDockerfileDependencies (Thread[Execution worker 
for ':' Thread 2,5,main]) started.
:sdks:python:container:py38:copyDockerfileDependencies (Thread[Execution worker 
for ':' Thread 11,5,main]) started.
:sdks:python:container:py39:copyDockerfileDependencies (Thread[Execution worker 
for ':' Thread 10,5,main]) started.

> Task :sdks:python:container:py37:copyDockerfileDependencies
Caching disabled for task 
':sdks:python:container:py37:copyDockerfileDependencies' because:
  Not worth caching
Task ':sdks:python:container:py37:copyDockerfileDependencies' is not up-to-date 
because:
  No history is available.
:sdks:python:container:py37:copyDockerfileDependencies (Thread[Execution worker 
for ':' Thread 2,5,main]) completed. Took 0.024 secs.

> Task :sdks:python:container:py39:copyDockerfileDependencies
Caching disabled for task 
':sdks:python:container:py39:copyDockerfileDependencies' because:
  Not worth caching
Task ':sdks:python:container:py39:copyDockerfileDependencies' is not up-to-date 
because:
  No history is available.
:sdks:python:container:py39:copyDockerfileDependencies (Thread[Execution worker 
for ':' Thread 10,5,main]) completed. Took 0.023 secs.

> Task :sdks:python:container:py36:copyDockerfileDependencies
Caching disabled for task 
':sdks:python:container:py36:copyDockerfileDependencies' because:
  Not worth caching
Task ':sdks:python:container:py36:copyDockerfileDependencies' is not up-to-date 
because:
  No history is available.

> Task :sdks:python:container:py38:copyDockerfileDependencies
Caching disabled for task 
':sdks:python:container:py38:copyDockerfileDependencies' because:
  Not worth caching
Task ':sdks:python:container:py38:copyDockerfileDependencies' is not up-to-date 
because:
  No history is available.
:sdks:python:container:py36:copyDockerfileDependencies (Thread[Execution worker 
for ':',5,main]) completed. Took 0.027 secs.
:sdks:python:container:py38:copyDockerfileDependencies (Thread[Execution worker 
for ':' Thread 11,5,main]) completed. Took 0.026 secs.

> Task :release:go-licenses:py:dockerRun
+ go-licenses save github.com/apache/beam/sdks/python/container 
--save_path=/output/licenses
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0x98a9a7]

goroutine 1 [running]:
github.com/google/go-licenses/licenses.Libraries.func1(0xc00c43a640, 
0xc00bff1568)
        
/go/pkg/mod/github.com/google/[email protected]/licenses/library.go:100 +0x127
golang.org/x/tools/go/packages.Visit.func1(0xc00c43a640)
        /go/pkg/mod/golang.org/x/[email protected]/go/packages/visit.go:26 +0x396
golang.org/x/tools/go/packages.Visit(0xc00324d4a0, 0x1, 0x1, 0xc00bff17e0, 0x0)
        /go/pkg/mod/golang.org/x/[email protected]/go/packages/visit.go:43 +0x112
github.com/google/go-licenses/licenses.Libraries(0x13b0c00, 0xc000122000, 
0x13a37e0, 0xc00324d318, 0xc0003722c0, 0x1, 0x2, 0xc000138780, 0xb, 0xb, ...)
        /go/pkg/mod/github.com/google/[email protected]/licenses/library.go:76 
+0x289
main.saveMain(0x1704420, 0xc0003722c0, 0x1, 0x2, 0x0, 0x0)
        /go/pkg/mod/github.com/google/[email protected]/save.go:78 +0xcd
github.com/spf13/cobra.(*Command).execute(0x1704420, 0xc0003722a0, 0x2, 0x2, 
0x1704420, 0xc0003722a0)
        /go/pkg/mod/github.com/spf13/[email protected]/command.go:856 +0x472
github.com/spf13/cobra.(*Command).ExecuteC(0x1703ca0, 0xc0001381e0, 0x3, 0x3)
        /go/pkg/mod/github.com/spf13/[email protected]/command.go:974 +0x375
github.com/spf13/cobra.(*Command).Execute(...)
        /go/pkg/mod/github.com/spf13/[email protected]/command.go:902
main.main()
        /go/pkg/mod/github.com/google/[email protected]/main.go:72 +0xbf

> Task :release:go-licenses:py:dockerRun FAILED
:release:go-licenses:py:dockerRun (Thread[Execution worker for ':' Thread 
7,5,main]) completed. Took 1 mins 12.627 secs.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':release:go-licenses:py:dockerRun'.
> Process 'command 'docker'' finished with non-zero exit value 2

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 36s
38 actionable tasks: 27 executed, 4 from cache, 7 up-to-date

Publishing build scan...
https://gradle.com/s/cqrynifjpecn6

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