See <https://builds.apache.org/job/beam_MavenVerify/8/changes>

Changes:

[dhalperi] Update README.md : Fixing Streaming 101 and 102 links

[dhalperi] Implement InProcessEvaluationContext

[ansela] [BEAM-11] Spark runner directory structure and pom setup.

[ansela] [BEAM-11] set coder for pipeline input

[ansela] [BEAM-11] extractOutput() should not return null

[ansela] [BEAM-11] This is a placeholder to get the TfIdfTest working. Should be

[ansela] [BEAM-11] Add Spark runner to runners module

[ansela] [BEAM-11] relocate Guava used by Dataflow (v19) since it conflicts with

[ansela] [BEAM-11] Replaced license headers to ASF license

[ansela] [BEAM-11] remove gitignore and travis.yml

[ansela] [BEAM-11] second iteration of package reorganisation

[ansela] [BEAM-11] add Spark runner to included runners

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-ubuntu-1404-4gb-c15 (jenkins-cloud-4GB cloud-slave 
Ubuntu ubuntu) in workspace <https://builds.apache.org/job/beam_MavenVerify/ws/>
Cloning the remote Git repository
Cloning repository https://github.com/apache/incubator-beam.git
 > git init <https://builds.apache.org/job/beam_MavenVerify/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/incubator-beam.git # 
 > timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://github.com/apache/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision a91e1150084808202e382f169eb273e5b52bbc97 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a91e1150084808202e382f169eb273e5b52bbc97
 > git rev-list 071e4dd67021346b0cab2aafa0900ec7e34c4ef8 # timeout=10
Parsing POMs
Failed to transfer Could not find metadata 
org.apache.beam:runners:1.5.0-SNAPSHOT/maven-metadata.xml in Nexus 
(http://repository.apache.org/snapshots)
Failed to transfer Could not find artifact 
org.apache.beam:runners:pom:1.5.0-SNAPSHOT in Nexus 
(http://repository.apache.org/snapshots)
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: 
<https://builds.apache.org/job/beam_MavenVerify/ws/> at 
hudson.remoting.Channel@9a503c7:jenkins-ubuntu-1404-4gb-c15: 
hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[WARNING] 'parent.relativePath' points at org.apache.beam:runners-parent 
instead of org.apache.beam:runners, please verify your project structure @ line 
17, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.beam:runners:pom:1.5.0-SNAPSHOT in Nexus 
(http://repository.apache.org/snapshots) and 'parent.relativePath' points at 
wrong local POM @ line 17, column 13

        at hudson.FilePath.act(FilePath.java:986)
        at hudson.FilePath.act(FilePath.java:968)
        at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:960)
        at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:679)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
        at hudson.model.Run.execute(Run.java:1738)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
        at hudson.model.ResourceController.execute(ResourceController.java:98)
        at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[WARNING] 'parent.relativePath' points at org.apache.beam:runners-parent 
instead of org.apache.beam:runners, please verify your project structure @ line 
17, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.beam:runners:pom:1.5.0-SNAPSHOT in Nexus 
(http://repository.apache.org/snapshots) and 'parent.relativePath' points at 
wrong local POM @ line 17, column 13

        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1364)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1098)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2719)
        at hudson.remoting.UserRequest.perform(UserRequest.java:120)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:326)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
        at ......remote call to jenkins-ubuntu-1404-4gb-c15(Native Method)
        at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
        at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
        at hudson.remoting.Channel.call(Channel.java:781)
        at hudson.FilePath.act(FilePath.java:979)
        ... 8 more
Caused by: hudson.remoting.ProxyException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[WARNING] 'parent.relativePath' points at org.apache.beam:runners-parent 
instead of org.apache.beam:runners, please verify your project structure @ line 
17, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.beam:runners:pom:1.5.0-SNAPSHOT in Nexus 
(http://repository.apache.org/snapshots) and 'parent.relativePath' points at 
wrong local POM @ line 17, column 13

        at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
        at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
        at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1301)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1098)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2719)
        at hudson.remoting.UserRequest.perform(UserRequest.java:120)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:326)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)

Reply via email to