kennknowles commented on PR #29480: URL: https://github.com/apache/beam/pull/29480#issuecomment-1841228704
Could this possibly be causing the failure at https://github.com/apache/beam/actions/runs/7103830864/job/19337611287?pr=29616 ? ``` Run ./.github/actions/gradle-command-self-hosted-action with: gradle-command: integrationTest arguments: -p examples/ --tests org.apache.beam.examples.WordCountIT -DintegrationTestRunner=direct -DintegrationTestPipelineOptions=["--runner=DirectRunner","--tempRoot=./tmp"] max-workers: 8 env: GRADLE_ENTERPRISE_ACCESS_KEY: GRADLE_ENTERPRISE_CACHE_USERNAME: GRADLE_ENTERPRISE_CACHE_PASSWORD: JAVA_HOME: /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.[3](https://github.com/apache/beam/actions/runs/7103830864/job/19337611287?pr=29616#step:4:3)92-8/x6[4](https://github.com/apache/beam/actions/runs/7103830864/job/19337611287?pr=29616#step:4:4)/Contents/Home JAVA_HOME_8_X[6](https://github.com/apache/beam/actions/runs/7103830864/job/19337611287?pr=29616#step:4:6)4: /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.392-8/x64/Contents/Home GRADLE_BUILD_ACTION_SETUP_COMPLETED: true GRADLE_BUILD_ACTION_CACHE_RESTORED: true Run # This step is a workaround to avoid a decryption issue of Beam's # This step is a workaround to avoid a decryption issue of Beam's # net.linguica.gradle.maven.settings plugin and github's provided maven # settings.xml file if [ -f ~/.m2/settings.xml ]; then rm ~/.m2/settings.xml fi ./gradlew integrationTest --max-workers=8 --continue \ -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx6g -Dorg.gradle.vfs.watch=false -Pdocker-pull-licenses \ -p examples/ --tests org.apache.beam.examples.WordCountIT -DintegrationTestRunner=direct -DintegrationTestPipelineOptions=["--runner=DirectRunner","--tempRoot=./tmp"] shell: /bin/bash --noprofile --norc -e -o pipefail {0} env: GRADLE_ENTERPRISE_ACCESS_KEY: GRADLE_ENTERPRISE_CACHE_USERNAME: GRADLE_ENTERPRISE_CACHE_PASSWORD: JAVA_HOME: /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/[8](https://github.com/apache/beam/actions/runs/7103830864/job/19337611287?pr=29616#step:4:8).0.3[9](https://github.com/apache/beam/actions/runs/7103830864/job/19337611287?pr=29616#step:4:9)2-8/x64/Contents/Home JAVA_HOME_8_X64: /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.392-8/x64/Contents/Home GRADLE_BUILD_ACTION_SETUP_COMPLETED: true GRADLE_BUILD_ACTION_CACHE_RESTORED: true To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.4/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation. Daemon will be stopped at the end of the build Configuration on demand is an incubating feature. > Task :buildSrc:compileJava NO-SOURCE > Task :buildSrc:compileGroovy FROM-CACHE > Task :buildSrc:pluginDescriptors > Task :buildSrc:processResources > Task :buildSrc:classes > Task :buildSrc:jar FAILURE: Build failed with an exception. Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. * Where: You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. Build file '/Users/runner/work/beam/beam/examples/java/build.gradle' line: [32](https://github.com/apache/beam/actions/runs/7103830864/job/19337611287?pr=29616#step:4:33) For more on this, please refer to https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. * What went wrong: 4 actionable tasks: 3 executed, 1 from cache A problem occurred evaluating project ':examples:java'. > unexpected character r ``` -- 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]
