Re: [VOTE] Release 2.2.0, release candidate #1

2017-10-26 Thread Reuven Lax
Sorry those were copy paste errors in the email. The actual version is
indeed 2.2.0.

On Oct 26, 2017 10:01 PM, "Eugene Kirpichov" 
wrote:

Reuven, some things in this seem odd: the version 1.2.3 which should
probably be 2.2.0, and shouldn't it be built with JDK7? or is it built with
8 but targeting 7?

On Thu, Oct 26, 2017, 6:36 PM Reuven Lax  wrote:

> Hi everyone,
>
> Please review and vote on the release candidate #3 for the version 1.2.3,
> as follows:
>   [ ] +1, Approve the release
>   [ ] -1, Do not approve the release (please provide specific comments)
>
>
> The complete staging area is available for your review, which includes:
> * JIRA release notes [1],
> * the official Apache source release to be deployed to dist.apache.org
> [2],
> which is signed with the key with fingerprint B98B7708 [3],
> * all artifacts to be deployed to the Maven Central Repository [4],
> * source code tag "v1.2.3-RC3" [5],
> * website pull request listing the release and publishing the API
reference
> manual [6].
> * Java artifacts were built with Maven 3.5.0 and OpenJDK/Oracle 1.8.0_144.
> * Python artifacts are deployed along with the source release to the
> dist.apache.org [2].
>
> The vote will be open for at least 72 hours. It is adopted by majority
> approval, with at least 3 PMC affirmative votes.
>
> Thanks,
> Reuven
>
> [1]
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?
projectId=12319527=12341044
> [2] https://dist.apache.org/repos/dist/dev/beam/2.2.0/
> [3] https://dist.apache.org/repos/dist/release/beam/KEYS
> [4]
> https://repository.apache.org/content/repositories/orgapacheany23-1003/
> [5] https://github.com/apache/beam/tree/v2.2.0-RC1
> [6] https://github.com/apache/beam-site/pull/337
>


Jenkins build is back to normal : beam_SeedJob_Standalone #33

2017-10-26 Thread Apache Jenkins Server
See 




Re: [VOTE] Release 2.2.0, release candidate #1

2017-10-26 Thread Eugene Kirpichov
Reuven, some things in this seem odd: the version 1.2.3 which should
probably be 2.2.0, and shouldn't it be built with JDK7? or is it built with
8 but targeting 7?

On Thu, Oct 26, 2017, 6:36 PM Reuven Lax  wrote:

> Hi everyone,
>
> Please review and vote on the release candidate #3 for the version 1.2.3,
> as follows:
>   [ ] +1, Approve the release
>   [ ] -1, Do not approve the release (please provide specific comments)
>
>
> The complete staging area is available for your review, which includes:
> * JIRA release notes [1],
> * the official Apache source release to be deployed to dist.apache.org
> [2],
> which is signed with the key with fingerprint B98B7708 [3],
> * all artifacts to be deployed to the Maven Central Repository [4],
> * source code tag "v1.2.3-RC3" [5],
> * website pull request listing the release and publishing the API reference
> manual [6].
> * Java artifacts were built with Maven 3.5.0 and OpenJDK/Oracle 1.8.0_144.
> * Python artifacts are deployed along with the source release to the
> dist.apache.org [2].
>
> The vote will be open for at least 72 hours. It is adopted by majority
> approval, with at least 3 PMC affirmative votes.
>
> Thanks,
> Reuven
>
> [1]
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527=12341044
> [2] https://dist.apache.org/repos/dist/dev/beam/2.2.0/
> [3] https://dist.apache.org/repos/dist/release/beam/KEYS
> [4]
> https://repository.apache.org/content/repositories/orgapacheany23-1003/
> [5] https://github.com/apache/beam/tree/v2.2.0-RC1
> [6] https://github.com/apache/beam-site/pull/337
>


Re: [Proposal] Add performance tests for commonly used file-based I/O PTransforms

2017-10-26 Thread Kenneth Knowles
I am really excited about this development. Glad to have such a detailed
document! Thanks for taking the time to write it up thoughtfully.

On Wed, Oct 25, 2017 at 10:00 AM, Chamikara Jayalath <
chamik...@google.com.invalid> wrote:

> Thanks Łukasz and the team for the proposal. I think fixing this JIRA will
> allow us to keep track of the performance of widely used
> source/sink/runner/file-system combinations of Beam SDK. As Łukasz
> mentioned, all comments are welcome.
>
> Thanks,
> Cham
>
> On Wed, Oct 25, 2017 at 8:08 AM Łukasz Gajowy 
> wrote:
>
> > Hello Beam Community!
> >
> >
> > During the last year many of Beam developers has put much effort in
> > developing and discussing means of testing beam transforms. We would like
> > to benefit from that and implement performance tests for file-based I/O
> > Transforms.
> >
> >
> > This proposal is strictly related to BEAM-3060 issue. Here’s the link to
> > the doc:
> >
> > https://docs.google.com/document/d/1dA-5s6OHiP_cz-
> NRAbwapoKF5MEC1wKps4A5tFbIPKE/edit
> >
> >
> > All comments are deeply appreciated.
> >
> >
> > Thanks!
> >
> > ŁG
> >
>


Re: Java pre/post commit test suite breakage

2017-10-26 Thread Kenneth Knowles
On Thu, Oct 26, 2017 at 9:14 AM, Kenneth Knowles  wrote:

> On Wed, Oct 25, 2017 at 6:51 PM, Robert Bradshaw <
> rober...@google.com.invalid> wrote:
>>
>> These are just some ideas; I honestly don't know. I think my upper limit
>> for default precommit feedback is probably 30 minutes, and even there I am
>> not very happy.
>>
>>
>> We should be able to get a good signal in less than 30 minutes. Lint,
>> smoke
>> tests, etc. I think there is a more extensive set of tests that should
>> pass
>> before merging.
>>
>
> Yea, definitely. Digging into this in particular because I think it is
> quite promising as a way to reduce build congestion.
>
> It looks like `mvn clean test -Dfindbugs.skip` would finish in 10 minutes
> if we fixed it. Currently it looks like some modules don't work under this
> invocation, probably requiring some state to be established by prior bits
> run by `verify`. If we iterated on that until review was done, then 30-90
> minutes to prevent breakage would be fine, especially since a failure in
> that longer slower build is probably a signal to add a quicker repro unit
> test.
>

Looked into this, and some IOs explicitly use Guava 19, so presumably that
is important, while the core Java SDK requires Guava 21. This is shaded
away during `mvn verify` or `mvn install` but for `mvn test` there is no
packaging or shading, so when the IO tests run with Guava 19 taking
precedence, checkArguments within the Java SDK fail. This one might be
fixable, but my 5 second takeaway is that our codebase cannot build against
itself without some shading (or equivalent).

Kenn





>
>>
>> Also it might not hurt to audit our tests and see if there are a small
>> number that take a disproportionate amount of time.
>>
>> Any other suggestions?
>>
>> Kenn
>>
>> On Mon, Oct 23, 2017 at 3:29 PM, Kenneth Knowles  wrote:
>>
>> > I want to wait and get some green from Jenkins running against the HEAD
>> > groovy scripts to confirm. I haven't sat at my desk long enough to see a
>> > full `mvn -P release clean verify` yet.
>> >
>> > On Mon, Oct 23, 2017 at 3:27 PM, Kenneth Knowles 
>> wrote:
>> >
>> >> I was easily able to reproduce all the sorts of failures (and some
>> more!)
>> >>
>> >> Here are some things that now work that didn't work, or didn't work
>> >> correctly, before
>> >>
>> >>  - mvn apache-rat:check
>> >>  - mvn -P release apache-rat:check
>> >>  - mvn -P release -f somewhere/else/pom.xml apache-rat:check
>> >>
>> >> It turns out we had these issues:
>> >>
>> >>  - items in .gitignore that our RAT config did not ignore
>> >>  - sub-modules actually *did* inherit the RAT config, depending on the
>> >> command you run
>> >>  - paths in the RAT exclude were relative to current dir
>> >>  - paths in our RAT exclude that aren't even part of our codebase or
>> >> generated targets, but just things that Jenkins dropped in the
>> workspace,
>> >> and we were cloning directly into the workspace
>> >>
>> >> I think with the new Jenkins config and the new pom.xml things should
>> >> work well.
>> >>
>> >> Incidentally, Valentyn, changes to Jenkins job DSL groovy scripts do
>> not
>> >> take effect from being merged but only when the seed job next runs.
>> (TODO:
>> >> fix this). I am still trying to get the relevant Jenkins UI pages to
>> load
>> >> to get your change incorporated into the live scripts, which were
>> regressed
>> >> by being run from an old PR (TODO: fix the fact that this can happen).
>> >>
>> >> Kenn
>> >>
>> >> On Mon, Oct 23, 2017 at 2:21 PM, Valentyn Tymofieiev <
>> >> valen...@google.com.invalid> wrote:
>> >>
>> >>> Thanks a lot!
>> >>>
>> >>> Kenn, Were you able to reproduce RAT failures and test the fix
>> locally?
>> I
>> >>> think "mvn clean verify -Prelease" still passes for me.
>> >>>
>> >>> Timeout for the test suite has been increased in
>> >>> https://github.com/apache/
>> >>> beam/pull/4028 .
>> >>>
>> >>> On Mon, Oct 23, 2017 at 2:10 PM, Kenneth Knowles
>> > >>> >
>> >>> wrote:
>> >>>
>> >>> > Wrong link - https://github.com/apache/beam/pull/4027
>> >>> >
>> >>> > On Mon, Oct 23, 2017 at 2:10 PM, Kenneth Knowles 
>> >>> wrote:
>> >>> >
>> >>> > > Yea, root cause is the config bug I described. Proposed fix at
>> >>> > > https://github.com/apache/beam/pull/4019/files. I'm working with
>> >>> infra
>> >>> > to
>> >>> > > sort out other build issues that are probably not related.
>> >>> > >
>> >>> > > On Mon, Oct 23, 2017 at 1:53 PM, Lukasz Cwik
>> >>> 
>> >>> > > wrote:
>> >>> > >
>> >>> > >> The build breakage I outlined is being tracked in
>> >>> > >> https://issues.apache.org/jira/browse/BEAM-3092
>> >>> > >>
>> >>> > >> On Mon, Oct 23, 2017 at 11:54 AM, Lukasz Cwik 
>> >>> wrote:
>> >>> > >>
>> >>> > >> > Another breaking change was caused by
>> https://github.com/apache/
>> >>> > >> > 

Jenkins build is back to normal : beam_SeedJob #553

2017-10-26 Thread Apache Jenkins Server
See 



[VOTE] Release 2.2.0, release candidate #1

2017-10-26 Thread Reuven Lax
Hi everyone,

Please review and vote on the release candidate #3 for the version 1.2.3,
as follows:
  [ ] +1, Approve the release
  [ ] -1, Do not approve the release (please provide specific comments)


The complete staging area is available for your review, which includes:
* JIRA release notes [1],
* the official Apache source release to be deployed to dist.apache.org [2],
which is signed with the key with fingerprint B98B7708 [3],
* all artifacts to be deployed to the Maven Central Repository [4],
* source code tag "v1.2.3-RC3" [5],
* website pull request listing the release and publishing the API reference
manual [6].
* Java artifacts were built with Maven 3.5.0 and OpenJDK/Oracle 1.8.0_144.
* Python artifacts are deployed along with the source release to the
dist.apache.org [2].

The vote will be open for at least 72 hours. It is adopted by majority
approval, with at least 3 PMC affirmative votes.

Thanks,
Reuven

[1]
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527=12341044
[2] https://dist.apache.org/repos/dist/dev/beam/2.2.0/
[3] https://dist.apache.org/repos/dist/release/beam/KEYS
[4] https://repository.apache.org/content/repositories/orgapacheany23-1003/
[5] https://github.com/apache/beam/tree/v2.2.0-RC1
[6] https://github.com/apache/beam-site/pull/337


Re: [Proposal] Apache Beam Swag Store

2017-10-26 Thread Daniel Kulp

Have you run this through tradema...@apache.org yet?

I bring this up for two reasons:

1) We would need to make sure the appearance and such of the logo is “correct”

2).A few years ago, Apache did have a partnership with a company that would 
produce various swag things and then donate a portion back to Apache.   I don’t 
know what the state of that agreement is and whether that would restrict going 
to another vendor or something. 

Dan


> On Oct 25, 2017, at 8:51 AM, Griselda Cuevas  wrote:
> 
> Hi Everyone, 
> 
> I'd like to propose the creation of an online swag store for Apache Beam 
> where anyone could order swag from a wide selection and get it deliver to 
> their home or office. I got in touch with a provider who could include this 
> service as part of an order I'm placing to send swag for the Meetups we're 
> organizing this year. What do you think?
> 
> I'd also like to get your feedback on the swag I'm requesting (you can see it 
> in the pdf I attached), what do you think of the colors, design, etc.?
> 
> Lastly, I'll be ordering swag for Meetup organized this year so if you're 
> hosting one or speaking at one get in touch with me to send some! 
> 
> Cheers, 
> G

-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com



Re: [Proposal] Sharing Neville's post and upcoming meetups in the Twitter handle

2017-10-26 Thread Ahmet Altay
Done.

On Thu, Oct 26, 2017 at 11:26 AM, Griselda Cuevas  wrote:

> Hi folks, could you help us to tweet the second part of Neville's blogpost?
>
> Here's a suggested tweet:
> 2nd part of @sinisa_lyh's post is out! Read how @Spotify developed Scio, a
> high level Scala API 4 the Beam Java SDK. https://goo.gl/kyjr4n
>
> Thx!
>
>
>
> On 20 October 2017 at 13:08, Griselda Cuevas  wrote:
>
>> Hi everyone - What do you think about sharing Neville's blogpost[1] about
>> the road to Scio on the Apache Beam Twitter account?, I think it'd be good
>> to share some content since the last time we were active as 9/27.
>>
>> Also - could you help promote some of the upcoming Meetups? I made the
>> following tweets:
>>
>> 11/1 - San Francisco Cloud Mafia
>> Tweet:
>> Come join the SF Cloud Mafia to learn about stream & batch processing
>> with #ApacheBeam on Nov. 1st. https://www.meetup.com/Sa
>> n-Francisco-Cloud-Mafia/events/244180581/
>>
>> 11/22 - StockholmApache Beam Meetup
>> Tweet:
>> Stockholm is ready for its first #ApacheBeam meetup on Nov. 22nd. Join if
>> you're around! https://www.meetup.com/Apache-Beam-Stockholm/
>>
>> [1] https://labs.spotify.com/2017/10/16/big-data-processing-
>> at-spotify-the-road-to-scio-part-1/
>>
>> Thanks!
>> G
>>
>
>


Build failed in Jenkins: beam_SeedJob_Standalone #32

2017-10-26 Thread Apache Jenkins Server
See 

--
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam8 (beam) in workspace 

 > 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 0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b (origin/master)
java.lang.NoClassDefFoundError: Could not initialize class 
jenkins.model.Jenkins$MasterComputer
at 
org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:71)
at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:896)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:870)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:829)
at hudson.remoting.UserRequest.perform(UserRequest.java:181)
at hudson.remoting.UserRequest.perform(UserRequest.java:52)
at hudson.remoting.Request$2.run(Request.java:336)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
at ..remote call to beam8(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1554)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:281)
at hudson.remoting.Channel.call(Channel.java:839)
Caused: java.io.IOException: Remote call on beam8 failed
at hudson.remoting.Channel.call(Channel.java:847)
at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:257)
at com.sun.proxy.$Proxy108.withRepository(Unknown Source)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)
at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1195)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1159)
at hudson.scm.SCM.checkout(SCM.java:495)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1212)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:566)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:491)
at hudson.model.Run.execute(Run.java:1737)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:419)
Retrying after 10 seconds
 > 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 0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b (origin/master)
java.lang.NoClassDefFoundError: Could not initialize class 
jenkins.model.Jenkins$MasterComputer
at 
org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:71)
at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:896)
   

Build failed in Jenkins: beam_SeedJob #552

2017-10-26 Thread Apache Jenkins Server
See 

--
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam8 (beam) in workspace 

 > 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 0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b (origin/master)
java.lang.NoClassDefFoundError: Could not initialize class 
jenkins.model.Jenkins$MasterComputer
at 
org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:71)
at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:896)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:870)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:829)
at hudson.remoting.UserRequest.perform(UserRequest.java:181)
at hudson.remoting.UserRequest.perform(UserRequest.java:52)
at hudson.remoting.Request$2.run(Request.java:336)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
at ..remote call to beam8(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1554)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:281)
at hudson.remoting.Channel.call(Channel.java:839)
Caused: java.io.IOException: Remote call on beam8 failed
at hudson.remoting.Channel.call(Channel.java:847)
at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:257)
at com.sun.proxy.$Proxy108.withRepository(Unknown Source)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)
at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1195)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1159)
at hudson.scm.SCM.checkout(SCM.java:495)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1212)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:566)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:491)
at hudson.model.Run.execute(Run.java:1737)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:419)
Retrying after 10 seconds
 > 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 0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b (origin/master)
java.lang.NoClassDefFoundError: Could not initialize class 
jenkins.model.Jenkins$MasterComputer
at 
org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:71)
at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:896)
at 

Re: Beam Seed Job

2017-10-26 Thread Lukasz Cwik
I was unable to achieve my goal due to the GHPRB trigger not exposing the
ability to cancel irrelevant builds when PRs are updated
https://issues.apache.org/jira/browse/BEAM-3105

Note that I reset the Jenkins jobs to what is checked in apache/master
head, the noisy seed job failure e-mails should stop and failures are now
valid.

On Thu, Oct 26, 2017 at 1:19 PM, Lukasz Cwik  wrote:

> I'm trying to get builds to be cancelled if a PR is updated to prevent
> tying up Jenkins resources on Beam executors.
>
> Please ignore the seed job failure e-mails for today.
>
> Luke
>


Jenkins build is back to normal : beam_SeedJob #551

2017-10-26 Thread Apache Jenkins Server
See 



Build failed in Jenkins: beam_SeedJob #550

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 76e498c044848975d59cc544b9b461d2bc11a47c, 
no merge conflicts.
Setting status of 76e498c044848975d59cc544b9b461d2bc11a47c to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/550/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam4 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 82faae185d26529594aa8c1c8305f24e5048770f 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 76e498c044848975d59cc544b9b461d2bc11a47c into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82faae185d26529594aa8c1c8305f24e5048770f
 > git rev-list aa4104b9ddac3411c798a5d0326869cc2b5fb45a # timeout=10
First time build. Skipping changelog.
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_beam_Java_Build.groovy
ERROR: startup failed:
workspace:/.test-infra/jenkins/common_job_properties.groovy: 168: unable to 
resolve class 
org.jenkinsci.plugins.ghprb.extensions.comments.GhprbBuildResultMessage 
 @ line 168, column 13.
   new 
org.jenkinsci.plugins.ghprb.extensions.comments.GhprbBuildResultMessage('SUCCESS',
 successComment)
   ^

1 error




Build failed in Jenkins: beam_SeedJob #549

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit fea2aaa637edb631117ed2bc7bab505696aac182, 
no merge conflicts.
Setting status of fea2aaa637edb631117ed2bc7bab505696aac182 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/549/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam6 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision aa4104b9ddac3411c798a5d0326869cc2b5fb45a 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge fea2aaa637edb631117ed2bc7bab505696aac182 into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa4104b9ddac3411c798a5d0326869cc2b5fb45a
 > git rev-list aa4104b9ddac3411c798a5d0326869cc2b5fb45a # 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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 168) No signature of method: 
javaposse.jobdsl.plugin.structs.DescribableListContext.ghprbBuildResultMessage()
 is applicable for argument types: 
(common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25)
 values: 
[common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25@4de454b6]



Build failed in Jenkins: beam_SeedJob #547

2017-10-26 Thread Apache Jenkins Server
See 


Changes:

[lcwik] fixup

--
GitHub pull request #4042 of commit e5d89ed9bc7a334e94a0add818ac0830396d697c, 
no merge conflicts.
Setting status of e5d89ed9bc7a334e94a0add818ac0830396d697c to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/547/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam6 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision ef5573b0c60e2c008e5b3a0c6d09526bda0bcde8 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge e5d89ed9bc7a334e94a0add818ac0830396d697c into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ef5573b0c60e2c008e5b3a0c6d09526bda0bcde8
 > git rev-list a0f0b1cf4a603f5bbb704473a05302d62454f432 # 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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 167) No signature of method: 
javaposse.jobdsl.plugin.structs.DescribableListContext.ghbrpBuildStatus() is 
applicable for argument types: 
(common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25)
 values: 
[common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25@6cdaf162]



Build failed in Jenkins: beam_SeedJob #546

2017-10-26 Thread Apache Jenkins Server
See 


Changes:

[lcwik] fixup

--
GitHub pull request #4042 of commit 564c513819201a65101767f5cba823326e22e14a, 
no merge conflicts.
Setting status of 564c513819201a65101767f5cba823326e22e14a to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/546/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam6 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision a0f0b1cf4a603f5bbb704473a05302d62454f432 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 564c513819201a65101767f5cba823326e22e14a into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a0f0b1cf4a603f5bbb704473a05302d62454f432
 > git rev-list 15cfab937a55fc5b6561247464b6fc2075856f2a # 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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 169) No signature of method: 
javaposse.jobdsl.plugin.structs.DescribableListContext.ghprbBuildResultMessage()
 is applicable for argument types: 
(common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25)
 values: 
[common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25@685f991b]



Build failed in Jenkins: beam_SeedJob #545

2017-10-26 Thread Apache Jenkins Server
See 


Changes:

[lcwik] fixup

--
GitHub pull request #4042 of commit 72523b503d9c33ad8edc46546dd0ac8789c695a3, 
no merge conflicts.
Setting status of 72523b503d9c33ad8edc46546dd0ac8789c695a3 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/545/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam6 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 15cfab937a55fc5b6561247464b6fc2075856f2a 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 72523b503d9c33ad8edc46546dd0ac8789c695a3 into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 15cfab937a55fc5b6561247464b6fc2075856f2a
 > git rev-list 65569347eff98389fe5d84e5142bea749d843f9d # 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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 168) No signature of method: 
javaposse.jobdsl.plugin.structs.DescribableListContext.messages() is applicable 
for argument types: 
(common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25)
 values: 
[common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25@3aa01be1]



Build failed in Jenkins: beam_SeedJob #544

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit c63e9772e2bfe53bc5b40264e370a60b98efe9f9, 
no merge conflicts.
Setting status of c63e9772e2bfe53bc5b40264e370a60b98efe9f9 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/544/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam6 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 65569347eff98389fe5d84e5142bea749d843f9d 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge c63e9772e2bfe53bc5b40264e370a60b98efe9f9 into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 65569347eff98389fe5d84e5142bea749d843f9d
 > git rev-list ba04143308c316f9a79d4f8570a4c2216919c648 # timeout=10
First time build. Skipping changelog.
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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 167) No signature of method: 
javaposse.jobdsl.plugin.structs.DescribableListContext.ghbrpBuildStatus() is 
applicable for argument types: 
(common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25)
 values: 
[common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25@17cb3727]



Build failed in Jenkins: beam_SeedJob #543

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 98d914b3f71abec3f2c9859ecf7520c7fbe0ba49, 
no merge conflicts.
Setting status of 98d914b3f71abec3f2c9859ecf7520c7fbe0ba49 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/543/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam4 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision ba04143308c316f9a79d4f8570a4c2216919c648 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 98d914b3f71abec3f2c9859ecf7520c7fbe0ba49 into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ba04143308c316f9a79d4f8570a4c2216919c648
 > git rev-list ba04143308c316f9a79d4f8570a4c2216919c648 # 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_beam_Java_Build.groovy
ERROR: startup failed:
workspace:/.test-infra/jenkins/common_job_properties.groovy: 174: unexpected 
token: ghprbBuildResultMessage @ line 174, column 15.
 ghprbBuildResultMessage {
 ^

1 error




Build failed in Jenkins: beam_SeedJob #542

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 98d914b3f71abec3f2c9859ecf7520c7fbe0ba49, 
no merge conflicts.
Setting status of 98d914b3f71abec3f2c9859ecf7520c7fbe0ba49 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/542/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam8 (beam) in workspace 

Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init  # 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/*
 > git config remote.origin.url https://github.com/apache/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/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git fetch --tags --progress https://github.com/apache/beam.git 
 > +refs/heads/*:refs/remotes/origin/* 
 > +refs/pull/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision ba04143308c316f9a79d4f8570a4c2216919c648 
(refs/remotes/origin/pr/4042/merge)
java.lang.NoClassDefFoundError: Could not initialize class 
jenkins.model.Jenkins$MasterComputer
at 
org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:71)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:896)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:870)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:829)
at hudson.remoting.UserRequest.perform(UserRequest.java:181)
at hudson.remoting.UserRequest.perform(UserRequest.java:52)
at hudson.remoting.Request$2.run(Request.java:336)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
at ..remote call to beam8(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1554)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:281)
at hudson.remoting.Channel.call(Channel.java:839)
Caused: java.io.IOException: Remote call on beam8 failed
at hudson.remoting.Channel.call(Channel.java:847)
at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:257)
at com.sun.proxy.$Proxy108.withRepository(Unknown Source)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)
at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1195)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1159)
at hudson.scm.SCM.checkout(SCM.java:495)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1212)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:566)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:491)
at hudson.model.Run.execute(Run.java:1737)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:419)
Retrying after 10 seconds
 > 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 
 > 

Build failed in Jenkins: beam_SeedJob #541

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 22a77d2ffe65d0449fcd98d587c4b718ba5a0881, 
no merge conflicts.
Setting status of 22a77d2ffe65d0449fcd98d587c4b718ba5a0881 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/541/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 058b7300bb399169afa6393632670cba49414a69 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 22a77d2ffe65d0449fcd98d587c4b718ba5a0881 into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 058b7300bb399169afa6393632670cba49414a69
 > git rev-list 2380ed0a76b527f2a922c2b5364110d603df21c8 # timeout=10
First time build. Skipping changelog.
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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 167) No signature of method: 
javaposse.jobdsl.plugin.structs.DescribableListContext.ghbrpBuildStatus() is 
applicable for argument types: 
(common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25)
 values: 
[common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25@26f0e634]



Build failed in Jenkins: beam_SeedJob #540

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 715b8681530432ed0384d989cdef43e316f11849, 
no merge conflicts.
Setting status of 715b8681530432ed0384d989cdef43e316f11849 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/540/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam1 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 2380ed0a76b527f2a922c2b5364110d603df21c8 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 715b8681530432ed0384d989cdef43e316f11849 into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2380ed0a76b527f2a922c2b5364110d603df21c8
First time build. Skipping changelog.
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_beam_Java_Build.groovy
ERROR: startup failed:
workspace:/.test-infra/jenkins/common_job_properties.groovy: 173: unexpected 
token: ghprbBuildResultMessage @ line 173, column 15.
 ghprbBuildResultMessage {
 ^

1 error




Build failed in Jenkins: beam_SeedJob #539

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 10a59799b8e7d92ec6c9bdcdb3ac70aae459da16, 
no merge conflicts.
Setting status of 10a59799b8e7d92ec6c9bdcdb3ac70aae459da16 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/539/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam1 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 2380ed0a76b527f2a922c2b5364110d603df21c8 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 715b8681530432ed0384d989cdef43e316f11849 into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2380ed0a76b527f2a922c2b5364110d603df21c8
First time build. Skipping changelog.
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_beam_Java_Build.groovy
ERROR: startup failed:
workspace:/.test-infra/jenkins/common_job_properties.groovy: 173: unexpected 
token: ghprbBuildResultMessage @ line 173, column 15.
 ghprbBuildResultMessage {
 ^

1 error




Build failed in Jenkins: beam_SeedJob #537

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit f019cc41fbb54c7c159053d93d6a32cb138f8c2c, 
no merge conflicts.
Setting status of f019cc41fbb54c7c159053d93d6a32cb138f8c2c to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/537/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam1 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 198adacca25bd61b917d0957d0e7b60d855a4b87 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge f019cc41fbb54c7c159053d93d6a32cb138f8c2c into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 198adacca25bd61b917d0957d0e7b60d855a4b87
First time build. Skipping changelog.
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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
Processing DSL script job_beam_PerformanceTests_Spark.groovy
Processing DSL script job_beam_PostCommit_Java_JDKVersionsTest.groovy
Processing DSL script job_beam_PostCommit_Java_MavenInstall.groovy
Processing DSL script job_beam_PostCommit_Java_MavenInstall_Windows.groovy
Processing DSL script job_beam_PostCommit_Java_ValidatesRunner_Apex.groovy
Processing DSL script job_beam_PostCommit_Java_ValidatesRunner_Dataflow.groovy
Processing DSL script job_beam_PostCommit_Java_ValidatesRunner_Flink.groovy
Processing DSL script job_beam_PostCommit_Java_ValidatesRunner_Gearpump.groovy
Processing DSL script job_beam_PostCommit_Java_ValidatesRunner_Spark.groovy
Processing DSL script job_beam_PostCommit_Python_ValidatesRunner_Dataflow.groovy
Processing DSL script job_beam_PostCommit_Python_Verify.groovy
Processing DSL script job_beam_PreCommit_Go_MavenInstall.groovy
Processing DSL script job_beam_PreCommit_Java_MavenInstall.groovy
Processing DSL script job_beam_PreCommit_Pipeline.groovy
Processing DSL script job_beam_PreCommit_Python_MavenInstall.groovy
Processing DSL script job_beam_PreCommit_Website_Merge.groovy
Processing DSL script job_beam_PreCommit_Website_Stage.groovy
Processing DSL script job_beam_PreCommit_Website_Test.groovy
ERROR: (common_job_properties.groovy, line 132) the following options are 
required and must be specified: triggerPhrase



Build failed in Jenkins: beam_SeedJob #536

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 2549c2a0b7fd7d39ef94bb1689165717bbe28d5c, 
no merge conflicts.
Setting status of 2549c2a0b7fd7d39ef94bb1689165717bbe28d5c to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/536/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam4 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 44e87e15658d9c778cc1110fc05e826163e263fa 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 2549c2a0b7fd7d39ef94bb1689165717bbe28d5c into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 44e87e15658d9c778cc1110fc05e826163e263fa
First time build. Skipping changelog.
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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 151) No signature of method: 
java.lang.String.call() is applicable for argument types: (java.lang.String) 
values: [Jenkins: ]
Possible solutions: wait(), any(), wait(long), split(java.lang.String), 
each(groovy.lang.Closure), any(groovy.lang.Closure)



Build failed in Jenkins: beam_SeedJob #535

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 5e82bc31f90a947584f06984366bf1c9a905f16f, 
no merge conflicts.
Setting status of 5e82bc31f90a947584f06984366bf1c9a905f16f to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/535/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam1 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 0e79ca2f68cdcc24a7c24357d5d1f4e7e4d1f607 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 5e82bc31f90a947584f06984366bf1c9a905f16f into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0e79ca2f68cdcc24a7c24357d5d1f4e7e4d1f607
First time build. Skipping changelog.
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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 132) the following options are 
required and must be specified: cron, autoCloseFailedPullRequests, 
displayBuildErrorsOnDownstreamBuilds, commentFilePath, skipBuildPhrase, 
blackListCommitAuthor, msgSuccess, msgFailure, commitStatusContext, 
gitHubAuthId, buildDescTemplate, blackListLabels, whiteListLabels, 
includedRegions, excludedRegions



Build failed in Jenkins: beam_SeedJob #534

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit ea76d669d4ce5a80c38a182012670d5b62146f6e, 
no merge conflicts.
Setting status of ea76d669d4ce5a80c38a182012670d5b62146f6e to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/534/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam1 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision a1ef0439ccdf11ca5fc96bfab97d5b966201c319 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge ea76d669d4ce5a80c38a182012670d5b62146f6e into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a1ef0439ccdf11ca5fc96bfab97d5b966201c319
First time build. Skipping changelog.
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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 153) No signature of method: 
javaposse.jobdsl.plugin.structs.DescribableListContext.ghbrpBuildStatus() is 
applicable for argument types: 
(common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25)
 values: 
[common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure25@a8009a4]



Build failed in Jenkins: beam_SeedJob #533

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 8a3d806a089a6062430096c31990b73ee434ef23, 
no merge conflicts.
Setting status of 8a3d806a089a6062430096c31990b73ee434ef23 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/533/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam1 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision c7ae5b1616ebd18bf969c55c41dff39d7b35e3d5 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 8a3d806a089a6062430096c31990b73ee434ef23 into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c7ae5b1616ebd18bf969c55c41dff39d7b35e3d5
First time build. Skipping changelog.
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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 150) No signature of method: 
java.lang.String.call() is applicable for argument types: 
(common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24)
 values: 
[common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24@2243ed5]
Possible solutions: wait(), any(), wait(long), each(groovy.lang.Closure), 
any(groovy.lang.Closure), take(int)



Build failed in Jenkins: beam_SeedJob #532

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 1cc940c2fe5e06cabf3b4d4abfd14812caea, 
no merge conflicts.
Setting status of 1cc940c2fe5e06cabf3b4d4abfd14812caea to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/532/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam1 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision bb9d7a7dad26587c3cee77806ddc36dae423e3ba 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 1cc940c2fe5e06cabf3b4d4abfd14812caea into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bb9d7a7dad26587c3cee77806ddc36dae423e3ba
First time build. Skipping changelog.
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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 150) No signature of method: 
java.lang.String.call() is applicable for argument types: (java.lang.String) 
values: [Jenkins: Python SDK Performance Test]
Possible solutions: wait(), any(), wait(long), split(java.lang.String), 
each(groovy.lang.Closure), any(groovy.lang.Closure)



Build failed in Jenkins: beam_SeedJob #531

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 23582dd27f21776bdaf8be5e3a873ed0ea6d, 
no merge conflicts.
Setting status of 23582dd27f21776bdaf8be5e3a873ed0ea6d to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/531/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam1 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 995bfdf67379d990e0bb337e1988e1d412a15fa1 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 23582dd27f21776bdaf8be5e3a873ed0ea6d into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 995bfdf67379d990e0bb337e1988e1d412a15fa1
First time build. Skipping changelog.
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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 148) No signature of method: 
javaposse.jobdsl.plugin.structs.DescribableContext.onlyTriggerPhrase() is 
applicable for argument types: () values: []



Build failed in Jenkins: beam_SeedJob #530

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 3de308759405e1b04a9abcae6946327277ace4d3, 
no merge conflicts.
Setting status of 3de308759405e1b04a9abcae6946327277ace4d3 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/530/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam1 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 60e9557533f82ee17c3a054d5a27d09ccb3c83e3 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 3de308759405e1b04a9abcae6946327277ace4d3 into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60e9557533f82ee17c3a054d5a27d09ccb3c83e3
First time build. Skipping changelog.
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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 135) No signature of method: 
useGithubHooks() is applicable for argument types: (java.lang.Boolean) values: 
[true]
Possible solutions: adminlist(), whitelist(), orgslist(), cron(), 
triggerPhrase(), onlyTriggerPhrase(), useGitHubHooks(), permitAll(), 
autoCloseFailedPullRequests(), displayBuildErrorsOnDownstreamBuilds(), 
commentFilePath(), skipBuildPhrase(), blackListCommitAuthor(), 
whiteListTargetBranches(), blackListTargetBranches(), 
allowMembersOfWhitelistedOrgsAsAdmin(), msgSuccess(), msgFailure(), 
commitStatusContext(), gitHubAuthId(), buildDescTemplate(), blackListLabels(), 
whiteListLabels(), extensions(), includedRegions(), excludedRegions()



Build failed in Jenkins: beam_SeedJob #529

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 60cb14a1addbd7d5f57f2fb609fe6979cc584a95, 
no merge conflicts.
Setting status of 60cb14a1addbd7d5f57f2fb609fe6979cc584a95 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/529/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam1 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision f47cced7a0df3cfcdd2bb970f488f4409f7e1dd7 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 60cb14a1addbd7d5f57f2fb609fe6979cc584a95 into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f47cced7a0df3cfcdd2bb970f488f4409f7e1dd7
First time build. Skipping changelog.
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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 134) No signature of method: 
whilelist() is applicable for argument types: (java.lang.String) values: 
[asfbot]
Possible solutions: adminlist(), whitelist(), orgslist(), cron(), 
triggerPhrase(), onlyTriggerPhrase(), useGitHubHooks(), permitAll(), 
autoCloseFailedPullRequests(), displayBuildErrorsOnDownstreamBuilds(), 
commentFilePath(), skipBuildPhrase(), blackListCommitAuthor(), 
whiteListTargetBranches(), blackListTargetBranches(), 
allowMembersOfWhitelistedOrgsAsAdmin(), msgSuccess(), msgFailure(), 
commitStatusContext(), gitHubAuthId(), buildDescTemplate(), blackListLabels(), 
whiteListLabels(), extensions(), includedRegions(), excludedRegions()



Re: [Proposal] Apache Beam Swag Store

2017-10-26 Thread Kenneth Knowles
Logos by themselves are g2g, but I've heard that folks wish it had the name.

On Thu, Oct 26, 2017 at 11:36 AM, Eric Anderson 
wrote:

> My only comment as well: more Apache Beam and some with just the logo (not
> sure if that is allowed).
>
> On Thu, Oct 26, 2017 at 11:27 AM Kenneth Knowles 
> wrote:
>
> > I believe that Apache trademark guidelines require the full name "Apache
> > Beam". Also good in other ways, like easier to search for, maybe more
> > memorable, more appealing for fans of the ASF and open source in general.
> >
> >
> > On Thu, Oct 26, 2017 at 10:59 AM, Pablo Estrada
>  > >
> > wrote:
> >
> > > I like the designs, and I like the idea of the store. How hard is it to
> > set
> > > up and keep the store? : )
> > >
> > > On Thu, Oct 26, 2017 at 10:54 AM Griselda Cuevas
>  > >
> > > wrote:
> > >
> > > > Hi everyone - pinging the thread to see what do you folks think about
> > the
> > > > store idea and the initial designs for t-shirts, hoodies and
> stickers.
> > > >
> > > > On 25 October 2017 at 09:02, Griselda Cuevas 
> wrote:
> > > >
> > > > > Ok, I just discovered I can't attach a file :s
> > > > >
> > > > > Here is the link:
> > > > > https://drive.google.com/file/d/0B-QOa4cFPVznZWlsVFgxMXVwNnM
> > > > > /view?usp=sharing
> > > > >
> > > > >
> > > > >
> > > > > On 25 October 2017 at 08:57, Lukasz Cwik  >
> > > > wrote:
> > > > >
> > > > >> I don't see any attachments to the e-mail.
> > > > >>
> > > > >> On Wed, Oct 25, 2017 at 8:51 AM, Griselda Cuevas
> > > >  > > > >> >
> > > > >> wrote:
> > > > >>
> > > > >> > Hi Everyone,
> > > > >> >
> > > > >> > I'd like to propose the creation of an online swag store for
> > Apache
> > > > Beam
> > > > >> > where anyone could order swag from a wide selection and get it
> > > deliver
> > > > >> to
> > > > >> > their home or office. I got in touch with a provider who could
> > > include
> > > > >> this
> > > > >> > service as part of an order I'm placing to send swag for the
> > Meetups
> > > > >> we're
> > > > >> > organizing this year. What do you think?
> > > > >> >
> > > > >> > I'd also like to get your feedback on the swag I'm requesting
> (you
> > > can
> > > > >> see
> > > > >> > it in the pdf I attached), what do you think of the colors,
> > design,
> > > > >> etc.?
> > > > >> >
> > > > >> > Lastly, I'll be ordering swag for Meetup organized this year so
> if
> > > > >> you're
> > > > >> > hosting one or speaking at one get in touch with me to send
> some!
> > > > >> >
> > > > >> > Cheers,
> > > > >> > G
> > > > >> >
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> >
>


Build failed in Jenkins: beam_SeedJob #527

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit d1e6a29d74ffe128f03e75e184a64bab70cf953e, 
no merge conflicts.
Setting status of d1e6a29d74ffe128f03e75e184a64bab70cf953e to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/527/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam6 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 99a6bfbe32fb4942afa4055ced43c3d5b52af2c7 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge d1e6a29d74ffe128f03e75e184a64bab70cf953e into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 99a6bfbe32fb4942afa4055ced43c3d5b52af2c7
First time build. Skipping changelog.
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_beam_Java_Build.groovy
ERROR: startup failed:
workspace:/.test-infra/jenkins/common_job_properties.groovy: 166: unable to 
resolve class org.jenkinsci.plugins.ghprb.GhprbTrigger 
 @ line 166, column 16.
   return new org.jenkinsci.plugins.ghprb.GhprbTrigger(
  ^

1 error




Build failed in Jenkins: beam_SeedJob #526

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 5f3513441bb8164e17b9d7e67a4e3270ab23d345, 
no merge conflicts.
Setting status of 5f3513441bb8164e17b9d7e67a4e3270ab23d345 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/526/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam6 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 9a399b49399dd9f671d71f5310f45f63fc933aed 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 5f3513441bb8164e17b9d7e67a4e3270ab23d345 into 
0c2211375d1fc4abebda7aa7cf7960e7b09fdc1b"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9a399b49399dd9f671d71f5310f45f63fc933aed
First time build. Skipping changelog.
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_beam_Java_Build.groovy
ERROR: startup failed:
workspace:/.test-infra/jenkins/common_job_properties.groovy: 406: unexpected 
token: } @ line 406, column 1.
   }
   ^

1 error




Beam Seed Job

2017-10-26 Thread Lukasz Cwik
I'm trying to get builds to be cancelled if a PR is updated to prevent
tying up Jenkins resources on Beam executors.

Please ignore the seed job failure e-mails for today.

Luke


Build failed in Jenkins: beam_SeedJob #524

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit 060a7cb66ef81d9597dc3075d00e8b01583673a6, 
no merge conflicts.
Setting status of 060a7cb66ef81d9597dc3075d00e8b01583673a6 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/524/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam6 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 028442f7b3fae2573ba3bd899ff7b4f2a29a19d4 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge 060a7cb66ef81d9597dc3075d00e8b01583673a6 into 
e01c78da7d713a23910c4bfb27d4177f6247098a"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 028442f7b3fae2573ba3bd899ff7b4f2a29a19d4
First time build. Skipping changelog.
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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 166) No signature of method: 
javaposse.jobdsl.dsl.helpers.triggers.TriggerContext.ghprbCancelBuildsOnUpdate()
 is applicable for argument types: 
(common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure27)
 values: 
[common_job_properties$_setPullRequestBuildTrigger_closure6$_closure23$_closure24$_closure27@a095de7]



Build failed in Jenkins: beam_SeedJob #522

2017-10-26 Thread Apache Jenkins Server
See 

--
GitHub pull request #4042 of commit ac4eeb32e501256791fa0a22b86596ccdf71a0e9, 
no merge conflicts.
Setting status of ac4eeb32e501256791fa0a22b86596ccdf71a0e9 to PENDING with url 
https://builds.apache.org/job/beam_SeedJob/522/ and message: 'Build started 
sha1 is merged.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on beam6 (beam) in workspace 

 > 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/4042/*:refs/remotes/origin/pr/4042/*
 > git rev-parse refs/remotes/origin/pr/4042/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/4042/merge^{commit} # timeout=10
Checking out Revision 957945bf936daec87ffa54d28d7333410ab9febf 
(refs/remotes/origin/pr/4042/merge)
Commit message: "Merge ac4eeb32e501256791fa0a22b86596ccdf71a0e9 into 
cde3b7b2d64a93d34c31c0959e7a1b77a0f0d807"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 957945bf936daec87ffa54d28d7333410ab9febf
First time build. Skipping changelog.
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_beam_Java_Build.groovy
Processing DSL script job_beam_Java_CodeHealth.groovy
Processing DSL script job_beam_Java_IntegrationTest.groovy
Processing DSL script job_beam_Java_UnitTest.groovy
Processing DSL script job_beam_PerformanceTests_Dataflow.groovy
Processing DSL script job_beam_PerformanceTests_JDBC.groovy
Processing DSL script job_beam_PerformanceTests_Python.groovy
ERROR: (common_job_properties.groovy, line 168) No signature of method: static 
common_job_properties.ghprbTrigger() is applicable for argument types: 
(common_job_properties$_setPullRequestBuildTrigger_closure7) values: 
[common_job_properties$_setPullRequestBuildTrigger_closure7@728a9c1a]



Re: [Proposal] Apache Beam Swag Store

2017-10-26 Thread Eric Anderson
My only comment as well: more Apache Beam and some with just the logo (not
sure if that is allowed).

On Thu, Oct 26, 2017 at 11:27 AM Kenneth Knowles 
wrote:

> I believe that Apache trademark guidelines require the full name "Apache
> Beam". Also good in other ways, like easier to search for, maybe more
> memorable, more appealing for fans of the ASF and open source in general.
>
>
> On Thu, Oct 26, 2017 at 10:59 AM, Pablo Estrada  >
> wrote:
>
> > I like the designs, and I like the idea of the store. How hard is it to
> set
> > up and keep the store? : )
> >
> > On Thu, Oct 26, 2017 at 10:54 AM Griselda Cuevas  >
> > wrote:
> >
> > > Hi everyone - pinging the thread to see what do you folks think about
> the
> > > store idea and the initial designs for t-shirts, hoodies and stickers.
> > >
> > > On 25 October 2017 at 09:02, Griselda Cuevas  wrote:
> > >
> > > > Ok, I just discovered I can't attach a file :s
> > > >
> > > > Here is the link:
> > > > https://drive.google.com/file/d/0B-QOa4cFPVznZWlsVFgxMXVwNnM
> > > > /view?usp=sharing
> > > >
> > > >
> > > >
> > > > On 25 October 2017 at 08:57, Lukasz Cwik 
> > > wrote:
> > > >
> > > >> I don't see any attachments to the e-mail.
> > > >>
> > > >> On Wed, Oct 25, 2017 at 8:51 AM, Griselda Cuevas
> > >  > > >> >
> > > >> wrote:
> > > >>
> > > >> > Hi Everyone,
> > > >> >
> > > >> > I'd like to propose the creation of an online swag store for
> Apache
> > > Beam
> > > >> > where anyone could order swag from a wide selection and get it
> > deliver
> > > >> to
> > > >> > their home or office. I got in touch with a provider who could
> > include
> > > >> this
> > > >> > service as part of an order I'm placing to send swag for the
> Meetups
> > > >> we're
> > > >> > organizing this year. What do you think?
> > > >> >
> > > >> > I'd also like to get your feedback on the swag I'm requesting (you
> > can
> > > >> see
> > > >> > it in the pdf I attached), what do you think of the colors,
> design,
> > > >> etc.?
> > > >> >
> > > >> > Lastly, I'll be ordering swag for Meetup organized this year so if
> > > >> you're
> > > >> > hosting one or speaking at one get in touch with me to send some!
> > > >> >
> > > >> > Cheers,
> > > >> > G
> > > >> >
> > > >>
> > > >
> > > >
> > >
> >
>


Re: [Proposal] Apache Beam Swag Store

2017-10-26 Thread Kenneth Knowles
I believe that Apache trademark guidelines require the full name "Apache
Beam". Also good in other ways, like easier to search for, maybe more
memorable, more appealing for fans of the ASF and open source in general.


On Thu, Oct 26, 2017 at 10:59 AM, Pablo Estrada 
wrote:

> I like the designs, and I like the idea of the store. How hard is it to set
> up and keep the store? : )
>
> On Thu, Oct 26, 2017 at 10:54 AM Griselda Cuevas 
> wrote:
>
> > Hi everyone - pinging the thread to see what do you folks think about the
> > store idea and the initial designs for t-shirts, hoodies and stickers.
> >
> > On 25 October 2017 at 09:02, Griselda Cuevas  wrote:
> >
> > > Ok, I just discovered I can't attach a file :s
> > >
> > > Here is the link:
> > > https://drive.google.com/file/d/0B-QOa4cFPVznZWlsVFgxMXVwNnM
> > > /view?usp=sharing
> > >
> > >
> > >
> > > On 25 October 2017 at 08:57, Lukasz Cwik 
> > wrote:
> > >
> > >> I don't see any attachments to the e-mail.
> > >>
> > >> On Wed, Oct 25, 2017 at 8:51 AM, Griselda Cuevas
> >  > >> >
> > >> wrote:
> > >>
> > >> > Hi Everyone,
> > >> >
> > >> > I'd like to propose the creation of an online swag store for Apache
> > Beam
> > >> > where anyone could order swag from a wide selection and get it
> deliver
> > >> to
> > >> > their home or office. I got in touch with a provider who could
> include
> > >> this
> > >> > service as part of an order I'm placing to send swag for the Meetups
> > >> we're
> > >> > organizing this year. What do you think?
> > >> >
> > >> > I'd also like to get your feedback on the swag I'm requesting (you
> can
> > >> see
> > >> > it in the pdf I attached), what do you think of the colors, design,
> > >> etc.?
> > >> >
> > >> > Lastly, I'll be ordering swag for Meetup organized this year so if
> > >> you're
> > >> > hosting one or speaking at one get in touch with me to send some!
> > >> >
> > >> > Cheers,
> > >> > G
> > >> >
> > >>
> > >
> > >
> >
>


Re: [Proposal] Sharing Neville's post and upcoming meetups in the Twitter handle

2017-10-26 Thread Griselda Cuevas
Hi folks, could you help us to tweet the second part of Neville's blogpost?

Here's a suggested tweet:
2nd part of @sinisa_lyh's post is out! Read how @Spotify developed Scio, a
high level Scala API 4 the Beam Java SDK. https://goo.gl/kyjr4n

Thx!



On 20 October 2017 at 13:08, Griselda Cuevas  wrote:

> Hi everyone - What do you think about sharing Neville's blogpost[1] about
> the road to Scio on the Apache Beam Twitter account?, I think it'd be good
> to share some content since the last time we were active as 9/27.
>
> Also - could you help promote some of the upcoming Meetups? I made the
> following tweets:
>
> 11/1 - San Francisco Cloud Mafia
> Tweet:
> Come join the SF Cloud Mafia to learn about stream & batch processing with
> #ApacheBeam on Nov. 1st. https://www.meetup.com/Sa
> n-Francisco-Cloud-Mafia/events/244180581/
>
> 11/22 - StockholmApache Beam Meetup
> Tweet:
> Stockholm is ready for its first #ApacheBeam meetup on Nov. 22nd. Join if
> you're around! https://www.meetup.com/Apache-Beam-Stockholm/
>
> [1] https://labs.spotify.com/2017/10/16/big-data-processing-
> at-spotify-the-road-to-scio-part-1/
>
> Thanks!
> G
>


Re: [Proposal] Apache Beam Swag Store

2017-10-26 Thread Pablo Estrada
I like the designs, and I like the idea of the store. How hard is it to set
up and keep the store? : )

On Thu, Oct 26, 2017 at 10:54 AM Griselda Cuevas 
wrote:

> Hi everyone - pinging the thread to see what do you folks think about the
> store idea and the initial designs for t-shirts, hoodies and stickers.
>
> On 25 October 2017 at 09:02, Griselda Cuevas  wrote:
>
> > Ok, I just discovered I can't attach a file :s
> >
> > Here is the link:
> > https://drive.google.com/file/d/0B-QOa4cFPVznZWlsVFgxMXVwNnM
> > /view?usp=sharing
> >
> >
> >
> > On 25 October 2017 at 08:57, Lukasz Cwik 
> wrote:
> >
> >> I don't see any attachments to the e-mail.
> >>
> >> On Wed, Oct 25, 2017 at 8:51 AM, Griselda Cuevas
>  >> >
> >> wrote:
> >>
> >> > Hi Everyone,
> >> >
> >> > I'd like to propose the creation of an online swag store for Apache
> Beam
> >> > where anyone could order swag from a wide selection and get it deliver
> >> to
> >> > their home or office. I got in touch with a provider who could include
> >> this
> >> > service as part of an order I'm placing to send swag for the Meetups
> >> we're
> >> > organizing this year. What do you think?
> >> >
> >> > I'd also like to get your feedback on the swag I'm requesting (you can
> >> see
> >> > it in the pdf I attached), what do you think of the colors, design,
> >> etc.?
> >> >
> >> > Lastly, I'll be ordering swag for Meetup organized this year so if
> >> you're
> >> > hosting one or speaking at one get in touch with me to send some!
> >> >
> >> > Cheers,
> >> > G
> >> >
> >>
> >
> >
>


Re: [Proposal] Apache Beam Swag Store

2017-10-26 Thread Griselda Cuevas
Hi everyone - pinging the thread to see what do you folks think about the
store idea and the initial designs for t-shirts, hoodies and stickers.

On 25 October 2017 at 09:02, Griselda Cuevas  wrote:

> Ok, I just discovered I can't attach a file :s
>
> Here is the link:
> https://drive.google.com/file/d/0B-QOa4cFPVznZWlsVFgxMXVwNnM
> /view?usp=sharing
>
>
>
> On 25 October 2017 at 08:57, Lukasz Cwik  wrote:
>
>> I don't see any attachments to the e-mail.
>>
>> On Wed, Oct 25, 2017 at 8:51 AM, Griselda Cuevas > >
>> wrote:
>>
>> > Hi Everyone,
>> >
>> > I'd like to propose the creation of an online swag store for Apache Beam
>> > where anyone could order swag from a wide selection and get it deliver
>> to
>> > their home or office. I got in touch with a provider who could include
>> this
>> > service as part of an order I'm placing to send swag for the Meetups
>> we're
>> > organizing this year. What do you think?
>> >
>> > I'd also like to get your feedback on the swag I'm requesting (you can
>> see
>> > it in the pdf I attached), what do you think of the colors, design,
>> etc.?
>> >
>> > Lastly, I'll be ordering swag for Meetup organized this year so if
>> you're
>> > hosting one or speaking at one get in touch with me to send some!
>> >
>> > Cheers,
>> > G
>> >
>>
>
>


Re: Java pre/post commit test suite breakage

2017-10-26 Thread Kenneth Knowles
On Wed, Oct 25, 2017 at 6:51 PM, Robert Bradshaw <
rober...@google.com.invalid> wrote:
>
> These are just some ideas; I honestly don't know. I think my upper limit
> for default precommit feedback is probably 30 minutes, and even there I am
> not very happy.
>
>
> We should be able to get a good signal in less than 30 minutes. Lint, smoke
> tests, etc. I think there is a more extensive set of tests that should pass
> before merging.
>

Yea, definitely. Digging into this in particular because I think it is
quite promising as a way to reduce build congestion.

It looks like `mvn clean test -Dfindbugs.skip` would finish in 10 minutes
if we fixed it. Currently it looks like some modules don't work under this
invocation, probably requiring some state to be established by prior bits
run by `verify`. If we iterated on that until review was done, then 30-90
minutes to prevent breakage would be fine, especially since a failure in
that longer slower build is probably a signal to add a quicker repro unit
test.

Kenn


>
> Also it might not hurt to audit our tests and see if there are a small
> number that take a disproportionate amount of time.
>
> Any other suggestions?
>
> Kenn
>
> On Mon, Oct 23, 2017 at 3:29 PM, Kenneth Knowles  wrote:
>
> > I want to wait and get some green from Jenkins running against the HEAD
> > groovy scripts to confirm. I haven't sat at my desk long enough to see a
> > full `mvn -P release clean verify` yet.
> >
> > On Mon, Oct 23, 2017 at 3:27 PM, Kenneth Knowles  wrote:
> >
> >> I was easily able to reproduce all the sorts of failures (and some
> more!)
> >>
> >> Here are some things that now work that didn't work, or didn't work
> >> correctly, before
> >>
> >>  - mvn apache-rat:check
> >>  - mvn -P release apache-rat:check
> >>  - mvn -P release -f somewhere/else/pom.xml apache-rat:check
> >>
> >> It turns out we had these issues:
> >>
> >>  - items in .gitignore that our RAT config did not ignore
> >>  - sub-modules actually *did* inherit the RAT config, depending on the
> >> command you run
> >>  - paths in the RAT exclude were relative to current dir
> >>  - paths in our RAT exclude that aren't even part of our codebase or
> >> generated targets, but just things that Jenkins dropped in the
> workspace,
> >> and we were cloning directly into the workspace
> >>
> >> I think with the new Jenkins config and the new pom.xml things should
> >> work well.
> >>
> >> Incidentally, Valentyn, changes to Jenkins job DSL groovy scripts do not
> >> take effect from being merged but only when the seed job next runs.
> (TODO:
> >> fix this). I am still trying to get the relevant Jenkins UI pages to
> load
> >> to get your change incorporated into the live scripts, which were
> regressed
> >> by being run from an old PR (TODO: fix the fact that this can happen).
> >>
> >> Kenn
> >>
> >> On Mon, Oct 23, 2017 at 2:21 PM, Valentyn Tymofieiev <
> >> valen...@google.com.invalid> wrote:
> >>
> >>> Thanks a lot!
> >>>
> >>> Kenn, Were you able to reproduce RAT failures and test the fix locally?
> I
> >>> think "mvn clean verify -Prelease" still passes for me.
> >>>
> >>> Timeout for the test suite has been increased in
> >>> https://github.com/apache/
> >>> beam/pull/4028 .
> >>>
> >>> On Mon, Oct 23, 2017 at 2:10 PM, Kenneth Knowles
>  >>> >
> >>> wrote:
> >>>
> >>> > Wrong link - https://github.com/apache/beam/pull/4027
> >>> >
> >>> > On Mon, Oct 23, 2017 at 2:10 PM, Kenneth Knowles 
> >>> wrote:
> >>> >
> >>> > > Yea, root cause is the config bug I described. Proposed fix at
> >>> > > https://github.com/apache/beam/pull/4019/files. I'm working with
> >>> infra
> >>> > to
> >>> > > sort out other build issues that are probably not related.
> >>> > >
> >>> > > On Mon, Oct 23, 2017 at 1:53 PM, Lukasz Cwik
> >>> 
> >>> > > wrote:
> >>> > >
> >>> > >> The build breakage I outlined is being tracked in
> >>> > >> https://issues.apache.org/jira/browse/BEAM-3092
> >>> > >>
> >>> > >> On Mon, Oct 23, 2017 at 11:54 AM, Lukasz Cwik 
> >>> wrote:
> >>> > >>
> >>> > >> > Another breaking change was caused by
> https://github.com/apache/
> >>> > >> > beam/commit/241d3cedd5a8fd3f360b8ec2f3a8ef5001cbca98 because it
> >>> > changed
> >>> > >> > the build layout on the Jenkins server and our RAT rules
> expected
> >>> to
> >>> > >> apply
> >>> > >> > from a root directory. I pinged Kenneth Knowles about it and he
> >>> said
> >>> > he
> >>> > >> was
> >>> > >> > taking a look.
> >>> > >> >
> >>> > >> > On Mon, Oct 23, 2017 at 11:53 AM, Raghu Angadi
> >>> > >>  >>> > >> > > wrote:
> >>> > >> >
> >>> > >> >> Regd (1) :
> >>> > >> >>
> >>> > >> >> [4] did have have a file without Apache Licence. It was fixed
> the
> >>> > next
> >>> > >> >> day (
> >>> > >> >> commit
> >>> > >> >>