You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by Marica Tan <ma...@gmail.com> on 2011/09/01 14:21:19 UTC

Re: Continuum 1.3.8

I was able to tag 1.3.8 but I'm stuck while executing mvn release:perform.

[INFO] : Keyboard interactive required, supplied password is ignored

It never asked me for a password. Don't know if it's related to my using OSX
Lion.


--
Marica

On Wed, Aug 31, 2011 at 1:16 PM, Marica Tan <ma...@gmail.com> wrote:

> Deng was able to build 1.3.8 successfully using Maven2.
>
> Will try and release it later.
>
> Thanks
> ---
> Marica
>
>
> On Tue, Aug 30, 2011 at 6:33 PM, Marica Tan <ma...@gmail.com> wrote:
>
>> I tried building r1068385, which is right after the release of 1.3.7 but
>> I'm still getting the same NPE.
>>
>>
>> On Thu, Aug 25, 2011 at 1:20 PM, Brett Porter <br...@apache.org> wrote:
>>
>>> These aren't the same failures I was getting before related to
>>> installations it's some null pointer exceptions trying to instantiate
>>> builders.
>>>
>>> Does it build at a point in the past? Maybe check the history in vmbuild
>>> and see what changed?
>>>
>>> On 20/08/2011, at 11:01 AM, Marica Tan wrote:
>>>
>>> > All,
>>> >
>>> > I think we could do a release for 1.3.8 as there are no remaining
>>> issues in
>>> > that bucket anymore.
>>> >
>>> > However, I couldn't build 1.3.x branch successfully, I'm getting a test
>>> > failure in continuum-core.
>>> >
>>> > Haven't checked yet what's the cause. If anyone has a free time to fix
>>> it
>>> > that will be much better.
>>> >
>>> >
>>> > Thanks
>>> > --
>>> > Marica
>>>
>>> --
>>> Brett Porter
>>> brett@apache.org
>>> http://brettporter.wordpress.com/
>>> http://au.linkedin.com/in/brettporter
>>>
>>>
>>>
>>>
>>>
>>
>

Re: Continuum 1.3.8

Posted by Marica Tan <ma...@gmail.com>.
Resolved by adding -DmavenExecutorId=forked-path during release:perform

On Fri, Sep 2, 2011 at 10:10 PM, Marica Tan <ma...@gmail.com> wrote:

> I have these in my settings.xml:
>
> <server>
>   <id>apache.releases</id>
>   <username>ctan</username>
>   <privateKey>/Users/marica/.ssh/id_rsa</privateKey>
>   <directoryPermissions>775</directoryPermissions>
>   <filePermissions>644</filePermissions>
> </server>
>
> I also made sure that the public key is in the authorized_keys of
> people.apache.org
>
> Here's the console output:
>
> [INFO] [INFO] Building Continuum :: Project
> [INFO] [INFO]    task-segment: [deploy]
> [INFO] [INFO]
> ------------------------------------------------------------------------
> [INFO] [INFO] [enforcer:enforce {execution: default}]
> [INFO] [INFO] Setting property: classpath.resource.loader.class =>
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] [INFO] [remote-resources:process {execution: default}]
> [INFO] [INFO] [buildnumber:create {execution: default}]
> [INFO] [INFO] Checking for local modifications: skipped.
> [INFO] [INFO] Updating project files from SCM: skipped.
> [INFO] [INFO] Storing buildNumber: 1164500 at timestamp: 1314966435824
> [INFO] [INFO] [site:attach-descriptor {execution:
> default-attach-descriptor}]
> [INFO] [INFO] Preparing source:jar
> [INFO] [WARNING] Removing: jar from forked lifecycle, to prevent recursive
> invocation.
> [INFO] [INFO] [enforcer:enforce {execution: default}]
> [INFO] [INFO] [source:jar {execution: attach-sources}]
> [INFO] [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] [INFO] Not executing Javadoc as the project is not a Java
> classpath-capable package
> [INFO] [INFO] [assembly:single {execution: make-assembly}]
> [INFO] [INFO] Building zip:
> /Users/marica/Documents/projects/continuum-1.3.x/target/checkout/target/apache-continuum-1.3.8-src.zip
> [INFO] [INFO] [gpg:sign {execution: default}]
> [INFO] [INFO] [install:install {execution: default-install}]
> [INFO] [INFO] Installing
> /Users/marica/Documents/projects/continuum-1.3.x/target/checkout/pom.xml to
> /Users/marica/.m2/repository/org/apache/continuum/continuum/1.3.8/continuum-1.3.8.pom
> [INFO] [INFO] Installing
> /Users/marica/Documents/projects/continuum-1.3.x/target/checkout/target/apache-continuum-1.3.8-src.zip
> to
> /Users/marica/.m2/repository/org/apache/continuum/continuum/1.3.8/continuum-1.3.8.zip
> [INFO] [INFO] Installing
> /Users/marica/Documents/projects/continuum-1.3.x/target/checkout/target/continuum-1.3.8.pom.asc
> to
> /Users/marica/.m2/repository/org/apache/continuum/continuum/1.3.8/continuum-1.3.8.pom.asc
> [INFO] [INFO] Installing
> /Users/marica/Documents/projects/continuum-1.3.x/target/checkout/target/apache-continuum-1.3.8-src.zip.asc
> to
> /Users/marica/.m2/repository/org/apache/continuum/continuum/1.3.8/continuum-1.3.8.zip.asc
> [INFO] [INFO] [deploy:deploy {execution: default-deploy}]
> [INFO] altDeploymentRepository =
> apache.releases::default::scp://people.apache.org:
> /home/ctan/public_html/staging-repo
> [INFO] [INFO] Using alternate deployment repository
> apache.releases::default::scp://people.apache.org:
> /home/ctan/public_html/staging-repo
> [INFO]
>
> It stopped here.
>
>
> ssh-agent is running:
>
> $> ps -Af|ssh-agent
> SSH_AUTH_SOCK=/tmp/ssh-OUubYYy7s3/agent.42567; export SSH_AUTH_SOCK;
> SSH_AGENT_PID=42568; export SSH_AGENT_PID;
> echo Agent pid 42568;
>
> $> ssh-add
> Enter passphrase for /Users/marica/.ssh/id_rsa:
> Identity added: /Users/marica/.ssh/id_rsa (/Users/marica/.ssh/id_rsa)
> Identity added: /Users/marica/.ssh/id_dsa (/Users/marica/.ssh/id_dsa)
>
>
> Thanks
> --
> Marica
>
>
> On Thu, Sep 1, 2011 at 9:05 PM, Brett Porter <br...@apache.org> wrote:
>
>> You probably need to take a look at whether your ssh key and ssh-agent are
>> set up right for that host.
>>
>> On 01/09/2011, at 10:21 PM, Marica Tan wrote:
>>
>> > I was able to tag 1.3.8 but I'm stuck while executing mvn
>> release:perform.
>> >
>> > [INFO] : Keyboard interactive required, supplied password is ignored
>> >
>> > It never asked me for a password. Don't know if it's related to my using
>> OSX
>> > Lion.
>> >
>> >
>> > --
>> > Marica
>> >
>> > On Wed, Aug 31, 2011 at 1:16 PM, Marica Tan <ma...@gmail.com>
>> wrote:
>> >
>> >> Deng was able to build 1.3.8 successfully using Maven2.
>> >>
>> >> Will try and release it later.
>> >>
>> >> Thanks
>> >> ---
>> >> Marica
>> >>
>> >>
>> >> On Tue, Aug 30, 2011 at 6:33 PM, Marica Tan <ma...@gmail.com>
>> wrote:
>> >>
>> >>> I tried building r1068385, which is right after the release of 1.3.7
>> but
>> >>> I'm still getting the same NPE.
>> >>>
>> >>>
>> >>> On Thu, Aug 25, 2011 at 1:20 PM, Brett Porter <br...@apache.org>
>> wrote:
>> >>>
>> >>>> These aren't the same failures I was getting before related to
>> >>>> installations it's some null pointer exceptions trying to instantiate
>> >>>> builders.
>> >>>>
>> >>>> Does it build at a point in the past? Maybe check the history in
>> vmbuild
>> >>>> and see what changed?
>> >>>>
>> >>>> On 20/08/2011, at 11:01 AM, Marica Tan wrote:
>> >>>>
>> >>>>> All,
>> >>>>>
>> >>>>> I think we could do a release for 1.3.8 as there are no remaining
>> >>>> issues in
>> >>>>> that bucket anymore.
>> >>>>>
>> >>>>> However, I couldn't build 1.3.x branch successfully, I'm getting a
>> test
>> >>>>> failure in continuum-core.
>> >>>>>
>> >>>>> Haven't checked yet what's the cause. If anyone has a free time to
>> fix
>> >>>> it
>> >>>>> that will be much better.
>> >>>>>
>> >>>>>
>> >>>>> Thanks
>> >>>>> --
>> >>>>> Marica
>> >>>>
>> >>>> --
>> >>>> Brett Porter
>> >>>> brett@apache.org
>> >>>> http://brettporter.wordpress.com/
>> >>>> http://au.linkedin.com/in/brettporter
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>
>> >>
>>
>> --
>> Brett Porter
>> brett@apache.org
>> http://brettporter.wordpress.com/
>>
>>
>

Re: Continuum 1.3.8

Posted by Marica Tan <ma...@gmail.com>.
I have these in my settings.xml:

<server>
  <id>apache.releases</id>
  <username>ctan</username>
  <privateKey>/Users/marica/.ssh/id_rsa</privateKey>
  <directoryPermissions>775</directoryPermissions>
  <filePermissions>644</filePermissions>
</server>

I also made sure that the public key is in the authorized_keys of
people.apache.org

Here's the console output:

[INFO] [INFO] Building Continuum :: Project
[INFO] [INFO]    task-segment: [deploy]
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] [enforcer:enforce {execution: default}]
[INFO] [INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] [INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] [INFO] Setting property: resource.loader => 'classpath'.
[INFO] [INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [INFO] [remote-resources:process {execution: default}]
[INFO] [INFO] [buildnumber:create {execution: default}]
[INFO] [INFO] Checking for local modifications: skipped.
[INFO] [INFO] Updating project files from SCM: skipped.
[INFO] [INFO] Storing buildNumber: 1164500 at timestamp: 1314966435824
[INFO] [INFO] [site:attach-descriptor {execution:
default-attach-descriptor}]
[INFO] [INFO] Preparing source:jar
[INFO] [WARNING] Removing: jar from forked lifecycle, to prevent recursive
invocation.
[INFO] [INFO] [enforcer:enforce {execution: default}]
[INFO] [INFO] [source:jar {execution: attach-sources}]
[INFO] [INFO] [javadoc:jar {execution: attach-javadocs}]
[INFO] [INFO] Not executing Javadoc as the project is not a Java
classpath-capable package
[INFO] [INFO] [assembly:single {execution: make-assembly}]
[INFO] [INFO] Building zip:
/Users/marica/Documents/projects/continuum-1.3.x/target/checkout/target/apache-continuum-1.3.8-src.zip
[INFO] [INFO] [gpg:sign {execution: default}]
[INFO] [INFO] [install:install {execution: default-install}]
[INFO] [INFO] Installing
/Users/marica/Documents/projects/continuum-1.3.x/target/checkout/pom.xml to
/Users/marica/.m2/repository/org/apache/continuum/continuum/1.3.8/continuum-1.3.8.pom
[INFO] [INFO] Installing
/Users/marica/Documents/projects/continuum-1.3.x/target/checkout/target/apache-continuum-1.3.8-src.zip
to
/Users/marica/.m2/repository/org/apache/continuum/continuum/1.3.8/continuum-1.3.8.zip
[INFO] [INFO] Installing
/Users/marica/Documents/projects/continuum-1.3.x/target/checkout/target/continuum-1.3.8.pom.asc
to
/Users/marica/.m2/repository/org/apache/continuum/continuum/1.3.8/continuum-1.3.8.pom.asc
[INFO] [INFO] Installing
/Users/marica/Documents/projects/continuum-1.3.x/target/checkout/target/apache-continuum-1.3.8-src.zip.asc
to
/Users/marica/.m2/repository/org/apache/continuum/continuum/1.3.8/continuum-1.3.8.zip.asc
[INFO] [INFO] [deploy:deploy {execution: default-deploy}]
[INFO] altDeploymentRepository =
apache.releases::default::scp://people.apache.org:
/home/ctan/public_html/staging-repo
[INFO] [INFO] Using alternate deployment repository
apache.releases::default::scp://people.apache.org:
/home/ctan/public_html/staging-repo
[INFO]

It stopped here.


ssh-agent is running:

$> ps -Af|ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-OUubYYy7s3/agent.42567; export SSH_AUTH_SOCK;
SSH_AGENT_PID=42568; export SSH_AGENT_PID;
echo Agent pid 42568;

$> ssh-add
Enter passphrase for /Users/marica/.ssh/id_rsa:
Identity added: /Users/marica/.ssh/id_rsa (/Users/marica/.ssh/id_rsa)
Identity added: /Users/marica/.ssh/id_dsa (/Users/marica/.ssh/id_dsa)


Thanks
--
Marica

On Thu, Sep 1, 2011 at 9:05 PM, Brett Porter <br...@apache.org> wrote:

> You probably need to take a look at whether your ssh key and ssh-agent are
> set up right for that host.
>
> On 01/09/2011, at 10:21 PM, Marica Tan wrote:
>
> > I was able to tag 1.3.8 but I'm stuck while executing mvn
> release:perform.
> >
> > [INFO] : Keyboard interactive required, supplied password is ignored
> >
> > It never asked me for a password. Don't know if it's related to my using
> OSX
> > Lion.
> >
> >
> > --
> > Marica
> >
> > On Wed, Aug 31, 2011 at 1:16 PM, Marica Tan <ma...@gmail.com>
> wrote:
> >
> >> Deng was able to build 1.3.8 successfully using Maven2.
> >>
> >> Will try and release it later.
> >>
> >> Thanks
> >> ---
> >> Marica
> >>
> >>
> >> On Tue, Aug 30, 2011 at 6:33 PM, Marica Tan <ma...@gmail.com>
> wrote:
> >>
> >>> I tried building r1068385, which is right after the release of 1.3.7
> but
> >>> I'm still getting the same NPE.
> >>>
> >>>
> >>> On Thu, Aug 25, 2011 at 1:20 PM, Brett Porter <br...@apache.org>
> wrote:
> >>>
> >>>> These aren't the same failures I was getting before related to
> >>>> installations it's some null pointer exceptions trying to instantiate
> >>>> builders.
> >>>>
> >>>> Does it build at a point in the past? Maybe check the history in
> vmbuild
> >>>> and see what changed?
> >>>>
> >>>> On 20/08/2011, at 11:01 AM, Marica Tan wrote:
> >>>>
> >>>>> All,
> >>>>>
> >>>>> I think we could do a release for 1.3.8 as there are no remaining
> >>>> issues in
> >>>>> that bucket anymore.
> >>>>>
> >>>>> However, I couldn't build 1.3.x branch successfully, I'm getting a
> test
> >>>>> failure in continuum-core.
> >>>>>
> >>>>> Haven't checked yet what's the cause. If anyone has a free time to
> fix
> >>>> it
> >>>>> that will be much better.
> >>>>>
> >>>>>
> >>>>> Thanks
> >>>>> --
> >>>>> Marica
> >>>>
> >>>> --
> >>>> Brett Porter
> >>>> brett@apache.org
> >>>> http://brettporter.wordpress.com/
> >>>> http://au.linkedin.com/in/brettporter
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>
> >>
>
> --
> Brett Porter
> brett@apache.org
> http://brettporter.wordpress.com/
>
>

Re: Continuum 1.3.8

Posted by Brett Porter <br...@apache.org>.
You probably need to take a look at whether your ssh key and ssh-agent are set up right for that host.

On 01/09/2011, at 10:21 PM, Marica Tan wrote:

> I was able to tag 1.3.8 but I'm stuck while executing mvn release:perform.
> 
> [INFO] : Keyboard interactive required, supplied password is ignored
> 
> It never asked me for a password. Don't know if it's related to my using OSX
> Lion.
> 
> 
> --
> Marica
> 
> On Wed, Aug 31, 2011 at 1:16 PM, Marica Tan <ma...@gmail.com> wrote:
> 
>> Deng was able to build 1.3.8 successfully using Maven2.
>> 
>> Will try and release it later.
>> 
>> Thanks
>> ---
>> Marica
>> 
>> 
>> On Tue, Aug 30, 2011 at 6:33 PM, Marica Tan <ma...@gmail.com> wrote:
>> 
>>> I tried building r1068385, which is right after the release of 1.3.7 but
>>> I'm still getting the same NPE.
>>> 
>>> 
>>> On Thu, Aug 25, 2011 at 1:20 PM, Brett Porter <br...@apache.org> wrote:
>>> 
>>>> These aren't the same failures I was getting before related to
>>>> installations it's some null pointer exceptions trying to instantiate
>>>> builders.
>>>> 
>>>> Does it build at a point in the past? Maybe check the history in vmbuild
>>>> and see what changed?
>>>> 
>>>> On 20/08/2011, at 11:01 AM, Marica Tan wrote:
>>>> 
>>>>> All,
>>>>> 
>>>>> I think we could do a release for 1.3.8 as there are no remaining
>>>> issues in
>>>>> that bucket anymore.
>>>>> 
>>>>> However, I couldn't build 1.3.x branch successfully, I'm getting a test
>>>>> failure in continuum-core.
>>>>> 
>>>>> Haven't checked yet what's the cause. If anyone has a free time to fix
>>>> it
>>>>> that will be much better.
>>>>> 
>>>>> 
>>>>> Thanks
>>>>> --
>>>>> Marica
>>>> 
>>>> --
>>>> Brett Porter
>>>> brett@apache.org
>>>> http://brettporter.wordpress.com/
>>>> http://au.linkedin.com/in/brettporter
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>> 
>> 

--
Brett Porter
brett@apache.org
http://brettporter.wordpress.com/