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

Changes:

[Robert Bradshaw] Add microbenchmark for row coder.

[Robert Bradshaw] Compile RowCoderImpl with Cython.

[Robert Bradshaw] RowCoder optimizations.

[Robert Bradshaw] Further optimizations for common case of components in order.

[Robert Bradshaw] Optimize rows with null fields.

[Robert Bradshaw] RowCoder lint.


------------------------------------------
[...truncated 45.45 KB...]
> Task :release:go-licenses:java:docker
6e1d20a8313e: Pull complete
b14135280a26: Pull complete
e4f72dd5fee8: Pull complete
Digest: sha256:b0f1a21a50ed402d3b955d61b87047a50ff80aeccca75bc3bcdc9a3c9d5f8d0b
Status: Downloaded newer image for golang:1.16-bullseye
 ---> 8ffb179c0658
Step 2/6 : RUN go get github.com/google/go-licenses
 ---> Running in 4f846582985b
go: downloading github.com/google/go-licenses 
v0.0.0-20211216151313-baa4dc16ea37
go: downloading github.com/spf13/cobra v0.0.5
go: downloading github.com/otiai10/copy v1.6.0
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/google/licenseclassifier 
v0.0.0-20210722185704-3043a050f148
go: downloading golang.org/x/tools v0.0.0-20191118222007-07fc4c7f2b98
go: downloading gopkg.in/src-d/go-git.v4 v4.13.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading gopkg.in/src-d/go-billy.v4 v4.3.2
go: downloading github.com/sergi/go-diff v1.2.0
go: downloading golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f
go: downloading github.com/jbenet/go-context 
v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/emirpasic/gods v1.12.0
go: downloading github.com/src-d/gcfg v1.4.0
go: downloading github.com/kevinburke/ssh_config 
v0.0.0-20190725054713-01f96b0aa0cd
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/xanzy/ssh-agent v0.2.1
go: downloading golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914
go: downloading golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2
go: downloading gopkg.in/warnings.v0 v0.1.2

> Task :sdks:java:container:pullLicenses
Copying already-fetched licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/reports/dependency-license>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/target/java_third_party_licenses>
Collecting beautifulsoup4<5.0,>=4.9.0
  Using cached beautifulsoup4-4.10.0-py3-none-any.whl (97 kB)
Collecting pyyaml<6.0.0,>=3.12
  Using cached PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB)
Collecting tenacity<6.0,>=5.0.2
  Using cached tenacity-5.1.5-py2.py3-none-any.whl (34 kB)
Collecting soupsieve>1.2
  Using cached soupsieve-2.3.1-py3-none-any.whl (37 kB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: soupsieve, beautifulsoup4, pyyaml, six, tenacity
Successfully installed beautifulsoup4-4.10.0 pyyaml-5.4.1 six-1.16.0 
soupsieve-2.3.1 tenacity-5.1.5
WARNING: You are using pip version 20.2.3; however, version 21.3.1 is available.
You should consider upgrading via the 
'<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/virtualenv/bin/python3.8>
 -m pip install --upgrade pip' command.
Executing 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/virtualenv/bin/python>
 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py>
 
--license_index=<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/reports/dependency-license/index.json>
        
--output_dir=<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/target/java_third_party_licenses>
        
--dep_url_yaml=<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml>
 
INFO:root:Pulling license for 210 dependencies using 16 threads.
INFO:root:pull_licenses_java.py succeed. It took 17.745186 seconds with 16 
threads.
Copying licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/target/java_third_party_licenses>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses

> Task :release:go-licenses:java:docker
Removing intermediate container 4f846582985b
 ---> d862064a3f17
Step 3/6 : COPY get-licenses.sh /opt/apache/beam/
 ---> 217600d62b97
Step 4/6 : ARG sdk_location
 ---> Running in e0a5e769f699
Removing intermediate container e0a5e769f699
 ---> 9b81e3b878e4
Step 5/6 : ENV sdk_location=$sdk_location
 ---> Running in 48800b404569
Removing intermediate container 48800b404569
 ---> 211a2c66f947
Step 6/6 : ENTRYPOINT /opt/apache/beam/get-licenses.sh
 ---> Running in cfbe6e650837
Removing intermediate container cfbe6e650837
 ---> 667b7e682e47
Successfully built 667b7e682e47
Successfully tagged golicenses-java:latest

> Task :release:go-licenses:java:dockerRun
+ rm -rf '/output/*'
+ export GO111MODULE=off
+ GO111MODULE=off
+ go get github.com/apache/beam/sdks/java/container
+ go-licenses save github.com/apache/beam/sdks/java/container 
--save_path=/output/licenses
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

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

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerContainer
WARNING: `gcloud docker` will not be supported for Docker client versions above 
18.03.

As an alternative, use `gcloud auth configure-docker` to configure `docker` to
use `gcloud` as a credential helper, then use `docker` as you would for non-GCR
registries, e.g. `docker pull gcr.io/project-id/my-image`. Add
`--verbosity=error` to silence this warning: `gcloud docker
--verbosity=error -- pull gcr.io/project-id/my-image`.

See: 
https://cloud.google.com/container-registry/docs/support/deprecation-notices#gcloud-docker

The push refers to repository 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java]
c8fec8603e4c: Preparing
16662a351b0d: Preparing
78fdf519660c: Preparing
dbe58dfe1a49: Preparing
1b454a0342cf: Preparing
291d0ee4d240: Preparing
1f5d075f5fe3: Preparing
6c7a3145073f: Preparing
b480650f0cb7: Preparing
196e0745b2db: Preparing
df55a1a5a4a3: Preparing
a9bbf1f0b66d: Preparing
bff9fe6e429c: Preparing
7c245b2fe4f1: Preparing
f9e18e59a565: Preparing
26a504e63be4: Preparing
8bf42db0de72: Preparing
291d0ee4d240: Waiting
31892cc314cb: Preparing
11936051f93b: Preparing
1f5d075f5fe3: Waiting
6c7a3145073f: Waiting
b480650f0cb7: Waiting
26a504e63be4: Waiting
196e0745b2db: Waiting
df55a1a5a4a3: Waiting
a9bbf1f0b66d: Waiting
8bf42db0de72: Waiting
31892cc314cb: Waiting
11936051f93b: Waiting
bff9fe6e429c: Waiting
7c245b2fe4f1: Waiting
f9e18e59a565: Waiting
1b454a0342cf: Pushed
16662a351b0d: Pushed
78fdf519660c: Pushed
dbe58dfe1a49: Pushed
c8fec8603e4c: Pushed
291d0ee4d240: Pushed
6c7a3145073f: Pushed
b480650f0cb7: Pushed
bff9fe6e429c: Layer already exists
7c245b2fe4f1: Layer already exists
f9e18e59a565: Layer already exists
26a504e63be4: Layer already exists
8bf42db0de72: Layer already exists
df55a1a5a4a3: Pushed
31892cc314cb: Layer already exists
a9bbf1f0b66d: Pushed
11936051f93b: Layer already exists
1f5d075f5fe3: Pushed
196e0745b2db: Pushed
20211222105946: digest: 
sha256:94b387e9e5d1d72f9d42f4fbb107474b38173755a761f33275339b0f12d8abe9 size: 
4311

> Task :runners:google-cloud-dataflow-java:validatesRunnerV2TestStreaming

org.apache.beam.sdk.transforms.ParDoTest$OnWindowExpirationTests > 
testOnWindowExpirationSimpleUnboundedGlobal FAILED
    java.lang.RuntimeException at ParDoTest.java:6431

org.apache.beam.sdk.transforms.ParDoTest$OnWindowExpirationTests > 
testOnWindowExpirationSimpleBoundedGlobal FAILED
    java.lang.RuntimeException at ParDoTest.java:6431

org.apache.beam.sdk.testing.PAssertTest > testContainsInAnyOrderNotSerializable 
FAILED
    java.lang.RuntimeException at PAssertTest.java:189

org.apache.beam.sdk.transforms.ParDoTest$TimestampTests > 
testOnWindowTimestampSkew FAILED
    java.lang.RuntimeException at ParDoTest.java:2209

org.apache.beam.sdk.transforms.ParDoTest$TimestampTests > 
testProcessElementSkew FAILED
    java.lang.RuntimeException at ParDoTest.java:2146

249 tests completed, 5 failed, 3 skipped

> Task :runners:google-cloud-dataflow-java:validatesRunnerV2TestStreaming FAILED

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211222105946
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:94b387e9e5d1d72f9d42f4fbb107474b38173755a761f33275339b0f12d8abe9
Deleted: sha256:2dbf0ef578fd67b3db9eae8f2f23c358b12faec6a8d361a75fdd9affc7a1697f
Deleted: sha256:b77b929c443e331e6c19c3453179ae619cadff3e287b4a48b76819145b6bf2c9
Deleted: sha256:9979bb3a2be63ed5f2cb613bbab1d50458b603149803254340e49d251140327c
Deleted: sha256:df5329fbf5ce4c1d529d2eb4d698200730ba679d4cfe222629d84d226352ad56
Deleted: sha256:c60ada19300601ab05ca6a48757074f477b54cd0e4d1e0cb58946e9840624582
Deleted: sha256:142808a81b58fe9124593461145d13fef30307b36a307da45022e11ccdf81ba9
Deleted: sha256:268fc3333135dd89e000783d9587c6726a1f0c5b5f07da0aa349fedec50e55bf
Deleted: sha256:b4dab609a75ec7c01e26c84bb670385bd4b749c6e5bdbcd19117437aa7d37aa8
Deleted: sha256:612295d77888291619d98b3c9dcdb63cf796f2a90c8d503883bc9f4762a8cd21
Deleted: sha256:00fdd3f7a231525b7c75bcc528cf6e446aa7d630da32b6d64add7477b7eeac6a
Deleted: sha256:c79f32b81b11de7fd3e474fcf6b1f24d79a2e9d9dfffedc58bd11234a028c29a
Deleted: sha256:65ef966e36fc27e2c311b2dcfc98274268cad112910cc3bf8cb161a8da6de044
Deleted: sha256:8d0cc858d949a6d721b7ed2e7a6c406abcd1dfa3fe9dcf6ef24d0b191273bb71
Deleted: sha256:d56c538a22238df81580529c23cda78b6dc62078d516437a258e56fb678db754
Deleted: sha256:955defb6fb27ae2becb55c8980ec43bf9d7b0e7541e607d9f1d74d5ce47860ad
Deleted: sha256:4f97ea0bbaee70f291098073dbe27acc334dd3a340798800b3caf2690ee3a6de
Deleted: sha256:2533cdf8d087c2c09a6e17513de85714c38075a2f46c0e70827386da43aecac5
Deleted: sha256:d6626316a8a3269fd3ce1af342454d1ea6ba973c33da29c2fc42c6f7b2d3b06f
Deleted: sha256:5ca025a87bc819aae69b9f49810290344b07b34677fd1dff5657400ff98ffe47
Deleted: sha256:0582dbefefaa9b6fc44fbcd78f3954b49ed10cbc507e860c5463ff3c8664a599
Deleted: sha256:33cb2245e1fa0b06acde75c0cf5ed1eb81536c3ebea2eb321ff37df23bf92ef2
Deleted: sha256:c1a34f9d98a6bd1d3e57a926785634833a3d4db768fc01aeee485ed7a46877be
Deleted: sha256:ffc12a0a44e077f261103cbce15c6285d5afe7e5870119972494910925b5b637
Deleted: sha256:47dc05e94778a57a33c62b177825bb50f4bd96785dca45ae448638487d842c38
Deleted: sha256:05b2fa8d445015f59a4d7847e78823eafd85627088555072c661587af8eece7a
Deleted: sha256:f58655accf21de0fdcce9de9ff0aa264b70750d5f496cbaabe300037e370c9b9
Deleted: sha256:f61b12d8746e30e0ede630f7a80a27c00eefef75784ccf984a05aeb7e0edca7d
Deleted: sha256:983589ab282925483162aa10132113849170303ced937a6d7df3fc87459f090e
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211222105946]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:94b387e9e5d1d72f9d42f4fbb107474b38173755a761f33275339b0f12d8abe9]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211222105946] 
(referencing 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:94b387e9e5d1d72f9d42f4fbb107474b38173755a761f33275339b0f12d8abe9])].
Removing untagged image 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:94b387e9e5d1d72f9d42f4fbb107474b38173755a761f33275339b0f12d8abe9
Digests:
- 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:94b387e9e5d1d72f9d42f4fbb107474b38173755a761f33275339b0f12d8abe9
Deleted 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:94b387e9e5d1d72f9d42f4fbb107474b38173755a761f33275339b0f12d8abe9].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:validatesRunnerV2TestStreaming'.
> There were failing tests. See the report at: 
> file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesRunnerV2TestStreaming/index.html>

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

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

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/6.9.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 6h 53m 55s
103 actionable tasks: 59 executed, 42 from cache, 2 up-to-date

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

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