damondouglas commented on PR #24443:
URL: https://github.com/apache/beam/pull/24443#issuecomment-1363196768
@pabloem The following lists the reason for the two failure checks:
1. Playground Examples CI / check (java) / pre-check (pull_request):
`PubsubSchemaTransformWriteConfiguration.java` was renamed to
`PubsubWriteSchemaTransformConfiguration.java` and the playground examples
checker was trying to find a file that doesn't exist. Odd that it would even
check something that has nothing to do with examples.
```
DEBUG:root:check for example tag:
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsub/PubsubSchemaTransformWriteConfiguration.java
Traceback (most recent call last):
File "checker.py", line 106, in <module>
main()
File "checker.py", line 99, in main
if check_sdk_examples(args.paths, Sdk.Value(args.sdk), root_dir):
File "checker.py", line 81, in check_sdk_examples
if get_tag(path) is not None:
File "/home/runner/work/beam/beam/playground/infrastructure/helper.py",
line
1[60](https://github.com/apache/beam/actions/runs/3759732402/jobs/6389650926#step:7:61),
in get_tag
with open(filepath, encoding="utf-8") as parsed_file:
FileNotFoundError: [Errno 2] No such file or directory:
'../../sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsub/PubsubSchemaTransformWriteConfiguration.java'
+ CODE=1
checker is broken
+ '[' 1 -eq 0 ']'
+ '[' 1 -eq 11 ']'
+ echo 'checker is broken'
```
2. Java_Examples_Dataflow_Java11 ("Run Java_Examples_Dataflow_Java11
PreCommit")
Failed because of something related to the build cache and not related to
code in this PR.
```
Execution failed for task ':sdks:java:testing:test-utils:compileTestJava'.
> Failed to store cache entry 92df12098b8112a473056b926d12b8c8 for task
':sdks:java:testing:test-utils:compileTestJava': Timeout waiting to lock Build
cache (/home/jenkins/.gradle/caches/build-cache-1). It is currently in use by
another Gradle instance.
Owner PID: 2783188
Our PID: 2817736
Owner Operation:
Our operation:
Lock file: /home/jenkins/.gradle/caches/build-cache-1/build-cache-1.lock
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]