You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
23:29:14 mvn compile exec:java -q -Dmaven.wagon.http.retryHandler.class=default -Dmaven.wagon.http.retryHandler.count=5 -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dhttp.keepAlive=false -Dexec.mainClass=org.apache.beam.examples.complete.game.UserScore -Dexec.args="--tempLocation=gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/tmp --runner=DataflowRunner --input=gs://dataflow-samples/game/5000_gaming_data.csv --project=apache-beam-testing --region=us-central1 --output=gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/java-userscore-result-dataflow-runner.txt " -Pdataflow-runner
23:29:14 Using maven /home/jenkins/tools/maven/apache-maven-3.5.4
23:35:48 [ERROR] COMPILATION ERROR :
23:35:48 [ERROR] /tmp/groovy-generated-401985168340760390-tmpdir/word-count-beam/src/main/java/org/apache/beam/examples/multilanguage/SklearnMnistClassification.java:[24,56] package org.apache.beam.sdk.extensions.python.transforms does not exist
23:35:48 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project word-count-beam: Compilation failure
23:35:48 [ERROR] /tmp/groovy-generated-401985168340760390-tmpdir/word-count-beam/src/main/java/org/apache/beam/examples/multilanguage/SklearnMnistClassification.java:[24,56] package org.apache.beam.sdk.extensions.python.transforms does not exist
23:35:48 [ERROR] -> [Help 1]
23:35:48 [ERROR]
23:35:48 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
23:35:48 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
23:35:48 [ERROR]
23:35:48 [ERROR] For more information about the errors and possible solutions, please read the following articles:
23:35:48 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
23:35:48 [ERROR] COMPILATION ERROR :
23:35:48 [ERROR] /tmp/groovy-generated-401985168340760390-tmpdir/word-count-beam/src/main/java/org/apache/beam/examples/multilanguage/SklearnMnistClassification.java:[24,56] package org.apache.beam.sdk.extensions.python.transforms does not exist
23:35:48 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project word-count-beam: Compilation failure
23:35:48 [ERROR] /tmp/groovy-generated-401985168340760390-tmpdir/word-count-beam/src/main/java/org/apache/beam/examples/multilanguage/SklearnMnistClassification.java:[24,56] package org.apache.beam.sdk.extensions.python.transforms does not exist
23:35:48 [ERROR] -> [Help 1]
23:35:48 [ERROR]
23:35:48 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
23:35:48 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
23:35:48 [ERROR]
23:35:48 [ERROR] For more information about the errors and possible solutions, please read the following articles:
23:35:48 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
23:35:48 [ERROR] Failed command
To highlight the actual problem: word-count-beam/src/main/java/org/apache/beam/examples/multilanguage/SklearnMnistClassification.java:[24,56] package org.apache.beam.sdk.extensions.python.transforms does not exist
I'm not sure about this suite's configuration. Does org.apache.beam.sdk.extensions.python.transforms need to be in a release before we can reference it in an example?
What happened?
https://ci-beam.apache.org/job/beam_PostRelease_NightlySnapshot/1902/
Seems to have started with #23619
Issue Priority
Priority: 1
Issue Component
Component: build-system
The text was updated successfully, but these errors were encountered: