Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: PostRelease_NightlySnapshot failing #23813

Closed
TheNeuralBit opened this issue Oct 24, 2022 · 4 comments
Closed

[Bug]: PostRelease_NightlySnapshot failing #23813

TheNeuralBit opened this issue Oct 24, 2022 · 4 comments
Assignees

Comments

@TheNeuralBit
Copy link
Member

What happened?

https://ci-beam.apache.org/job/beam_PostRelease_NightlySnapshot/1902/

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

Seems to have started with #23619

Issue Priority

Priority: 1

Issue Component

Component: build-system

@TheNeuralBit
Copy link
Member Author

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?

@kennknowles do you have context here?
CC: @chamikaramj as the relevant PR author

@chamikaramj
Copy link
Contributor

Will close this when the test suite is green.

@chamikaramj
Copy link
Contributor

@github-actions github-actions bot added this to the 2.44.0 Release milestone Oct 27, 2022
@TheNeuralBit
Copy link
Member Author

Thanks for tracking this down :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants