See 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/4053/display/redirect>

Changes:


------------------------------------------
[...truncated 131.63 KB...]
#18 DONE 0.1s

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

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

#21 exporting to image
#21 exporting layers
#21 exporting layers 0.3s done
#21 writing image 
sha256:7c302c2c6aa438d8252babf40a3778ba7675c10858a4a208235a24e2bf26b530 0.0s 
done
#21 naming to docker.io/apache/beam_java8_sdk:2.48.0.dev done
#21 DONE 0.3s

> Task :release:go-licenses:py:dockerRun
+ go-licenses csv github.com/apache/beam/sdks/v2/python/container
+ tee /output/licenses/list.csv
W0501 11:12:08.655451      92 library.go:101] "golang.org/x/sys/unix" contains 
non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s

> Task :release:go-licenses:go:dockerRun
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:go:createLicenses
> Task :sdks:go:container:copyGolangLicenses
> Task :sdks:go:container:dockerPrepare

> Task :release:go-licenses:py:dockerRun
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:py:createLicenses

> Task :sdks:go:container:docker
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.70kB done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/debian:bullseye
#3 DONE 0.4s

#4 [1/7] FROM 
docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e
#4 CACHED

#5 [internal] load build context
#5 transferring context: 23.98MB 0.2s done
#5 DONE 1.0s

#6 [2/7] RUN apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get 
install -y         ca-certificates         &&     rm -rf /var/lib/apt/lists/*

> Task :sdks:python:container:py37:copyGolangLicenses
> Task :sdks:python:container:py37:dockerPrepare

> Task :sdks:go:container:docker
#6 2.156 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
#6 2.252 Get:2 http://deb.debian.org/debian-security bullseye-security 
InRelease [48.4 kB]
#6 2.290 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#6 2.768 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 
kB]
#6 3.040 Get:5 http://deb.debian.org/debian-security bullseye-security/main 
amd64 Packages [237 kB]
#6 3.074 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 
Packages [14.6 kB]

> Task :sdks:python:container:py37:docker FAILED
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.73kB done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/python:3.7-bullseye
#3 DONE 0.3s

#4 [internal] load build context
#4 DONE 0.0s

#5 [beam  1/16] FROM 
docker.io/library/python:3.7-bullseye@sha256:741bcc4e5900df61be4d3c1061ec1623074b50cce1a72269ffa87b9457406392
#5 resolve 
docker.io/library/python:3.7-bullseye@sha256:741bcc4e5900df61be4d3c1061ec1623074b50cce1a72269ffa87b9457406392
 0.0s done
#5 CACHED

#4 [internal] load build context
#4 transferring context: 2.32MB 0.0s done
#4 DONE 0.0s

#6 [beam 11/16] RUN 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)
#6 CACHED

#7 [beam 13/16] COPY target/LICENSE /opt/apache/beam/
#7 CACHED

#8 [beam  8/16] RUN ccache --set-config=sloppiness=file_macro && ccache 
--set-config=hash_dir=false
#8 CACHED

#9 [beam 15/16] COPY target/NOTICE /opt/apache/beam/
#9 CACHED

#10 [beam 14/16] COPY target/LICENSE.python /opt/apache/beam/
#10 CACHED

#11 [beam  6/16] RUN 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 google-cloud-sdk.tar.gz
#11 CACHED

#12 [beam  7/16] RUN ln -s /usr/bin/ccache /usr/local/bin/gcc
#12 CACHED

#13 [beam 10/16] RUN pip install --no-deps -v 
/opt/apache/beam/tars/apache-beam.tar.gz[gcp]
#13 CACHED

#14 [beam  5/16] RUN pip install --upgrade pip setuptools
#14 CACHED

#15 [beam  9/16] COPY target/apache-beam.tar.gz /opt/apache/beam/tars/
#15 CACHED

#16 [beam 12/16] RUN pip freeze --all
#16 CACHED

#17 [beam  4/16] RUN     pip install --no-deps -r 
/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.')" &&     rm -rf /root/.cache/pip &&     rm -rf 
/tmp/base_image_requirements.txt
#17 CACHED

#18 [beam  3/16] COPY target/base_image_requirements.txt 
/tmp/base_image_requirements.txt
#18 CACHED

#19 [beam 16/16] COPY target/launcher/linux_amd64/boot /opt/apache/beam/
#19 ERROR: "/target/launcher/linux_amd64/boot" not found: not found

#20 [beam  2/16] RUN apt-get update &&     apt-get install -y        
libsnappy-dev        libyaml-dev        ccache        &&     rm -rf 
/var/lib/apt/lists/*
#20 CANCELED
------
 > [beam 16/16] COPY target/launcher/linux_amd64/boot /opt/apache/beam/:
------
ERROR: failed to solve: failed to compute cache key: 
"/target/launcher/linux_amd64/boot" not found: not found

> Task :sdks:go:container:docker
#6 4.534 Fetched 8643 kB in 2s (3535 kB/s)
#6 4.534 Reading package lists...
#6 5.205 Reading package lists...
#6 5.847 Building dependency tree...
#6 6.003 Reading state information...
#6 6.190 The following additional packages will be installed:
#6 6.190   openssl
#6 6.235 The following NEW packages will be installed:
#6 6.236   ca-certificates openssl
#6 6.319 0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded.
#6 6.319 Need to get 1011 kB of archives.
#6 6.319 After this operation, 1892 kB of additional disk space will be used.
#6 6.319 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 
1.1.1n-0+deb11u4 [853 kB]
#6 6.456 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates 
all 20210119 [158 kB]
#6 7.028 debconf: delaying package configuration, since apt-utils is not 
installed
#6 7.061 Fetched 1011 kB in 0s (4683 kB/s)
#6 7.136 Selecting previously unselected package openssl.
#6 7.136 (Reading database ... (Reading database ... 5%(Reading database ... 
10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 
25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 
40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 
55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 
70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 
85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 
100%(Reading database ... 6664 files and directories currently installed.)
#6 7.283 Preparing to unpack .../openssl_1.1.1n-0+deb11u4_amd64.deb ...
#6 7.290 Unpacking openssl (1.1.1n-0+deb11u4) ...
#6 7.436 Selecting previously unselected package ca-certificates.
#6 7.438 Preparing to unpack .../ca-certificates_20210119_all.deb ...
#6 7.442 Unpacking ca-certificates (20210119) ...
#6 7.514 Setting up openssl (1.1.1n-0+deb11u4) ...
#6 7.533 Setting up ca-certificates (20210119) ...
#6 8.313 Updating certificates in /etc/ssl/certs...
#6 9.146 129 added, 0 removed; done.
#6 9.198 Processing triggers for ca-certificates (20210119) ...
#6 9.208 Updating certificates in /etc/ssl/certs...
#6 9.804 0 added, 0 removed; done.
#6 9.804 Running hooks in /etc/ca-certificates/update.d...
#6 9.807 done.
#6 DONE 11.2s

#7 [3/7] ADD target/linux_amd64/boot /opt/apache/beam/
#7 DONE 0.3s

#8 [4/7] COPY target/LICENSE /opt/apache/beam/
#8 DONE 0.1s

#9 [5/7] COPY target/NOTICE /opt/apache/beam/
#9 DONE 0.1s

#10 [6/7] COPY target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
#10 DONE 0.2s

#11 [7/7] RUN if [ "true" = "false" ] ; then     rm -rf 
/opt/apache/beam/third_party_licenses ;    fi
#11 DONE 0.8s

#12 exporting to image
#12 exporting layers
#12 exporting layers 0.2s done
#12 writing image 
sha256:186b75ca72957a0a9829f10ba671d85f3894f22973a6f4ca04731bf55c9ada02 done
#12 naming to docker.io/apache/beam_go_sdk:latest done
#12 DONE 0.2s

> Task :sdks:python:installGcpTest
Successfully installed PyJWT-2.6.0 apache-beam-2.48.0.dev0 attrs-23.1.0 
azure-core-1.26.4 azure-identity-1.12.0 azure-storage-blob-12.16.0 
boto3-1.26.123 botocore-1.29.123 cachetools-4.2.4 certifi-2022.12.7 cffi-1.15.1 
charset-normalizer-3.1.0 cloudpickle-2.2.1 crcmod-1.7 cryptography-40.0.2 
deprecation-2.1.0 dill-0.3.1.1 dnspython-2.3.0 docker-6.0.1 docopt-0.6.2 
exceptiongroup-1.1.1 execnet-1.9.0 fastavro-1.7.3 fasteners-0.18 
freezegun-1.2.2 google-api-core-2.11.0 google-apitools-0.5.31 
google-auth-2.17.3 google-auth-httplib2-0.1.0 google-cloud-bigquery-3.10.0 
google-cloud-bigquery-storage-2.19.1 google-cloud-bigtable-2.17.0 
google-cloud-core-2.3.2 google-cloud-datastore-2.15.1 google-cloud-dlp-3.12.1 
google-cloud-language-2.9.1 google-cloud-pubsub-2.16.0 
google-cloud-pubsublite-1.7.0 google-cloud-recommendations-ai-0.10.3 
google-cloud-spanner-3.32.0 google-cloud-videointelligence-2.11.1 
google-cloud-vision-3.4.1 google-crc32c-1.5.0 google-resumable-media-2.5.0 
googleapis-common-protos-1.59.0 greenlet-2.0.2 grpc-google-iam-v1-0.12.6 
grpcio-status-1.54.0 hdfs-2.7.0 httplib2-0.21.0 hypothesis-6.75.1 idna-3.4 
iniconfig-2.0.0 isodate-0.6.1 jmespath-1.0.1 joblib-1.2.0 mock-5.0.2 
msal-1.22.0 msal-extensions-1.0.0 oauth2client-4.1.3 objsize-0.6.1 
orjson-3.8.11 overrides-6.5.0 pandas-1.3.5 parameterized-0.9.0 
portalocker-2.7.0 proto-plus-1.22.2 psycopg2-binary-2.9.6 pyarrow-11.0.0 
pyasn1-0.5.0 pyasn1-modules-0.3.0 pycparser-2.21 pydot-1.4.2 pyhamcrest-2.0.4 
pymongo-4.3.3 pymysql-1.0.3 pyparsing-3.0.9 pytest-7.3.1 pytest-timeout-2.1.0 
pytest-xdist-3.2.1 python-dateutil-2.8.2 pytz-2023.3 pyyaml-6.0 
regex-2022.10.31 requests-2.29.0 requests_mock-1.10.0 rsa-4.9 s3transfer-0.6.0 
scikit-learn-1.0.2 scipy-1.7.3 sortedcontainers-2.4.0 sqlalchemy-1.4.48 
sqlparse-0.4.4 tenacity-8.2.2 testcontainers-3.7.1 threadpoolctl-3.1.0 
tomli-2.0.1 urllib3-1.26.15 websocket-client-1.5.1 wrapt-1.15.0 zstandard-0.21.0

> Task :sdks:python:test-suites:direct:xlang:fnApiJobServerSetup
Waiting for server to start up...
Server started at port 41783

> Task :sdks:python:test-suites:direct:xlang:fnApiJobServerCleanup
Killing process at 2269593

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:python:container:py37: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 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.5.1/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 2m 10s
247 actionable tasks: 160 executed, 75 from cache, 12 up-to-date
Build scan background action failed.
java.lang.IllegalArgumentException: 
com.gradle.enterprise.gradleplugin.internal.extension.a is not an interface
        at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:590)
        at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:557)
        at java.lang.reflect.WeakCache$Factory.get(WeakCache.java:230)
        at java.lang.reflect.WeakCache.get(WeakCache.java:127)
        at java.lang.reflect.Proxy.getProxyClass0(Proxy.java:419)
        at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:719)
        at 
com.gradle.ProxyFactory$ProxyingInvocationHandler.createLocalProxy(ProxyFactory.java:64)
        at 
com.gradle.ProxyFactory$ProxyingInvocationHandler.lambda$adaptActionArg$1(ProxyFactory.java:59)
        at 
com.gradle.enterprise.gradleplugin.internal.extension.b$3.run(SourceFile:100)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:750)

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

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