Abacn commented on issue #29220: URL: https://github.com/apache/beam/issues/29220#issuecomment-1789350754
This is likely a gradle bug, see https://github.com/apache/beam/pull/23785#issuecomment-1789324871 It is now flaky on both Jenkins and GitHub Actions. It affects a couple of XVR jobs Flink,Spark,etc A reproduce: https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink_PR/324/console - At gradle configuration time, `configurations.pythonHarnessLauncher` is indeed set: ``` 13:04:47 > Configure project :sdks:python:container:py38 13:04:47 print----- /home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Flink_PR/src/sdks/python/container/build/target/launcher 13:04:48 System Go installation: /snap/bin/go is go version go1.16.15 linux/amd64; Preparing to use /home/jenkins/go/bin/go1.21.3 13:04:48 go1.21.3: already downloaded in /home/jenkins/sdk/go1.21.3 13:04:48 GOCMD=/home/jenkins/go/bin/go1.21.3 13:04:49 print+++++ /home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Flink_PR/src/sdks/python/container/build/target/launcher ``` - Then, :sdks:python:container:goBuild indeed produced the binary: ``` 13:05:39 > Task :sdks:python:container:goBuild 13:05:39 print::::: /home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Flink_PR/src/sdks/python/container/build/target/launcher/linux_amd64/boot name:::: boot ``` However, `sdks:python:container:py38:copyLauncherDependencies` skipped as NO-SOURCE ``` 13:05:39 > Task :sdks:python:container:py38:copyLauncherDependencies NO-SOURCE ``` which caused binary not copied into the folder for docker prepare -- 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]
