You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kyle Weaver (Jira)" <ji...@apache.org> on 2021/11/03 23:32:00 UTC

[jira] [Commented] (BEAM-13186) Twister2 quickstart failing (2.34.0 release validation)

    [ https://issues.apache.org/jira/browse/BEAM-13186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17438342#comment-17438342 ] 

Kyle Weaver commented on BEAM-13186:
------------------------------------

I ran the task on (slightly out of date) HEAD and it succeeded.

> Twister2 quickstart failing (2.34.0 release validation)
> -------------------------------------------------------
>
>                 Key: BEAM-13186
>                 URL: https://issues.apache.org/jira/browse/BEAM-13186
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-twister2
>    Affects Versions: 2.34.0
>            Reporter: Kyle Weaver
>            Priority: P2
>
> Twister2 runner quickstart failed while running release/src/main/scripts/run_rc_validation.sh. Not sure why the build would fail in this way for this runner but not others. 
> 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.WordCount -Dexec.args="--inputFile=pom.xml --output=counts --runner=Twister2Runner" -Ptwister2-runner
> Using maven /home/jenkins/tools/maven/apache-maven-3.5.4
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [ERROR] Non-resolvable import POM: Could not transfer artifact com.google.cloud:libraries-bom:pom:22.0.0 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/com/google/cloud/libraries-bom/22.0.0/libraries-bom-22.0.0.pom @ line 475, column 19
> [ERROR] 'dependencies.dependency.version' for com.google.http-client:google-http-client:jar is missing. @ line 383, column 17
>  @ 
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR] 
> [ERROR] The project org.example:word-count-beam:0.1 (/tmp/groovy-generated-3177747651832237561-tmpdir/word-count-beam/pom.xml) has 2 errors
> [ERROR] Non-resolvable import POM: Could not transfer artifact com.google.cloud:libraries-bom:pom:22.0.0 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/com/google/cloud/libraries-bom/22.0.0/libraries-bom-22.0.0.pom @ line 475, column 19: Unknown host repo.maven.apache.org: Name or service not known -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for com.google.http-client:google-http-client:jar is missing. @ line 383, column 17
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [ERROR] Non-resolvable import POM: Could not transfer artifact com.google.cloud:libraries-bom:pom:22.0.0 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/com/google/cloud/libraries-bom/22.0.0/libraries-bom-22.0.0.pom @ line 475, column 19
> [ERROR] 'dependencies.dependency.version' for com.google.http-client:google-http-client:jar is missing. @ line 383, column 17
>  @ 
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR] 
> [ERROR] The project org.example:word-count-beam:0.1 (/tmp/groovy-generated-3177747651832237561-tmpdir/word-count-beam/pom.xml) has 2 errors
> [ERROR] Non-resolvable import POM: Could not transfer artifact com.google.cloud:libraries-bom:pom:22.0.0 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/com/google/cloud/libraries-bom/22.0.0/libraries-bom-22.0.0.pom @ line 475, column 19: Unknown host repo.maven.apache.org: Name or service not known -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for com.google.http-client:google-http-client:jar is missing. @ line 383, column 17
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> [ERROR] Failed command
> > Task :runners:twister2:runQuickstartJavaTwister2 FAILED



--
This message was sent by Atlassian Jira
(v8.3.4#803005)