Re: slack @the-asf?

2018-04-20 Thread Romain Manni-Bucau
Think it is once a month IIRC.

Le 20 avr. 2018 19:07, "Valentyn Tymofieiev"  a écrit :

> Do we need to ask ASF admin to periodically regenerate the invite link?
>
> On Sun, Mar 18, 2018 at 11:58 AM, Jean-Baptiste Onofré 
> wrote:
>
>> Just back from flights. Thanks.
>>
>> Sorry for the delay, I was busy.
>>
>> Regards
>> JB
>> Le 18 mars 2018, à 19:57, Innocent Djiofack  a
>> écrit:
>>>
>>> Thanks Romain!
>>>
>>> 2018-03-18 14:17 GMT-04:00 Romain Manni-Bucau :
>>>
 Hi guys,

 finally managed to send the invite to everybody, time to move guys :)


 Romain Manni-Bucau
 @rmannibucau  |   Blog
  | Old Blog
  |  Github
  | LinkedIn
  | Book
 

 2018-03-14 22:23 GMT+01:00 Jason Kuster :

> Yeah, they aren't using SSO, so you need to sign up using your ASF ID
> but create an ASF-slack-specific account.
>
>
> On Wed, Mar 14, 2018 at 11:12 AM Lukasz Cwik < lc...@google.com>
> wrote:
>
>> An ASF admin graciously created the self enrollment link. I updated
>> the existing channel header.
>>
>> Please share  https://s.apache.org/slack-invite with people who want
>> to migrate.
>>
>>
>> On Wed, Mar 14, 2018 at 10:28 AM Jean-Baptiste Onofré <
>> j...@nanthrax.net> wrote:
>>
>>> I will. Just need sometime as we are at the Apache Beam Summit 
>>> Le 14 mars 2018, à 10:21, Lukasz Cwik < lc...@google.com> a écrit:

 An ASF admin has to create a self enrollment link
 https://the-asf.slack.com/admin/shared_invites and share it with
 somebody in the Apache Beam community.


 On Wed, Mar 14, 2018 at 10:02 AM Anton Kedin < ke...@google.com>
 wrote:

> What's the plan for users without `@ apache.org` email?
> The page says to contact a workspace administrator for an
> invitation. Will all existing users be automatically invited to the 
> new
> workspace?
>
>
> On Wed, Mar 14, 2018 at 9:58 AM Thomas Weise < t...@apache.org>
> wrote:
>
>> After you enter the ASF ID on https://the-asf.slack.com/signup
>> an email will go to your ASF address. Just completed that 
>> successfully.
>>
>>
>> --
>> sent from mobile
>>
>> On Wed, Mar 14, 2018, 9:37 AM Romain Manni-Bucau <
>> rmannibu...@gmail.com> wrote:
>>
>>>
>>>
>>> 2018-03-14 17:28 GMT+01:00 Lukasz Cwik :
>>>
 Telling people to migrate without updating the website is not
 friendly to the community or providing the self enrollment link is 
 not
 friendly to those that helped invite all those existing users.
 We should provide users on the old list a self enrollment link
 to the new list so that we don't have to handle the 100s of invites
 manually.

 Also, I tried joining the-asf slack using my @ apache.org
 address and was unable to join. How does one self enroll in this 
 new
 channel?

>>>
>>> Normally you have a big button, you enter your apache.org mail
>>> and can log in directly. What did you see?
>>>
>>>

 On Wed, Mar 14, 2018 at 9:19 AM, Romain Manni-Bucau <
 rmannibu...@gmail.com> wrote:

> Can help but I have no idea how to do it yet, don't hesitate
> to ping me if you don't have much cycles.
>
>
> Romain Manni-Bucau
> @rmannibucau  |   Blog
>  | Old Blog
>  |  Github
>  | LinkedIn
>  | Book
> 
>
> 2018-03-14 17:16 GMT+01:00 Jean-Baptiste Onofré <
> j...@nanthrax.net>:
>
>> Do you want me to prepare the site PR with you ?
>>
>> Regards
>> JB
>> Le 14 mars 2018, à 09:12, Romain Manni-Bucau <
>> rmannibu...@gmail.com> a écrit:
>>>
>>> updated the slack message (feel free to rephrase/reformat
>>> it, the length is quite limited so 

Re: Go SDK build failures with maven

2018-04-20 Thread Henning Rohde
Great!

On Fri, Apr 20, 2018 at 6:28 AM Colm O hEigeartaigh 
wrote:

> Thanks for the quick turnaround! Both builds now working correctly for me.
>
> Colm.
>
> On Fri, Apr 20, 2018 at 12:50 AM, Henning Rohde 
> wrote:
>
>> Hi Colm,
>>
>>   The extra pubsub dependency broke the Maven build. The warning you see
>> in gradle seems to be a (non-breaking) linter check that the format string,
>> which is interesting given that the function called is an internal one --
>> but the check happens to be correct.
>>
>>  Sent you https://github.com/apache/beam/pull/5190 for both issues.
>> Sorry about the noise.
>>
>> Thanks,
>>  Henning
>>
>> On Thu, Apr 19, 2018 at 10:01 AM Henning Rohde 
>> wrote:
>>
>>> The Go build works best with Gradle and that's what you should use
>>> (other than possibly manually running go build etc). It looks like the
>>> build might be broken due to the Go streaming PR independently of the build
>>> tooling. Let me take a look.
>>>
>>> On Thu, Apr 19, 2018 at 7:09 AM Colm O hEigeartaigh 
>>> wrote:
>>>
 Hi all,

 Is the Apache Maven build still maintained? I'm seeing some recent
 failures in the Go SDK:

 [INFO] --- mvn-golang-wrapper:2.1.7:test (go-test) @ beam-sdks-go ---
 [INFO] Prepared command line : bin/go test ./...
 [ERROR]
 [ERROR] -Exec.Err-
 [ERROR] /home/colm/.mvnGoLang/.go_path/src/
 cloud.google.com/go/pubsub/subscription.go:30:2: cannot find package "
 golang.org/x/sync/errgroup" in any of:
 [ERROR] /home/colm/.mvnGoLang/go1.9.linux-amd64/src/
 golang.org/x/sync/errgroup (from $GOROOT)
 [ERROR] /home/colm/.mvnGoLang/.go_path/src/
 golang.org/x/sync/errgroup (from $GOPATH)
 [ERROR] /home/colm/src/apache/beam/sdks/go/target/src/
 golang.org/x/sync/errgroup
 [ERROR] /home/colm/.mvnGoLang/.go_path/src/
 cloud.google.com/go/pubsub/flow_controller.go:19:2: cannot find
 package "golang.org/x/sync/semaphore" in any of:
 [ERROR] /home/colm/.mvnGoLang/go1.9.linux-amd64/src/
 golang.org/x/sync/semaphore (from $GOROOT)
 [ERROR] /home/colm/.mvnGoLang/.go_path/src/
 golang.org/x/sync/semaphore (from $GOPATH)
 [ERROR] /home/colm/src/apache/beam/sdks/go/target/src/
 golang.org/x/sync/semaphore
 [ERROR]

 Incidentally, when run via gradle I see:

 /home/colm/src/apache/beam/sdks/go/pkg/beam/util/pubsubx/pubsub.go:75:
 wrong number of args for format in Errorf call: 1 needed but 2 args
 /home/colm/src/apache/beam/sdks/go/pkg/beam/util/pubsubx/pubsub.go:78:
 wrong number of args for format in Errorf call: 1 needed but 2 args
 /home/colm/src/apache/beam/sdks/go/target/src/
 github.com/apache/beam/sdks/go/pkg/beam/util/pubsubx/pubsub.go:75:
 wrong number of args for format in Errorf call: 1 needed but 2 args
 /home/colm/src/apache/beam/sdks/go/target/src/
 github.com/apache/beam/sdks/go/pkg/beam/util/pubsubx/pubsub.go:78:
 wrong number of args for format in Errorf call: 1 needed but 2 args


 Colm.


 --
 Colm O hEigeartaigh

 Talend Community Coder
 http://coders.talend.com

>>>
>
>
> --
> Colm O hEigeartaigh
>
> Talend Community Coder
> http://coders.talend.com
>


Re: slack @the-asf?

2018-04-20 Thread Valentyn Tymofieiev
Do we need to ask ASF admin to periodically regenerate the invite link?

On Sun, Mar 18, 2018 at 11:58 AM, Jean-Baptiste Onofré 
wrote:

> Just back from flights. Thanks.
>
> Sorry for the delay, I was busy.
>
> Regards
> JB
> Le 18 mars 2018, à 19:57, Innocent Djiofack  a
> écrit:
>>
>> Thanks Romain!
>>
>> 2018-03-18 14:17 GMT-04:00 Romain Manni-Bucau :
>>
>>> Hi guys,
>>>
>>> finally managed to send the invite to everybody, time to move guys :)
>>>
>>>
>>> Romain Manni-Bucau
>>> @rmannibucau  |   Blog
>>>  | Old Blog
>>>  |  Github
>>>  | LinkedIn
>>>  | Book
>>> 
>>>
>>> 2018-03-14 22:23 GMT+01:00 Jason Kuster :
>>>
 Yeah, they aren't using SSO, so you need to sign up using your ASF ID
 but create an ASF-slack-specific account.


 On Wed, Mar 14, 2018 at 11:12 AM Lukasz Cwik < lc...@google.com>
 wrote:

> An ASF admin graciously created the self enrollment link. I updated
> the existing channel header.
>
> Please share  https://s.apache.org/slack-invite with people who want
> to migrate.
>
>
> On Wed, Mar 14, 2018 at 10:28 AM Jean-Baptiste Onofré <
> j...@nanthrax.net> wrote:
>
>> I will. Just need sometime as we are at the Apache Beam Summit 
>> Le 14 mars 2018, à 10:21, Lukasz Cwik < lc...@google.com> a écrit:
>>>
>>> An ASF admin has to create a self enrollment link
>>> https://the-asf.slack.com/admin/shared_invites and share it with
>>> somebody in the Apache Beam community.
>>>
>>>
>>> On Wed, Mar 14, 2018 at 10:02 AM Anton Kedin < ke...@google.com>
>>> wrote:
>>>
 What's the plan for users without `@ apache.org` email?
 The page says to contact a workspace administrator for an
 invitation. Will all existing users be automatically invited to the new
 workspace?


 On Wed, Mar 14, 2018 at 9:58 AM Thomas Weise < t...@apache.org>
 wrote:

> After you enter the ASF ID on https://the-asf.slack.com/signup an
> email will go to your ASF address. Just completed that successfully.
>
>
> --
> sent from mobile
>
> On Wed, Mar 14, 2018, 9:37 AM Romain Manni-Bucau <
> rmannibu...@gmail.com> wrote:
>
>>
>>
>> 2018-03-14 17:28 GMT+01:00 Lukasz Cwik :
>>
>>> Telling people to migrate without updating the website is not
>>> friendly to the community or providing the self enrollment link is 
>>> not
>>> friendly to those that helped invite all those existing users.
>>> We should provide users on the old list a self enrollment link
>>> to the new list so that we don't have to handle the 100s of invites
>>> manually.
>>>
>>> Also, I tried joining the-asf slack using my @ apache.org
>>> address and was unable to join. How does one self enroll in this new
>>> channel?
>>>
>>
>> Normally you have a big button, you enter your apache.org mail
>> and can log in directly. What did you see?
>>
>>
>>>
>>> On Wed, Mar 14, 2018 at 9:19 AM, Romain Manni-Bucau <
>>> rmannibu...@gmail.com> wrote:
>>>
 Can help but I have no idea how to do it yet, don't hesitate to
 ping me if you don't have much cycles.


 Romain Manni-Bucau
 @rmannibucau  |   Blog
  | Old Blog
  |  Github
  | LinkedIn
  | Book
 

 2018-03-14 17:16 GMT+01:00 Jean-Baptiste Onofré <
 j...@nanthrax.net>:

> Do you want me to prepare the site PR with you ?
>
> Regards
> JB
> Le 14 mars 2018, à 09:12, Romain Manni-Bucau <
> rmannibu...@gmail.com> a écrit:
>>
>> updated the slack message (feel free to rephrase/reformat it,
>> the length is quite limited so it is ok) and will send the 
>> message just
>> after this one on #general
>> will need help for the website update on the 26th ;)
>>
>>
>> Romain Manni-Bucau
>> @rmannibucau 

Re: Go SDK build failures with maven

2018-04-20 Thread Colm O hEigeartaigh
Thanks for the quick turnaround! Both builds now working correctly for me.

Colm.

On Fri, Apr 20, 2018 at 12:50 AM, Henning Rohde  wrote:

> Hi Colm,
>
>   The extra pubsub dependency broke the Maven build. The warning you see
> in gradle seems to be a (non-breaking) linter check that the format string,
> which is interesting given that the function called is an internal one --
> but the check happens to be correct.
>
>  Sent you https://github.com/apache/beam/pull/5190 for both issues. Sorry
> about the noise.
>
> Thanks,
>  Henning
>
> On Thu, Apr 19, 2018 at 10:01 AM Henning Rohde  wrote:
>
>> The Go build works best with Gradle and that's what you should use (other
>> than possibly manually running go build etc). It looks like the build might
>> be broken due to the Go streaming PR independently of the build tooling.
>> Let me take a look.
>>
>> On Thu, Apr 19, 2018 at 7:09 AM Colm O hEigeartaigh 
>> wrote:
>>
>>> Hi all,
>>>
>>> Is the Apache Maven build still maintained? I'm seeing some recent
>>> failures in the Go SDK:
>>>
>>> [INFO] --- mvn-golang-wrapper:2.1.7:test (go-test) @ beam-sdks-go ---
>>> [INFO] Prepared command line : bin/go test ./...
>>> [ERROR]
>>> [ERROR] -Exec.Err-
>>> [ERROR] /home/colm/.mvnGoLang/.go_path/src/cloud.google.com/go/
>>> pubsub/subscription.go:30:2: cannot find package "
>>> golang.org/x/sync/errgroup" in any of:
>>> [ERROR] /home/colm/.mvnGoLang/go1.9.linux-amd64/src/golang.org/x/
>>> sync/errgroup (from $GOROOT)
>>> [ERROR] /home/colm/.mvnGoLang/.go_path/src/golang.org/x/sync/
>>> errgroup (from $GOPATH)
>>> [ERROR] /home/colm/src/apache/beam/sdks/go/target/src/golang.org/
>>> x/sync/errgroup
>>> [ERROR] /home/colm/.mvnGoLang/.go_path/src/cloud.google.com/go/
>>> pubsub/flow_controller.go:19:2: cannot find package "
>>> golang.org/x/sync/semaphore" in any of:
>>> [ERROR] /home/colm/.mvnGoLang/go1.9.linux-amd64/src/golang.org/x/
>>> sync/semaphore (from $GOROOT)
>>> [ERROR] /home/colm/.mvnGoLang/.go_path/src/golang.org/x/sync/
>>> semaphore (from $GOPATH)
>>> [ERROR] /home/colm/src/apache/beam/sdks/go/target/src/golang.org/
>>> x/sync/semaphore
>>> [ERROR]
>>>
>>> Incidentally, when run via gradle I see:
>>>
>>> /home/colm/src/apache/beam/sdks/go/pkg/beam/util/pubsubx/pubsub.go:75:
>>> wrong number of args for format in Errorf call: 1 needed but 2 args
>>> /home/colm/src/apache/beam/sdks/go/pkg/beam/util/pubsubx/pubsub.go:78:
>>> wrong number of args for format in Errorf call: 1 needed but 2 args
>>> /home/colm/src/apache/beam/sdks/go/target/src/github.com/
>>> apache/beam/sdks/go/pkg/beam/util/pubsubx/pubsub.go:75: wrong number of
>>> args for format in Errorf call: 1 needed but 2 args
>>> /home/colm/src/apache/beam/sdks/go/target/src/github.com/
>>> apache/beam/sdks/go/pkg/beam/util/pubsubx/pubsub.go:78: wrong number of
>>> args for format in Errorf call: 1 needed but 2 args
>>>
>>>
>>> Colm.
>>>
>>>
>>> --
>>> Colm O hEigeartaigh
>>>
>>> Talend Community Coder
>>> http://coders.talend.com
>>>
>>


-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com


Jenkins build is back to normal : beam_SeedJob #1544

2018-04-20 Thread Apache Jenkins Server
See