Andrew Pilloud created BEAM-6308:
------------------------------------
Summary: SeedJob timed out after 1 hour
Key: BEAM-6308
URL: https://issues.apache.org/jira/browse/BEAM-6308
Project: Beam
Issue Type: Bug
Components: build-system
Reporter: Andrew Pilloud
Assignee: Luke Cwik
https://builds.apache.org/job/beam_SeedJob/3190/
{code:java}
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam14 (beam) in workspace
/home/jenkins/jenkins-slave/workspace/beam_SeedJob
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/apache/beam.git
> +refs/heads/*:refs/remotes/origin/*
> +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ac8c956b8d02c7aeafba91e4b78e8d7a5d97c292 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f ac8c956b8d02c7aeafba91e4b78e8d7a5d97c292
Commit message: "Merge pull request #7287: [BEAM-6239] Add session side input
join to Nexmark"
> git rev-list --no-walk ac8c956b8d02c7aeafba91e4b78e8d7a5d97c292 # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Processing DSL script job_00_seed.groovy
Processing DSL script job_Dependency_Check.groovy
Processing DSL script job_Inventory.groovy
Processing DSL script job_PerformanceTests_Dataflow.groovy
Processing DSL script job_PerformanceTests_FileBasedIO_IT.groovy
Processing DSL script job_PerformanceTests_FileBasedIO_IT_HDFS.groovy
Processing DSL script job_PerformanceTests_HadoopInputFormat.groovy
Processing DSL script job_PerformanceTests_JDBC.groovy
Processing DSL script job_PerformanceTests_MongoDBIO_IT.groovy
Processing DSL script job_PerformanceTests_Python.groovy
Processing DSL script job_PerformanceTests_Spark.groovy
Processing DSL script job_PostCommit_CommunityMetrics.groovy
Processing DSL script job_PostCommit_Go.groovy
Processing DSL script job_PostCommit_Java.groovy
Processing DSL script job_PostCommit_Java_Nexmark_Dataflow.groovy
Processing DSL script job_PostCommit_Java_Nexmark_Direct.groovy
Processing DSL script job_PostCommit_Java_Nexmark_Flink.groovy
Processing DSL script job_PostCommit_Java_Nexmark_Spark.groovy
Processing DSL script job_PostCommit_Java_PortabilityApi.groovy
Processing DSL script
job_PostCommit_Java_PortableValidatesRunner_Flink_Batch.groovy
Processing DSL script
job_PostCommit_Java_PortableValidatesRunner_Flink_Streaming.groovy
Processing DSL script job_PostCommit_Java_ValidatesRunner_Apex.groovy
Build timed out (after 60 minutes). Marking the build as aborted.
Build was aborted
Finished: ABORTED{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)