Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
> I'm in the VM now, checking out the PATH 'solution'...

And I'm out... At first glance, moving the Cygwin path to the front of
the PATH variable didn't fix things, but some other stuff seems to
have gone wrong as well.

I'm all out of time, sorry and have fun tinkering ;-)

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Alex Harui
Yay! Almost done with errors.

The LangPacks test I will look into.

The ADG test should be (hopefully temporarily) fixed by Justin's recent change.

The rest should pass on the -failures run. If we ever get it to run.

-Alex

From: OmPrakash Muppirala mailto:bigosma...@gmail.com>>
Date: Wednesday, June 12, 2013 10:43 AM
To: Erik de Bruin mailto:e...@ixsoftware.nl>>
Cc: Alex Harui mailto:aha...@adobe.com>>, 
"dev@flex.apache.org<mailto:dev@flex.apache.org>" 
mailto:dev@flex.apache.org>>, 
"jmcl...@apache.org<mailto:jmcl...@apache.org>" 
mailto:jmcl...@apache.org>>, 
"erikdebr...@apache.org<mailto:erikdebr...@apache.org>" 
mailto:erikdebr...@apache.org>>, 
"aha...@apache.org<mailto:aha...@apache.org>" 
mailto:aha...@apache.org>>
Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149

These are failures listed in failures.txt, btw:
===
LangPacks/Japanese/tests/phoneNumberValidatorTests 
JA_PhoneNumberValidator_wrongLengthError
components/AdvancedDataGrid/Properties/advanceddatagrid_columngroup 
use_grouped_data_mirroring
gumbo/components/Application/properties/Application_Properties 
Application_Properties_skin_test7
itemRenderers/Halo/List/test_scripts/List_itemRenderer 
DateFieldRenderer_Scrolling
itemRenderers/Spark/List/test_scripts/List_itemRenderer_spark 
DateFieldRenderer_Scrolling
resources/ResourceManager/Integration/ResourceManager_Integration_UIComponent_resourcesChanged
 ResourceManager_Integration_UIComponent_resourcesChanged_localeChain
===

On Wed, Jun 12, 2013 at 10:42 AM, OmPrakash Muppirala 
mailto:bigosma...@gmail.com>> wrote:
First off, I am going to stop the full run.  I dont think that is required at 
this point.  Any objections, let me know now.

I will take a look at why this script fails soon.

Thanks,
Om


On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin 
mailto:e...@ixsoftware.nl>> wrote:
A question for the command line ninjas out there:

Currently the script has:

if [[ -s failures.txt ]] ; then

Might it be that we need to add a relative path indicator with the
file name, like:

if [[ -s ./failures.txt ]] ; then

Thoughts?

EdB



On Wed, Jun 12, 2013 at 7:36 PM, Erik de Bruin 
mailto:e...@ixsoftware.nl>> wrote:
> Just FYI: I'm done with the VM for the day, so if you want access, take it.
>
> EdB
>
>
>
> On Wed, Jun 12, 2013 at 7:35 PM, Erik de Bruin 
> mailto:e...@ixsoftware.nl>> wrote:
>> The primary run is finished. It had only (?) 6 errors... but the
>> subsequent try to run -failures resulted in:
>>
>> 
>> -uThe system cannot find the file specified.
>>
>> -uThe system cannot find the file specified.
>>
>> Skipping testcase check
>> Doing a regular mini run
>> 
>>
>> And now it's doing another full run, apparently.
>>
>> I'll let that run run, so you can have a good look at the resulting files.
>>
>> EdB
>>
>>
>>
>> On Wed, Jun 12, 2013 at 10:37 AM, Erik de Bruin 
>> mailto:e...@ixsoftware.nl>> wrote:
>>> Ok, made the changes to Jenkins.sh and started build #150...
>>>
>>> See you in about 9 hrs ;-)
>>>
>>> EdB
>>>
>>>
>>>
>>> On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin 
>>> mailto:e...@ixsoftware.nl>> wrote:
>>>> Is this already running? In about 15 min. I'll take a peek at the VM
>>>> and if I don't see a run, I'll make the changes (sh) and start the
>>>> run...
>>>>
>>>> Objections?
>>>>
>>>> EdB
>>>>
>>>>
>>>>
>>>> On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
>>>> mailto:bigosma...@gmail.com>> wrote:
>>>>> Once Git is up, I will make this change and start the run.
>>>>>
>>>>> Thanks,
>>>>> Om
>>>>>
>>>>>
>>>>> On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui 
>>>>> mailto:aha...@adobe.com>> wrote:
>>>>>>
>>>>>> OK, I'm ready for another "-all" run followed by a "-failures" run.  Can
>>>>>> you try calling mini_run via "sh ./mini_run.sh" to see if that makes the
>>>>>> –failures run work?  Otherwise, maybe there is some user privileges thing
>>>>>> going on.
>>>>>>
>>>>>> Thanks,
>>>>>> -Alex
>>>>>>
>>>>>> From: Alex Harui mailto:aha...@adobe.com>>
>>>>>> Date: Monday, June 10, 2013 11:59 AM
>>>&

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Alex Harui
Excellent.  There is sort calls in mini_run.sh.  Om, are you going to try
to fix this?  I don't think I can RDP out from the office so I would have
to wait until this evening to try.

-Alex

On 6/12/13 10:50 AM, "Erik de Bruin"  wrote:

>This seems the shortest summary of the problem and a possible solution:
>
>http://gcc.gnu.org/ml/gcc-help/2007-02/msg00374.html
>
>EdB
>
>
>
>On Wed, Jun 12, 2013 at 7:48 PM, Erik de Bruin  wrote:
>> Just did a quick Google: initial results indicate that the "-uThe
>> System..." error might come from a wrongly formatted path being passed
>> or used by "sort".
>>
>> Does that make sense to anyone?
>>
>> EdB
>>
>>
>>
>> On Wed, Jun 12, 2013 at 7:42 PM, OmPrakash Muppirala
>>  wrote:
>>> First off, I am going to stop the full run.  I dont think that is
>>>required
>>> at this point.  Any objections, let me know now.
>>>
>>> I will take a look at why this script fails soon.
>>>
>>> Thanks,
>>> Om
>>>
>>>
>>> On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin 
>>>wrote:
>>>>
>>>> A question for the command line ninjas out there:
>>>>
>>>> Currently the script has:
>>>>
>>>> if [[ -s failures.txt ]] ; then
>>>>
>>>> Might it be that we need to add a relative path indicator with the
>>>> file name, like:
>>>>
>>>> if [[ -s ./failures.txt ]] ; then
>>>>
>>>> Thoughts?
>>>>
>>>> EdB
>>>>
>>>>
>>>>
>>>> On Wed, Jun 12, 2013 at 7:36 PM, Erik de Bruin 
>>>>wrote:
>>>> > Just FYI: I'm done with the VM for the day, so if you want access,
>>>>take
>>>> > it.
>>>> >
>>>> > EdB
>>>> >
>>>> >
>>>> >
>>>> > On Wed, Jun 12, 2013 at 7:35 PM, Erik de Bruin 
>>>> > wrote:
>>>> >> The primary run is finished. It had only (?) 6 errors... but the
>>>> >> subsequent try to run -failures resulted in:
>>>> >>
>>>> >> 
>>>> >> -uThe system cannot find the file specified.
>>>> >>
>>>> >> -uThe system cannot find the file specified.
>>>> >>
>>>> >> Skipping testcase check
>>>> >> Doing a regular mini run
>>>> >> 
>>>> >>
>>>> >> And now it's doing another full run, apparently.
>>>> >>
>>>> >> I'll let that run run, so you can have a good look at the resulting
>>>> >> files.
>>>> >>
>>>> >> EdB
>>>> >>
>>>> >>
>>>> >>
>>>> >> On Wed, Jun 12, 2013 at 10:37 AM, Erik de Bruin
>>>>
>>>> >> wrote:
>>>> >>> Ok, made the changes to Jenkins.sh and started build #150...
>>>> >>>
>>>> >>> See you in about 9 hrs ;-)
>>>> >>>
>>>> >>> EdB
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin
>>>>
>>>> >>> wrote:
>>>> >>>> Is this already running? In about 15 min. I'll take a peek at
>>>>the VM
>>>> >>>> and if I don't see a run, I'll make the changes (sh) and start
>>>>the
>>>> >>>> run...
>>>> >>>>
>>>> >>>> Objections?
>>>> >>>>
>>>> >>>> EdB
>>>> >>>>
>>>> >>>>
>>>> >>>>
>>>> >>>> On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
>>>> >>>>  wrote:
>>>> >>>>> Once Git is up, I will make this change and start the run.
>>>> >>>>>
>>>> >>>>> Thanks,
>>>> >>>>> Om
>>>> >>>>>
>>>> >>>>>
>>>> >>>>> On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui 
>>>> >>>>> wrote:
>>>> >>>>>>
>>>> >>>>>> OK, I'm ready for anothe

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
That "sort" thing I mentioned above might be worth a closer look. It
seems tied to Cygwin and the Windows PATH variable, which might make
sense. Om?

EdB



On Wed, Jun 12, 2013 at 8:01 PM, OmPrakash Muppirala
 wrote:
> On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin  wrote:
>>
>> A question for the command line ninjas out there:
>>
>> Currently the script has:
>>
>> if [[ -s failures.txt ]] ; then
>>
>> Might it be that we need to add a relative path indicator with the
>> file name, like:
>>
>> if [[ -s ./failures.txt ]] ; then
>>
>> Thoughts?
>>
>
> But this check passed, which is why  mini_run tried to run a -failures,
> right?  I think it is something inside mini_run.sh that is causing this
> problem.
>
> Om



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread OmPrakash Muppirala
On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin  wrote:

> A question for the command line ninjas out there:
>
> Currently the script has:
>
> if [[ -s failures.txt ]] ; then
>
> Might it be that we need to add a relative path indicator with the
> file name, like:
>
> if [[ -s ./failures.txt ]] ; then
>
> Thoughts?
>
>
But this check passed, which is why  mini_run tried to run a -failures,
right?  I think it is something inside mini_run.sh that is causing this
problem.

Om


Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Alex Harui
Yeah, no need for the second full run.

I have no idea why –failures isn't working from inside jenkins.sh.  A few days 
ago when we first tried this, I typed ./mini_run.sh –failures in a cygwin 
window and it looked like it was going to do the right thing, so it really 
seems to be some issue with jenkins.sh trying to launch mini_run a second time 
with the –failures option.  With that option mini_run is going to try to read 
the failures.txt file, but maybe there is an issue with how we resolve file 
names in that file.

-Alex

From: OmPrakash Muppirala mailto:bigosma...@gmail.com>>
Date: Wednesday, June 12, 2013 10:42 AM
To: Erik de Bruin mailto:e...@ixsoftware.nl>>
Cc: Alex Harui mailto:aha...@adobe.com>>, 
"dev@flex.apache.org<mailto:dev@flex.apache.org>" 
mailto:dev@flex.apache.org>>, 
"jmcl...@apache.org<mailto:jmcl...@apache.org>" 
mailto:jmcl...@apache.org>>, 
"erikdebr...@apache.org<mailto:erikdebr...@apache.org>" 
mailto:erikdebr...@apache.org>>, 
"aha...@apache.org<mailto:aha...@apache.org>" 
mailto:aha...@apache.org>>
Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149

First off, I am going to stop the full run.  I dont think that is required at 
this point.  Any objections, let me know now.

I will take a look at why this script fails soon.

Thanks,
Om

On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin 
mailto:e...@ixsoftware.nl>> wrote:
A question for the command line ninjas out there:

Currently the script has:

if [[ -s failures.txt ]] ; then

Might it be that we need to add a relative path indicator with the
file name, like:

if [[ -s ./failures.txt ]] ; then

Thoughts?

EdB



On Wed, Jun 12, 2013 at 7:36 PM, Erik de Bruin 
mailto:e...@ixsoftware.nl>> wrote:
> Just FYI: I'm done with the VM for the day, so if you want access, take it.
>
> EdB
>
>
>
> On Wed, Jun 12, 2013 at 7:35 PM, Erik de Bruin 
> mailto:e...@ixsoftware.nl>> wrote:
>> The primary run is finished. It had only (?) 6 errors... but the
>> subsequent try to run -failures resulted in:
>>
>> 
>> -uThe system cannot find the file specified.
>>
>> -uThe system cannot find the file specified.
>>
>> Skipping testcase check
>> Doing a regular mini run
>> 
>>
>> And now it's doing another full run, apparently.
>>
>> I'll let that run run, so you can have a good look at the resulting files.
>>
>> EdB
>>
>>
>>
>> On Wed, Jun 12, 2013 at 10:37 AM, Erik de Bruin 
>> mailto:e...@ixsoftware.nl>> wrote:
>>> Ok, made the changes to Jenkins.sh and started build #150...
>>>
>>> See you in about 9 hrs ;-)
>>>
>>> EdB
>>>
>>>
>>>
>>> On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin 
>>> mailto:e...@ixsoftware.nl>> wrote:
>>>> Is this already running? In about 15 min. I'll take a peek at the VM
>>>> and if I don't see a run, I'll make the changes (sh) and start the
>>>> run...
>>>>
>>>> Objections?
>>>>
>>>> EdB
>>>>
>>>>
>>>>
>>>> On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
>>>> mailto:bigosma...@gmail.com>> wrote:
>>>>> Once Git is up, I will make this change and start the run.
>>>>>
>>>>> Thanks,
>>>>> Om
>>>>>
>>>>>
>>>>> On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui 
>>>>> mailto:aha...@adobe.com>> wrote:
>>>>>>
>>>>>> OK, I'm ready for another "-all" run followed by a "-failures" run.  Can
>>>>>> you try calling mini_run via "sh ./mini_run.sh" to see if that makes the
>>>>>> –failures run work?  Otherwise, maybe there is some user privileges thing
>>>>>> going on.
>>>>>>
>>>>>> Thanks,
>>>>>> -Alex
>>>>>>
>>>>>> From: Alex Harui mailto:aha...@adobe.com>>
>>>>>> Date: Monday, June 10, 2013 11:59 AM
>>>>>> To: OmPrakash Muppirala 
>>>>>> mailto:bigosma...@gmail.com>>, 
>>>>>> "dev@flex.apache.org<mailto:dev@flex.apache.org>"
>>>>>> mailto:dev@flex.apache.org>>
>>>>>>
>>>>>> Cc: Erik de Bruin mailto:e...@ixsoftware.nl>>, 
>>>>>> "jmcl...@apache.org<mailto:jmcl...@apache.org>"
>>>>>> mailto:jmcl...@apache.org&

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
This seems the shortest summary of the problem and a possible solution:

http://gcc.gnu.org/ml/gcc-help/2007-02/msg00374.html

EdB



On Wed, Jun 12, 2013 at 7:48 PM, Erik de Bruin  wrote:
> Just did a quick Google: initial results indicate that the "-uThe
> System..." error might come from a wrongly formatted path being passed
> or used by "sort".
>
> Does that make sense to anyone?
>
> EdB
>
>
>
> On Wed, Jun 12, 2013 at 7:42 PM, OmPrakash Muppirala
>  wrote:
>> First off, I am going to stop the full run.  I dont think that is required
>> at this point.  Any objections, let me know now.
>>
>> I will take a look at why this script fails soon.
>>
>> Thanks,
>> Om
>>
>>
>> On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin  wrote:
>>>
>>> A question for the command line ninjas out there:
>>>
>>> Currently the script has:
>>>
>>> if [[ -s failures.txt ]] ; then
>>>
>>> Might it be that we need to add a relative path indicator with the
>>> file name, like:
>>>
>>> if [[ -s ./failures.txt ]] ; then
>>>
>>> Thoughts?
>>>
>>> EdB
>>>
>>>
>>>
>>> On Wed, Jun 12, 2013 at 7:36 PM, Erik de Bruin  wrote:
>>> > Just FYI: I'm done with the VM for the day, so if you want access, take
>>> > it.
>>> >
>>> > EdB
>>> >
>>> >
>>> >
>>> > On Wed, Jun 12, 2013 at 7:35 PM, Erik de Bruin 
>>> > wrote:
>>> >> The primary run is finished. It had only (?) 6 errors... but the
>>> >> subsequent try to run -failures resulted in:
>>> >>
>>> >> 
>>> >> -uThe system cannot find the file specified.
>>> >>
>>> >> -uThe system cannot find the file specified.
>>> >>
>>> >> Skipping testcase check
>>> >> Doing a regular mini run
>>> >> 
>>> >>
>>> >> And now it's doing another full run, apparently.
>>> >>
>>> >> I'll let that run run, so you can have a good look at the resulting
>>> >> files.
>>> >>
>>> >> EdB
>>> >>
>>> >>
>>> >>
>>> >> On Wed, Jun 12, 2013 at 10:37 AM, Erik de Bruin 
>>> >> wrote:
>>> >>> Ok, made the changes to Jenkins.sh and started build #150...
>>> >>>
>>> >>> See you in about 9 hrs ;-)
>>> >>>
>>> >>> EdB
>>> >>>
>>> >>>
>>> >>>
>>> >>> On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin 
>>> >>> wrote:
>>> >>>> Is this already running? In about 15 min. I'll take a peek at the VM
>>> >>>> and if I don't see a run, I'll make the changes (sh) and start the
>>> >>>> run...
>>> >>>>
>>> >>>> Objections?
>>> >>>>
>>> >>>> EdB
>>> >>>>
>>> >>>>
>>> >>>>
>>> >>>> On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
>>> >>>>  wrote:
>>> >>>>> Once Git is up, I will make this change and start the run.
>>> >>>>>
>>> >>>>> Thanks,
>>> >>>>> Om
>>> >>>>>
>>> >>>>>
>>> >>>>> On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui 
>>> >>>>> wrote:
>>> >>>>>>
>>> >>>>>> OK, I'm ready for another "-all" run followed by a "-failures" run.
>>> >>>>>> Can
>>> >>>>>> you try calling mini_run via "sh ./mini_run.sh" to see if that
>>> >>>>>> makes the
>>> >>>>>> –failures run work?  Otherwise, maybe there is some user privileges
>>> >>>>>> thing
>>> >>>>>> going on.
>>> >>>>>>
>>> >>>>>> Thanks,
>>> >>>>>> -Alex
>>> >>>>>>
>>> >>>>>> From: Alex Harui 
>>> >>>>>> Date: Monday, June 10, 2013 11:59 AM
>>> >>>>>> To: OmPrakash Muppirala ,
>>> >&

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
Just did a quick Google: initial results indicate that the "-uThe
System..." error might come from a wrongly formatted path being passed
or used by "sort".

Does that make sense to anyone?

EdB



On Wed, Jun 12, 2013 at 7:42 PM, OmPrakash Muppirala
 wrote:
> First off, I am going to stop the full run.  I dont think that is required
> at this point.  Any objections, let me know now.
>
> I will take a look at why this script fails soon.
>
> Thanks,
> Om
>
>
> On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin  wrote:
>>
>> A question for the command line ninjas out there:
>>
>> Currently the script has:
>>
>> if [[ -s failures.txt ]] ; then
>>
>> Might it be that we need to add a relative path indicator with the
>> file name, like:
>>
>> if [[ -s ./failures.txt ]] ; then
>>
>> Thoughts?
>>
>> EdB
>>
>>
>>
>> On Wed, Jun 12, 2013 at 7:36 PM, Erik de Bruin  wrote:
>> > Just FYI: I'm done with the VM for the day, so if you want access, take
>> > it.
>> >
>> > EdB
>> >
>> >
>> >
>> > On Wed, Jun 12, 2013 at 7:35 PM, Erik de Bruin 
>> > wrote:
>> >> The primary run is finished. It had only (?) 6 errors... but the
>> >> subsequent try to run -failures resulted in:
>> >>
>> >> 
>> >> -uThe system cannot find the file specified.
>> >>
>> >> -uThe system cannot find the file specified.
>> >>
>> >> Skipping testcase check
>> >> Doing a regular mini run
>> >> 
>> >>
>> >> And now it's doing another full run, apparently.
>> >>
>> >> I'll let that run run, so you can have a good look at the resulting
>> >> files.
>> >>
>> >> EdB
>> >>
>> >>
>> >>
>> >> On Wed, Jun 12, 2013 at 10:37 AM, Erik de Bruin 
>> >> wrote:
>> >>> Ok, made the changes to Jenkins.sh and started build #150...
>> >>>
>> >>> See you in about 9 hrs ;-)
>> >>>
>> >>> EdB
>> >>>
>> >>>
>> >>>
>> >>> On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin 
>> >>> wrote:
>> >>>> Is this already running? In about 15 min. I'll take a peek at the VM
>> >>>> and if I don't see a run, I'll make the changes (sh) and start the
>> >>>> run...
>> >>>>
>> >>>> Objections?
>> >>>>
>> >>>> EdB
>> >>>>
>> >>>>
>> >>>>
>> >>>> On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
>> >>>>  wrote:
>> >>>>> Once Git is up, I will make this change and start the run.
>> >>>>>
>> >>>>> Thanks,
>> >>>>> Om
>> >>>>>
>> >>>>>
>> >>>>> On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui 
>> >>>>> wrote:
>> >>>>>>
>> >>>>>> OK, I'm ready for another "-all" run followed by a "-failures" run.
>> >>>>>> Can
>> >>>>>> you try calling mini_run via "sh ./mini_run.sh" to see if that
>> >>>>>> makes the
>> >>>>>> –failures run work?  Otherwise, maybe there is some user privileges
>> >>>>>> thing
>> >>>>>> going on.
>> >>>>>>
>> >>>>>> Thanks,
>> >>>>>> -Alex
>> >>>>>>
>> >>>>>> From: Alex Harui 
>> >>>>>> Date: Monday, June 10, 2013 11:59 AM
>> >>>>>> To: OmPrakash Muppirala ,
>> >>>>>> "dev@flex.apache.org"
>> >>>>>> 
>> >>>>>>
>> >>>>>> Cc: Erik de Bruin , "jmcl...@apache.org"
>> >>>>>> , "erikdebr...@apache.org"
>> >>>>>> ,
>> >>>>>> "aha...@apache.org" 
>> >>>>>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>> >>>>>>
>> >>>>>> There is a valid failures.txt.
>> >>>>>>
>> >>>>>> Ant often says it can't find 

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread OmPrakash Muppirala
These are failures listed in failures.txt, btw:
===
LangPacks/Japanese/tests/phoneNumberValidatorTests
JA_PhoneNumberValidator_wrongLengthError
components/AdvancedDataGrid/Properties/advanceddatagrid_columngroup
use_grouped_data_mirroring
gumbo/components/Application/properties/Application_Properties
Application_Properties_skin_test7
itemRenderers/Halo/List/test_scripts/List_itemRenderer
DateFieldRenderer_Scrolling
itemRenderers/Spark/List/test_scripts/List_itemRenderer_spark
DateFieldRenderer_Scrolling
resources/ResourceManager/Integration/ResourceManager_Integration_UIComponent_resourcesChanged
ResourceManager_Integration_UIComponent_resourcesChanged_localeChain
===

On Wed, Jun 12, 2013 at 10:42 AM, OmPrakash Muppirala
wrote:

> First off, I am going to stop the full run.  I dont think that is required
> at this point.  Any objections, let me know now.
>
> I will take a look at why this script fails soon.
>
> Thanks,
> Om
>
>
> On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin wrote:
>
>> A question for the command line ninjas out there:
>>
>> Currently the script has:
>>
>> if [[ -s failures.txt ]] ; then
>>
>> Might it be that we need to add a relative path indicator with the
>> file name, like:
>>
>> if [[ -s ./failures.txt ]] ; then
>>
>> Thoughts?
>>
>> EdB
>>
>>
>>
>> On Wed, Jun 12, 2013 at 7:36 PM, Erik de Bruin 
>> wrote:
>> > Just FYI: I'm done with the VM for the day, so if you want access, take
>> it.
>> >
>> > EdB
>> >
>> >
>> >
>> > On Wed, Jun 12, 2013 at 7:35 PM, Erik de Bruin 
>> wrote:
>> >> The primary run is finished. It had only (?) 6 errors... but the
>> >> subsequent try to run -failures resulted in:
>> >>
>> >> 
>> >> -uThe system cannot find the file specified.
>> >>
>> >> -uThe system cannot find the file specified.
>> >>
>> >> Skipping testcase check
>> >> Doing a regular mini run
>> >> 
>> >>
>> >> And now it's doing another full run, apparently.
>> >>
>> >> I'll let that run run, so you can have a good look at the resulting
>> files.
>> >>
>> >> EdB
>> >>
>> >>
>> >>
>> >> On Wed, Jun 12, 2013 at 10:37 AM, Erik de Bruin 
>> wrote:
>> >>> Ok, made the changes to Jenkins.sh and started build #150...
>> >>>
>> >>> See you in about 9 hrs ;-)
>> >>>
>> >>> EdB
>> >>>
>> >>>
>> >>>
>> >>> On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin 
>> wrote:
>> >>>> Is this already running? In about 15 min. I'll take a peek at the VM
>> >>>> and if I don't see a run, I'll make the changes (sh) and start the
>> >>>> run...
>> >>>>
>> >>>> Objections?
>> >>>>
>> >>>> EdB
>> >>>>
>> >>>>
>> >>>>
>> >>>> On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
>> >>>>  wrote:
>> >>>>> Once Git is up, I will make this change and start the run.
>> >>>>>
>> >>>>> Thanks,
>> >>>>> Om
>> >>>>>
>> >>>>>
>> >>>>> On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui 
>> wrote:
>> >>>>>>
>> >>>>>> OK, I'm ready for another "-all" run followed by a "-failures"
>> run.  Can
>> >>>>>> you try calling mini_run via "sh ./mini_run.sh" to see if that
>> makes the
>> >>>>>> –failures run work?  Otherwise, maybe there is some user
>> privileges thing
>> >>>>>> going on.
>> >>>>>>
>> >>>>>> Thanks,
>> >>>>>> -Alex
>> >>>>>>
>> >>>>>> From: Alex Harui 
>> >>>>>> Date: Monday, June 10, 2013 11:59 AM
>> >>>>>> To: OmPrakash Muppirala , "
>> dev@flex.apache.org"
>> >>>>>> 
>> >>>>>>
>> >>>>>> Cc: Erik de Bruin , "jmcl...@apache.org"
>> >>>>>> , "erikdebr...@apache.org" <
>> erikdebr...@apache.org>,
>>

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread OmPrakash Muppirala
First off, I am going to stop the full run.  I dont think that is required
at this point.  Any objections, let me know now.

I will take a look at why this script fails soon.

Thanks,
Om

On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin  wrote:

> A question for the command line ninjas out there:
>
> Currently the script has:
>
> if [[ -s failures.txt ]] ; then
>
> Might it be that we need to add a relative path indicator with the
> file name, like:
>
> if [[ -s ./failures.txt ]] ; then
>
> Thoughts?
>
> EdB
>
>
>
> On Wed, Jun 12, 2013 at 7:36 PM, Erik de Bruin  wrote:
> > Just FYI: I'm done with the VM for the day, so if you want access, take
> it.
> >
> > EdB
> >
> >
> >
> > On Wed, Jun 12, 2013 at 7:35 PM, Erik de Bruin 
> wrote:
> >> The primary run is finished. It had only (?) 6 errors... but the
> >> subsequent try to run -failures resulted in:
> >>
> >> 
> >> -uThe system cannot find the file specified.
> >>
> >> -uThe system cannot find the file specified.
> >>
> >> Skipping testcase check
> >> Doing a regular mini run
> >> 
> >>
> >> And now it's doing another full run, apparently.
> >>
> >> I'll let that run run, so you can have a good look at the resulting
> files.
> >>
> >> EdB
> >>
> >>
> >>
> >> On Wed, Jun 12, 2013 at 10:37 AM, Erik de Bruin 
> wrote:
> >>> Ok, made the changes to Jenkins.sh and started build #150...
> >>>
> >>> See you in about 9 hrs ;-)
> >>>
> >>> EdB
> >>>
> >>>
> >>>
> >>> On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin 
> wrote:
> >>>> Is this already running? In about 15 min. I'll take a peek at the VM
> >>>> and if I don't see a run, I'll make the changes (sh) and start the
> >>>> run...
> >>>>
> >>>> Objections?
> >>>>
> >>>> EdB
> >>>>
> >>>>
> >>>>
> >>>> On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
> >>>>  wrote:
> >>>>> Once Git is up, I will make this change and start the run.
> >>>>>
> >>>>> Thanks,
> >>>>> Om
> >>>>>
> >>>>>
> >>>>> On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui 
> wrote:
> >>>>>>
> >>>>>> OK, I'm ready for another "-all" run followed by a "-failures" run.
>  Can
> >>>>>> you try calling mini_run via "sh ./mini_run.sh" to see if that
> makes the
> >>>>>> –failures run work?  Otherwise, maybe there is some user privileges
> thing
> >>>>>> going on.
> >>>>>>
> >>>>>> Thanks,
> >>>>>> -Alex
> >>>>>>
> >>>>>> From: Alex Harui 
> >>>>>> Date: Monday, June 10, 2013 11:59 AM
> >>>>>> To: OmPrakash Muppirala , "
> dev@flex.apache.org"
> >>>>>> 
> >>>>>>
> >>>>>> Cc: Erik de Bruin , "jmcl...@apache.org"
> >>>>>> , "erikdebr...@apache.org" <
> erikdebr...@apache.org>,
> >>>>>> "aha...@apache.org" 
> >>>>>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
> >>>>>>
> >>>>>> There is a valid failures.txt.
> >>>>>>
> >>>>>> Ant often says it can't find local.properties and keeps going just
> fine.
> >>>>>>
> >>>>>> The issue seems to be in the launching of ./mini_run.sh –failures
> >>>>>> You can see that there was some other file it couldn't access, but
> not
> >>>>>> sure which one.
> >>>>>>
> >>>>>> But in test_changes.sh, we run minirun via "sh ./mini_run.sh …"  Is
> there
> >>>>>> some issue with running more than one .sh from within another .sh
> file?
> >>>>>>
> >>>>>> -Alex
> >>>>>>
> >>>>>> From: OmPrakash Muppirala 
> >>>>>> Date: Monday, June 10, 2013 10:51 AM
> >>>>>> To: "dev@flex.apache.org" 
> >>>>>> Cc: Erik de Br

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
A question for the command line ninjas out there:

Currently the script has:

if [[ -s failures.txt ]] ; then

Might it be that we need to add a relative path indicator with the
file name, like:

if [[ -s ./failures.txt ]] ; then

Thoughts?

EdB



On Wed, Jun 12, 2013 at 7:36 PM, Erik de Bruin  wrote:
> Just FYI: I'm done with the VM for the day, so if you want access, take it.
>
> EdB
>
>
>
> On Wed, Jun 12, 2013 at 7:35 PM, Erik de Bruin  wrote:
>> The primary run is finished. It had only (?) 6 errors... but the
>> subsequent try to run -failures resulted in:
>>
>> 
>> -uThe system cannot find the file specified.
>>
>> -uThe system cannot find the file specified.
>>
>> Skipping testcase check
>> Doing a regular mini run
>> 
>>
>> And now it's doing another full run, apparently.
>>
>> I'll let that run run, so you can have a good look at the resulting files.
>>
>> EdB
>>
>>
>>
>> On Wed, Jun 12, 2013 at 10:37 AM, Erik de Bruin  wrote:
>>> Ok, made the changes to Jenkins.sh and started build #150...
>>>
>>> See you in about 9 hrs ;-)
>>>
>>> EdB
>>>
>>>
>>>
>>> On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin  wrote:
>>>> Is this already running? In about 15 min. I'll take a peek at the VM
>>>> and if I don't see a run, I'll make the changes (sh) and start the
>>>> run...
>>>>
>>>> Objections?
>>>>
>>>> EdB
>>>>
>>>>
>>>>
>>>> On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
>>>>  wrote:
>>>>> Once Git is up, I will make this change and start the run.
>>>>>
>>>>> Thanks,
>>>>> Om
>>>>>
>>>>>
>>>>> On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui  wrote:
>>>>>>
>>>>>> OK, I'm ready for another "-all" run followed by a "-failures" run.  Can
>>>>>> you try calling mini_run via "sh ./mini_run.sh" to see if that makes the
>>>>>> –failures run work?  Otherwise, maybe there is some user privileges thing
>>>>>> going on.
>>>>>>
>>>>>> Thanks,
>>>>>> -Alex
>>>>>>
>>>>>> From: Alex Harui 
>>>>>> Date: Monday, June 10, 2013 11:59 AM
>>>>>> To: OmPrakash Muppirala , "dev@flex.apache.org"
>>>>>> 
>>>>>>
>>>>>> Cc: Erik de Bruin , "jmcl...@apache.org"
>>>>>> , "erikdebr...@apache.org" ,
>>>>>> "aha...@apache.org" 
>>>>>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>>>>>>
>>>>>> There is a valid failures.txt.
>>>>>>
>>>>>> Ant often says it can't find local.properties and keeps going just fine.
>>>>>>
>>>>>> The issue seems to be in the launching of ./mini_run.sh –failures
>>>>>> You can see that there was some other file it couldn't access, but not
>>>>>> sure which one.
>>>>>>
>>>>>> But in test_changes.sh, we run minirun via "sh ./mini_run.sh …"  Is there
>>>>>> some issue with running more than one .sh from within another .sh file?
>>>>>>
>>>>>> -Alex
>>>>>>
>>>>>> From: OmPrakash Muppirala 
>>>>>> Date: Monday, June 10, 2013 10:51 AM
>>>>>> To: "dev@flex.apache.org" 
>>>>>> Cc: Erik de Bruin , "jmcl...@apache.org"
>>>>>> , "erikdebr...@apache.org" ,
>>>>>> "aha...@apache.org" 
>>>>>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>>>>>>
>>>>>> This is the script in Jenkins.sh.
>>>>>>
>>>>>> export SHELLOPTS
>>>>>> set -o igncr
>>>>>>
>>>>>> ./mini_run.sh -timeout=6 -all
>>>>>> #./mini_run.sh -timeout=6 -failures
>>>>>>
>>>>>> if [[ -s failures.txt ]] ; then
>>>>>> echo "Some tests failed: running '-failures'"
>>>>>> ./mini_run.sh -failures
>>>>>> else
>>>>>> echo "All tests passed

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
The primary run is finished. It had only (?) 6 errors... but the
subsequent try to run -failures resulted in:


-uThe system cannot find the file specified.

-uThe system cannot find the file specified.

Skipping testcase check
Doing a regular mini run


And now it's doing another full run, apparently.

I'll let that run run, so you can have a good look at the resulting files.

EdB



On Wed, Jun 12, 2013 at 10:37 AM, Erik de Bruin  wrote:
> Ok, made the changes to Jenkins.sh and started build #150...
>
> See you in about 9 hrs ;-)
>
> EdB
>
>
>
> On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin  wrote:
>> Is this already running? In about 15 min. I'll take a peek at the VM
>> and if I don't see a run, I'll make the changes (sh) and start the
>> run...
>>
>> Objections?
>>
>> EdB
>>
>>
>>
>> On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
>>  wrote:
>>> Once Git is up, I will make this change and start the run.
>>>
>>> Thanks,
>>> Om
>>>
>>>
>>> On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui  wrote:
>>>>
>>>> OK, I'm ready for another "-all" run followed by a "-failures" run.  Can
>>>> you try calling mini_run via "sh ./mini_run.sh" to see if that makes the
>>>> –failures run work?  Otherwise, maybe there is some user privileges thing
>>>> going on.
>>>>
>>>> Thanks,
>>>> -Alex
>>>>
>>>> From: Alex Harui 
>>>> Date: Monday, June 10, 2013 11:59 AM
>>>> To: OmPrakash Muppirala , "dev@flex.apache.org"
>>>> 
>>>>
>>>> Cc: Erik de Bruin , "jmcl...@apache.org"
>>>> , "erikdebr...@apache.org" ,
>>>> "aha...@apache.org" 
>>>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>>>>
>>>> There is a valid failures.txt.
>>>>
>>>> Ant often says it can't find local.properties and keeps going just fine.
>>>>
>>>> The issue seems to be in the launching of ./mini_run.sh –failures
>>>> You can see that there was some other file it couldn't access, but not
>>>> sure which one.
>>>>
>>>> But in test_changes.sh, we run minirun via "sh ./mini_run.sh …"  Is there
>>>> some issue with running more than one .sh from within another .sh file?
>>>>
>>>> -Alex
>>>>
>>>> From: OmPrakash Muppirala 
>>>> Date: Monday, June 10, 2013 10:51 AM
>>>> To: "dev@flex.apache.org" 
>>>> Cc: Erik de Bruin , "jmcl...@apache.org"
>>>> , "erikdebr...@apache.org" ,
>>>> "aha...@apache.org" 
>>>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>>>>
>>>> This is the script in Jenkins.sh.
>>>>
>>>> export SHELLOPTS
>>>> set -o igncr
>>>>
>>>> ./mini_run.sh -timeout=6 -all
>>>> #./mini_run.sh -timeout=6 -failures
>>>>
>>>> if [[ -s failures.txt ]] ; then
>>>> echo "Some tests failed: running '-failures'"
>>>> ./mini_run.sh -failures
>>>> else
>>>> echo "All tests passed on first run"
>>>> fi ;
>>>>
>>>> It is set to run -all first.  And then it tries to detect failures.txt and
>>>> if found, it will run -failures.
>>>>
>>>> It might be that the -all failed without creating a failures.txt file?
>>>>
>>>> To me, it looks like ant task failed to find local.properties, which is
>>>> why the build failed.
>>>>
>>>>
>>>> On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui  wrote:
>>>>>
>>>>> Looks like running -failures didn't quite work and it tried to run
>>>>> everything.
>>>>>
>>>>> Is jenkins.sh actually a shell script that gets run by Bash?  I noticed
>>>>> in
>>>>> test_changes.sh, mini_run.sh is called via "sh ./mini_run.sh" instead of
>>>>> just "./mini_run.sh".  I'm no Bash expert, but I wonder if that could be
>>>>> the reason?
>>>>>
>>>>> -Alex
>>>>>
>>>>> On 6/10/13 10:03 AM, "OmPrakash Muppirala"  wrote:
>>>>>
>>>>> >All clear from me..

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
Just FYI: I'm done with the VM for the day, so if you want access, take it.

EdB



On Wed, Jun 12, 2013 at 7:35 PM, Erik de Bruin  wrote:
> The primary run is finished. It had only (?) 6 errors... but the
> subsequent try to run -failures resulted in:
>
> 
> -uThe system cannot find the file specified.
>
> -uThe system cannot find the file specified.
>
> Skipping testcase check
> Doing a regular mini run
> 
>
> And now it's doing another full run, apparently.
>
> I'll let that run run, so you can have a good look at the resulting files.
>
> EdB
>
>
>
> On Wed, Jun 12, 2013 at 10:37 AM, Erik de Bruin  wrote:
>> Ok, made the changes to Jenkins.sh and started build #150...
>>
>> See you in about 9 hrs ;-)
>>
>> EdB
>>
>>
>>
>> On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin  wrote:
>>> Is this already running? In about 15 min. I'll take a peek at the VM
>>> and if I don't see a run, I'll make the changes (sh) and start the
>>> run...
>>>
>>> Objections?
>>>
>>> EdB
>>>
>>>
>>>
>>> On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
>>>  wrote:
>>>> Once Git is up, I will make this change and start the run.
>>>>
>>>> Thanks,
>>>> Om
>>>>
>>>>
>>>> On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui  wrote:
>>>>>
>>>>> OK, I'm ready for another "-all" run followed by a "-failures" run.  Can
>>>>> you try calling mini_run via "sh ./mini_run.sh" to see if that makes the
>>>>> –failures run work?  Otherwise, maybe there is some user privileges thing
>>>>> going on.
>>>>>
>>>>> Thanks,
>>>>> -Alex
>>>>>
>>>>> From: Alex Harui 
>>>>> Date: Monday, June 10, 2013 11:59 AM
>>>>> To: OmPrakash Muppirala , "dev@flex.apache.org"
>>>>> 
>>>>>
>>>>> Cc: Erik de Bruin , "jmcl...@apache.org"
>>>>> , "erikdebr...@apache.org" ,
>>>>> "aha...@apache.org" 
>>>>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>>>>>
>>>>> There is a valid failures.txt.
>>>>>
>>>>> Ant often says it can't find local.properties and keeps going just fine.
>>>>>
>>>>> The issue seems to be in the launching of ./mini_run.sh –failures
>>>>> You can see that there was some other file it couldn't access, but not
>>>>> sure which one.
>>>>>
>>>>> But in test_changes.sh, we run minirun via "sh ./mini_run.sh …"  Is there
>>>>> some issue with running more than one .sh from within another .sh file?
>>>>>
>>>>> -Alex
>>>>>
>>>>> From: OmPrakash Muppirala 
>>>>> Date: Monday, June 10, 2013 10:51 AM
>>>>> To: "dev@flex.apache.org" 
>>>>> Cc: Erik de Bruin , "jmcl...@apache.org"
>>>>> , "erikdebr...@apache.org" ,
>>>>> "aha...@apache.org" 
>>>>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>>>>>
>>>>> This is the script in Jenkins.sh.
>>>>>
>>>>> export SHELLOPTS
>>>>> set -o igncr
>>>>>
>>>>> ./mini_run.sh -timeout=6 -all
>>>>> #./mini_run.sh -timeout=6 -failures
>>>>>
>>>>> if [[ -s failures.txt ]] ; then
>>>>> echo "Some tests failed: running '-failures'"
>>>>> ./mini_run.sh -failures
>>>>> else
>>>>> echo "All tests passed on first run"
>>>>> fi ;
>>>>>
>>>>> It is set to run -all first.  And then it tries to detect failures.txt and
>>>>> if found, it will run -failures.
>>>>>
>>>>> It might be that the -all failed without creating a failures.txt file?
>>>>>
>>>>> To me, it looks like ant task failed to find local.properties, which is
>>>>> why the build failed.
>>>>>
>>>>>
>>>>> On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui  wrote:
>>>>>>
>>>>>> Looks like running -failures didn't quite work and it tried to run
>>>>&

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
Ok, made the changes to Jenkins.sh and started build #150...

See you in about 9 hrs ;-)

EdB



On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin  wrote:
> Is this already running? In about 15 min. I'll take a peek at the VM
> and if I don't see a run, I'll make the changes (sh) and start the
> run...
>
> Objections?
>
> EdB
>
>
>
> On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
>  wrote:
>> Once Git is up, I will make this change and start the run.
>>
>> Thanks,
>> Om
>>
>>
>> On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui  wrote:
>>>
>>> OK, I'm ready for another "-all" run followed by a "-failures" run.  Can
>>> you try calling mini_run via "sh ./mini_run.sh" to see if that makes the
>>> –failures run work?  Otherwise, maybe there is some user privileges thing
>>> going on.
>>>
>>> Thanks,
>>> -Alex
>>>
>>> From: Alex Harui 
>>> Date: Monday, June 10, 2013 11:59 AM
>>> To: OmPrakash Muppirala , "dev@flex.apache.org"
>>> 
>>>
>>> Cc: Erik de Bruin , "jmcl...@apache.org"
>>> , "erikdebr...@apache.org" ,
>>> "aha...@apache.org" 
>>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>>>
>>> There is a valid failures.txt.
>>>
>>> Ant often says it can't find local.properties and keeps going just fine.
>>>
>>> The issue seems to be in the launching of ./mini_run.sh –failures
>>> You can see that there was some other file it couldn't access, but not
>>> sure which one.
>>>
>>> But in test_changes.sh, we run minirun via "sh ./mini_run.sh …"  Is there
>>> some issue with running more than one .sh from within another .sh file?
>>>
>>> -Alex
>>>
>>> From: OmPrakash Muppirala 
>>> Date: Monday, June 10, 2013 10:51 AM
>>> To: "dev@flex.apache.org" 
>>> Cc: Erik de Bruin , "jmcl...@apache.org"
>>> , "erikdebr...@apache.org" ,
>>> "aha...@apache.org" 
>>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>>>
>>> This is the script in Jenkins.sh.
>>>
>>> export SHELLOPTS
>>> set -o igncr
>>>
>>> ./mini_run.sh -timeout=6 -all
>>> #./mini_run.sh -timeout=6 -failures
>>>
>>> if [[ -s failures.txt ]] ; then
>>> echo "Some tests failed: running '-failures'"
>>> ./mini_run.sh -failures
>>> else
>>> echo "All tests passed on first run"
>>> fi ;
>>>
>>> It is set to run -all first.  And then it tries to detect failures.txt and
>>> if found, it will run -failures.
>>>
>>> It might be that the -all failed without creating a failures.txt file?
>>>
>>> To me, it looks like ant task failed to find local.properties, which is
>>> why the build failed.
>>>
>>>
>>> On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui  wrote:
>>>>
>>>> Looks like running -failures didn't quite work and it tried to run
>>>> everything.
>>>>
>>>> Is jenkins.sh actually a shell script that gets run by Bash?  I noticed
>>>> in
>>>> test_changes.sh, mini_run.sh is called via "sh ./mini_run.sh" instead of
>>>> just "./mini_run.sh".  I'm no Bash expert, but I wonder if that could be
>>>> the reason?
>>>>
>>>> -Alex
>>>>
>>>> On 6/10/13 10:03 AM, "OmPrakash Muppirala"  wrote:
>>>>
>>>> >All clear from me..
>>>> >
>>>> >Om
>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin"  wrote:
>>>> >
>>>> >> I'll stay clear of the VM ;-)
>>>> >>
>>>> >> EdB
>>>> >>
>>>> >>
>>>> >>
>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui  wrote:
>>>> >> > Strange.  Anybody using the VM?  Otherwise I will log in in a few
>>>> >> minutes.
>>>> >> >
>>>> >> > On 6/10/13 5:09 AM, "flex.muste...@gmail.com"
>>>> >>
>>>> >> > wrote:
>>>> >> >
>>>> >> >>See <http://localhost:8080/job/flex-sdk_mustella/149/>
>>>> >> >>
>

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-12 Thread Erik de Bruin
Is this already running? In about 15 min. I'll take a peek at the VM
and if I don't see a run, I'll make the changes (sh) and start the
run...

Objections?

EdB



On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
 wrote:
> Once Git is up, I will make this change and start the run.
>
> Thanks,
> Om
>
>
> On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui  wrote:
>>
>> OK, I'm ready for another "-all" run followed by a "-failures" run.  Can
>> you try calling mini_run via "sh ./mini_run.sh" to see if that makes the
>> –failures run work?  Otherwise, maybe there is some user privileges thing
>> going on.
>>
>> Thanks,
>> -Alex
>>
>> From: Alex Harui 
>> Date: Monday, June 10, 2013 11:59 AM
>> To: OmPrakash Muppirala , "dev@flex.apache.org"
>> 
>>
>> Cc: Erik de Bruin , "jmcl...@apache.org"
>> , "erikdebr...@apache.org" ,
>> "aha...@apache.org" 
>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>>
>> There is a valid failures.txt.
>>
>> Ant often says it can't find local.properties and keeps going just fine.
>>
>> The issue seems to be in the launching of ./mini_run.sh –failures
>> You can see that there was some other file it couldn't access, but not
>> sure which one.
>>
>> But in test_changes.sh, we run minirun via "sh ./mini_run.sh …"  Is there
>> some issue with running more than one .sh from within another .sh file?
>>
>> -Alex
>>
>> From: OmPrakash Muppirala 
>> Date: Monday, June 10, 2013 10:51 AM
>> To: "dev@flex.apache.org" 
>> Cc: Erik de Bruin , "jmcl...@apache.org"
>> , "erikdebr...@apache.org" ,
>> "aha...@apache.org" 
>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>>
>> This is the script in Jenkins.sh.
>>
>> export SHELLOPTS
>> set -o igncr
>>
>> ./mini_run.sh -timeout=6 -all
>> #./mini_run.sh -timeout=6 -failures
>>
>> if [[ -s failures.txt ]] ; then
>> echo "Some tests failed: running '-failures'"
>> ./mini_run.sh -failures
>> else
>> echo "All tests passed on first run"
>> fi ;
>>
>> It is set to run -all first.  And then it tries to detect failures.txt and
>> if found, it will run -failures.
>>
>> It might be that the -all failed without creating a failures.txt file?
>>
>> To me, it looks like ant task failed to find local.properties, which is
>> why the build failed.
>>
>>
>> On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui  wrote:
>>>
>>> Looks like running -failures didn't quite work and it tried to run
>>> everything.
>>>
>>> Is jenkins.sh actually a shell script that gets run by Bash?  I noticed
>>> in
>>> test_changes.sh, mini_run.sh is called via "sh ./mini_run.sh" instead of
>>> just "./mini_run.sh".  I'm no Bash expert, but I wonder if that could be
>>> the reason?
>>>
>>> -Alex
>>>
>>> On 6/10/13 10:03 AM, "OmPrakash Muppirala"  wrote:
>>>
>>> >All clear from me..
>>> >
>>> >Om
>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin"  wrote:
>>> >
>>> >> I'll stay clear of the VM ;-)
>>> >>
>>> >> EdB
>>> >>
>>> >>
>>> >>
>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui  wrote:
>>> >> > Strange.  Anybody using the VM?  Otherwise I will log in in a few
>>> >> minutes.
>>> >> >
>>> >> > On 6/10/13 5:09 AM, "flex.muste...@gmail.com"
>>> >>
>>> >> > wrote:
>>> >> >
>>> >> >>See <http://localhost:8080/job/flex-sdk_mustella/149/>
>>> >> >>
>>> >> >>--
>>> >> >>[...truncated 90833 lines...]
>>> >> >> [java] Loading configuration file
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >> >> [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>> >>>>Dat
>>> >>
>>

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-11 Thread OmPrakash Muppirala
Once Git is up, I will make this change and start the run.

Thanks,
Om

On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui  wrote:

> OK, I'm ready for another "-all" run followed by a "-failures" run.  Can
> you try calling mini_run via "sh ./mini_run.sh" to see if that makes the
> –failures run work?  Otherwise, maybe there is some user privileges thing
> going on.
>
> Thanks,
> -Alex
>
> From: Alex Harui 
> Date: Monday, June 10, 2013 11:59 AM
> To: OmPrakash Muppirala , "dev@flex.apache.org" <
> dev@flex.apache.org>
>
> Cc: Erik de Bruin , "jmcl...@apache.org" <
> jmcl...@apache.org>, "erikdebr...@apache.org" , "
> aha...@apache.org" 
> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>
> There is a valid failures.txt.
>
> Ant often says it can't find local.properties and keeps going just fine.
>
> The issue seems to be in the launching of ./mini_run.sh –failures
> You can see that there was some other file it couldn't access, but not
> sure which one.
>
> But in test_changes.sh, we run minirun via "sh ./mini_run.sh …"  Is there
> some issue with running more than one .sh from within another .sh file?
>
> -Alex
>
> From: OmPrakash Muppirala 
> Date: Monday, June 10, 2013 10:51 AM
> To: "dev@flex.apache.org" 
> Cc: Erik de Bruin , "jmcl...@apache.org" <
> jmcl...@apache.org>, "erikdebr...@apache.org" , "
> aha...@apache.org" 
> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>
> This is the script in Jenkins.sh.
>
> export SHELLOPTS
> set -o igncr
>
> ./mini_run.sh -timeout=6 -all
> #./mini_run.sh -timeout=6 -failures
>
> if [[ -s failures.txt ]] ; then
> echo "Some tests failed: running '-failures'"
> ./mini_run.sh -failures
> else
> echo "All tests passed on first run"
> fi ;
>
> It is set to run -all first.  And then it tries to detect failures.txt and
> if found, it will run -failures.
>
> It might be that the -all failed without creating a failures.txt file?
>
> To me, it looks like ant task failed to find local.properties, which is
> why the build failed.
>
>
> On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui  wrote:
>
>> Looks like running -failures didn't quite work and it tried to run
>> everything.
>>
>> Is jenkins.sh actually a shell script that gets run by Bash?  I noticed in
>> test_changes.sh, mini_run.sh is called via "sh ./mini_run.sh" instead of
>> just "./mini_run.sh".  I'm no Bash expert, but I wonder if that could be
>> the reason?
>>
>> -Alex
>>
>> On 6/10/13 10:03 AM, "OmPrakash Muppirala"  wrote:
>>
>> >All clear from me..
>> >
>> >Om
>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin"  wrote:
>> >
>> >> I'll stay clear of the VM ;-)
>> >>
>> >> EdB
>> >>
>> >>
>> >>
>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui  wrote:
>> >> > Strange.  Anybody using the VM?  Otherwise I will log in in a few
>> >> minutes.
>> >> >
>> >> > On 6/10/13 5:09 AM, "flex.muste...@gmail.com"
>> >>
>> >> > wrote:
>> >> >
>> >> >>See <http://localhost:8080/job/flex-sdk_mustella/149/>
>> >> >>
>> >> >>--
>> >> >>[...truncated 90833 lines...]
>> >> >> [java] Loading configuration file
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> >> [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>> >>>>Dat
>> >>
>> >>
>>
>> >>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
>> >>>>alo
>> >> >>.mxml(370): Warning: 'application' has been deprecated since 4.0.
>> >>Please
>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >> >> [java]
>> >> >> [java] > >>/>
>> >> >> [java]
>> >> >> [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>> >&

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-11 Thread Alex Harui
OK, I'm ready for another "-all" run followed by a "-failures" run.  Can you 
try calling mini_run via "sh ./mini_run.sh" to see if that makes the –failures 
run work?  Otherwise, maybe there is some user privileges thing going on.

Thanks,
-Alex

From: Alex Harui mailto:aha...@adobe.com>>
Date: Monday, June 10, 2013 11:59 AM
To: OmPrakash Muppirala mailto:bigosma...@gmail.com>>, 
"dev@flex.apache.org<mailto:dev@flex.apache.org>" 
mailto:dev@flex.apache.org>>
Cc: Erik de Bruin mailto:e...@ixsoftware.nl>>, 
"jmcl...@apache.org<mailto:jmcl...@apache.org>" 
mailto:jmcl...@apache.org>>, 
"erikdebr...@apache.org<mailto:erikdebr...@apache.org>" 
mailto:erikdebr...@apache.org>>, 
"aha...@apache.org<mailto:aha...@apache.org>" 
mailto:aha...@apache.org>>
Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149

There is a valid failures.txt.

Ant often says it can't find local.properties and keeps going just fine.

The issue seems to be in the launching of ./mini_run.sh –failures
You can see that there was some other file it couldn't access, but not sure 
which one.

But in test_changes.sh, we run minirun via "sh ./mini_run.sh …"  Is there some 
issue with running more than one .sh from within another .sh file?

-Alex

From: OmPrakash Muppirala mailto:bigosma...@gmail.com>>
Date: Monday, June 10, 2013 10:51 AM
To: "dev@flex.apache.org<mailto:dev@flex.apache.org>" 
mailto:dev@flex.apache.org>>
Cc: Erik de Bruin mailto:e...@ixsoftware.nl>>, 
"jmcl...@apache.org<mailto:jmcl...@apache.org>" 
mailto:jmcl...@apache.org>>, 
"erikdebr...@apache.org<mailto:erikdebr...@apache.org>" 
mailto:erikdebr...@apache.org>>, 
"aha...@apache.org<mailto:aha...@apache.org>" 
mailto:aha...@apache.org>>
Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149

This is the script in Jenkins.sh.

export SHELLOPTS
set -o igncr

./mini_run.sh -timeout=6 -all
#./mini_run.sh -timeout=6 -failures

if [[ -s failures.txt ]] ; then
echo "Some tests failed: running '-failures'"
./mini_run.sh -failures
else
echo "All tests passed on first run"
fi ;

It is set to run -all first.  And then it tries to detect failures.txt and if 
found, it will run -failures.

It might be that the -all failed without creating a failures.txt file?

To me, it looks like ant task failed to find local.properties, which is why the 
build failed.


On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui 
mailto:aha...@adobe.com>> wrote:
Looks like running -failures didn't quite work and it tried to run
everything.

Is jenkins.sh actually a shell script that gets run by Bash?  I noticed in
test_changes.sh, mini_run.sh is called via "sh ./mini_run.sh" instead of
just "./mini_run.sh".  I'm no Bash expert, but I wonder if that could be
the reason?

-Alex

On 6/10/13 10:03 AM, "OmPrakash Muppirala" 
mailto:bigosma...@gmail.com>> wrote:

>All clear from me..
>
>Om
>On Jun 10, 2013 10:01 AM, "Erik de Bruin" 
>mailto:e...@ixsoftware.nl>> wrote:
>
>> I'll stay clear of the VM ;-)
>>
>> EdB
>>
>>
>>
>> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui 
>> mailto:aha...@adobe.com>> wrote:
>> > Strange.  Anybody using the VM?  Otherwise I will log in in a few
>> minutes.
>> >
>> > On 6/10/13 5:09 AM, 
>> > "flex.muste...@gmail.com<mailto:flex.muste...@gmail.com>"
>>mailto:flex.muste...@gmail.com>>
>> > wrote:
>> >
>> >>See <http://localhost:8080/job/flex-sdk_mustella/149/>
>> >>
>> >>--
>> >>[...truncated 90833 lines...]
>> >> [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>Dat
>>
>>
>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
>>>>alo
>> >>.mxml(370): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >> [java]
>> >> [java] >/>
>> >> [java]
>> >> [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>Lin
>> >>kBar\SWFs\LinkBar_Mirroring.swf (1567325 bytes)
>> >> [java] Choosing

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-10 Thread Alex Harui
There is a valid failures.txt.

Ant often says it can't find local.properties and keeps going just fine.

The issue seems to be in the launching of ./mini_run.sh –failures
You can see that there was some other file it couldn't access, but not sure 
which one.

But in test_changes.sh, we run minirun via "sh ./mini_run.sh …"  Is there some 
issue with running more than one .sh from within another .sh file?

-Alex

From: OmPrakash Muppirala mailto:bigosma...@gmail.com>>
Date: Monday, June 10, 2013 10:51 AM
To: "dev@flex.apache.org<mailto:dev@flex.apache.org>" 
mailto:dev@flex.apache.org>>
Cc: Erik de Bruin mailto:e...@ixsoftware.nl>>, 
"jmcl...@apache.org<mailto:jmcl...@apache.org>" 
mailto:jmcl...@apache.org>>, 
"erikdebr...@apache.org<mailto:erikdebr...@apache.org>" 
mailto:erikdebr...@apache.org>>, 
"aha...@apache.org<mailto:aha...@apache.org>" 
mailto:aha...@apache.org>>
Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149

This is the script in Jenkins.sh.

export SHELLOPTS
set -o igncr

./mini_run.sh -timeout=6 -all
#./mini_run.sh -timeout=6 -failures

if [[ -s failures.txt ]] ; then
echo "Some tests failed: running '-failures'"
./mini_run.sh -failures
else
echo "All tests passed on first run"
fi ;

It is set to run -all first.  And then it tries to detect failures.txt and if 
found, it will run -failures.

It might be that the -all failed without creating a failures.txt file?

To me, it looks like ant task failed to find local.properties, which is why the 
build failed.


On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui 
mailto:aha...@adobe.com>> wrote:
Looks like running -failures didn't quite work and it tried to run
everything.

Is jenkins.sh actually a shell script that gets run by Bash?  I noticed in
test_changes.sh, mini_run.sh is called via "sh ./mini_run.sh" instead of
just "./mini_run.sh".  I'm no Bash expert, but I wonder if that could be
the reason?

-Alex

On 6/10/13 10:03 AM, "OmPrakash Muppirala" 
mailto:bigosma...@gmail.com>> wrote:

>All clear from me..
>
>Om
>On Jun 10, 2013 10:01 AM, "Erik de Bruin" 
>mailto:e...@ixsoftware.nl>> wrote:
>
>> I'll stay clear of the VM ;-)
>>
>> EdB
>>
>>
>>
>> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui 
>> mailto:aha...@adobe.com>> wrote:
>> > Strange.  Anybody using the VM?  Otherwise I will log in in a few
>> minutes.
>> >
>> > On 6/10/13 5:09 AM, 
>> > "flex.muste...@gmail.com<mailto:flex.muste...@gmail.com>"
>>mailto:flex.muste...@gmail.com>>
>> > wrote:
>> >
>> >>See <http://localhost:8080/job/flex-sdk_mustella/149/>
>> >>
>> >>--
>> >>[...truncated 90833 lines...]
>> >> [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>Dat
>>
>>
>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
>>>>alo
>> >>.mxml(370): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >> [java]
>> >> [java] >/>
>> >> [java]
>> >> [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>Lin
>> >>kBar\SWFs\LinkBar_Mirroring.swf (1567325 bytes)
>> >> [java] Choosing local runner bitmap save
>> >> [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>tte
>> >>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.mxml
>> >> [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>tte
>> >>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.swf (661445
>>bytes)
>> >> [java] Choosing local runner bitmap save
>> >> [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>But
>> >>ton\S

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-10 Thread OmPrakash Muppirala
This is the script in Jenkins.sh.

export SHELLOPTS
set -o igncr

./mini_run.sh -timeout=6 -all
#./mini_run.sh -timeout=6 -failures

if [[ -s failures.txt ]] ; then
echo "Some tests failed: running '-failures'"
./mini_run.sh -failures
else
echo "All tests passed on first run"
fi ;

It is set to run -all first.  And then it tries to detect failures.txt and
if found, it will run -failures.

It might be that the -all failed without creating a failures.txt file?

To me, it looks like ant task failed to find local.properties, which is why
the build failed.


On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui  wrote:

> Looks like running -failures didn't quite work and it tried to run
> everything.
>
> Is jenkins.sh actually a shell script that gets run by Bash?  I noticed in
> test_changes.sh, mini_run.sh is called via "sh ./mini_run.sh" instead of
> just "./mini_run.sh".  I'm no Bash expert, but I wonder if that could be
> the reason?
>
> -Alex
>
> On 6/10/13 10:03 AM, "OmPrakash Muppirala"  wrote:
>
> >All clear from me..
> >
> >Om
> >On Jun 10, 2013 10:01 AM, "Erik de Bruin"  wrote:
> >
> >> I'll stay clear of the VM ;-)
> >>
> >> EdB
> >>
> >>
> >>
> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui  wrote:
> >> > Strange.  Anybody using the VM?  Otherwise I will log in in a few
> >> minutes.
> >> >
> >> > On 6/10/13 5:09 AM, "flex.muste...@gmail.com"
> >>
> >> > wrote:
> >> >
> >> >>See 
> >> >>
> >> >>--
> >> >>[...truncated 90833 lines...]
> >> >> [java] Loading configuration file
> >>
> C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> >> [java]
> >>
> >>
> C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
> Dat
> >>
> >>
> aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
> alo
> >> >>.mxml(370): Warning: 'application' has been deprecated since 4.0.
> >>Please
> >> >>use 'FlexGlobals.topLevelApplication'.
> >> >> [java]
> >> >> [java]  >>/>
> >> >> [java]
> >> >> [java]
> >>
> >>
> C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
> Lin
> >> >>kBar\SWFs\LinkBar_Mirroring.swf (1567325 bytes)
> >> >> [java] Choosing local runner bitmap save
> >> >> [java] okey doke, going to compile
> >>
> >>
> C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
> tte
> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.mxml
> >> >> [java] Loading configuration file
> >>
> C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> >> [java]
> >>
> >>
> C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
> tte
> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.swf (661445
> >>bytes)
> >> >> [java] Choosing local runner bitmap save
> >> >> [java] okey doke, going to compile
> >>
> >>
> C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
> But
> >> >>ton\SWFs\Button_main.mxml
> >> >> [java] Loading configuration file
> >>
> C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> >> [java]
> >>
> >>
> C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
> Dat
> >>
> >>
> aGrid\DataGrid_HaloSkin\Properties\
> datagrid_properties_editable_halo.mx
> ml(
> >> >>93): Warning: 'application' has been deprecated since 4.0.  Please use
> >> >>'FlexGlobals.topLevelApplication'.
> >> >> [java]
> >> >> [java]  >>
> >>
> code="Application.application.setColumnConfig3(Application.application.
> dg1
> >> >>)" />
> >> >> [java]
> >> >> [java]
> >>
> >>
> C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
> Dat
> >>
> >>
> aGrid\DataGrid_HaloSkin\Properties\
> datagrid_properties_editable_halo.mx
> ml(
> >> >>110): Warning: 'application' has been deprecated since 4.0.  Please
> >>use
> >> >>'FlexGlobals.topLevelApplication'.
> >> >> [java]
> >> >> [java]  >>
> >>
> code="Application.application.setColumnConfig3(Application.application.
> dg1
> >> >>)" />
> >> >> [java]
> >> >> [java]
> >>
> >>
> C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
> Dat
> >>
> >>
> aGrid\DataGrid_HaloSkin\Properties\
> datagrid_properties_editable_halo.mx
> ml(
> >> >>132): Warning: 'application' has been deprecated since 4.0.  Please
> >>use
> >> >>'FlexGlobals.topLevelApplication'.
> >> >> [java]
> >> >> [java]  >> >>code="Application.application.dg1.dataProvider.removeItemAt(0)"
> >> >>waitTarget="dg1" waitEvent="updateComplete" />
> >> >> [java]
> >> >> [java]
> >>
> >>
> C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
> Dat
> >> >>aGrid\DataGrid_HaloSkin\SWFs\DataGridApp_halo.swf (1838

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-10 Thread Alex Harui
Looks like running -failures didn't quite work and it tried to run
everything.

Is jenkins.sh actually a shell script that gets run by Bash?  I noticed in
test_changes.sh, mini_run.sh is called via "sh ./mini_run.sh" instead of
just "./mini_run.sh".  I'm no Bash expert, but I wonder if that could be
the reason?

-Alex

On 6/10/13 10:03 AM, "OmPrakash Muppirala"  wrote:

>All clear from me..
>
>Om
>On Jun 10, 2013 10:01 AM, "Erik de Bruin"  wrote:
>
>> I'll stay clear of the VM ;-)
>>
>> EdB
>>
>>
>>
>> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui  wrote:
>> > Strange.  Anybody using the VM?  Otherwise I will log in in a few
>> minutes.
>> >
>> > On 6/10/13 5:09 AM, "flex.muste...@gmail.com"
>>
>> > wrote:
>> >
>> >>See 
>> >>
>> >>--
>> >>[...truncated 90833 lines...]
>> >> [java] Loading configuration file
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> [java]
>>
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
Dat
>>
>>
aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
alo
>> >>.mxml(370): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >> [java]
>> >> [java] >/>
>> >> [java]
>> >> [java]
>>
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
Lin
>> >>kBar\SWFs\LinkBar_Mirroring.swf (1567325 bytes)
>> >> [java] Choosing local runner bitmap save
>> >> [java] okey doke, going to compile
>>
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
tte
>> >>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.mxml
>> >> [java] Loading configuration file
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> [java]
>>
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
tte
>> >>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.swf (661445
>>bytes)
>> >> [java] Choosing local runner bitmap save
>> >> [java] okey doke, going to compile
>>
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
But
>> >>ton\SWFs\Button_main.mxml
>> >> [java] Loading configuration file
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> [java]
>>
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
Dat
>>
>>
aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mx
ml(
>> >>93): Warning: 'application' has been deprecated since 4.0.  Please use
>> >>'FlexGlobals.topLevelApplication'.
>> >> [java]
>> >> [java] >
>>
code="Application.application.setColumnConfig3(Application.application.
dg1
>> >>)" />
>> >> [java]
>> >> [java]
>>
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
Dat
>>
>>
aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mx
ml(
>> >>110): Warning: 'application' has been deprecated since 4.0.  Please
>>use
>> >>'FlexGlobals.topLevelApplication'.
>> >> [java]
>> >> [java] >
>>
code="Application.application.setColumnConfig3(Application.application.
dg1
>> >>)" />
>> >> [java]
>> >> [java]
>>
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
Dat
>>
>>
aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mx
ml(
>> >>132): Warning: 'application' has been deprecated since 4.0.  Please
>>use
>> >>'FlexGlobals.topLevelApplication'.
>> >> [java]
>> >> [java] > >>code="Application.application.dg1.dataProvider.removeItemAt(0)"
>> >>waitTarget="dg1" waitEvent="updateComplete" />
>> >> [java]
>> >> [java]
>>
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
Dat
>> >>aGrid\DataGrid_HaloSkin\SWFs\DataGridApp_halo.swf (1838134 bytes)
>> >> [java] Choosing local runner bitmap save
>> >> [java] okey doke, going to compile
>>
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
\Ap
>> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.mxml
>> >> [java] Loading configuration file
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> [java]
>>
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
But
>> >>ton\swfs\Button_main.swf (1374163 bytes)
>> >> [java] Choosing local runner bitmap save
>> >> [java] okey doke, going to compile
>>
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
nen
>> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.mxml
>> >> [java] Loading configuration file
>>
C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>  

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-10 Thread OmPrakash Muppirala
All clear from me..

Om
On Jun 10, 2013 10:01 AM, "Erik de Bruin"  wrote:

> I'll stay clear of the VM ;-)
>
> EdB
>
>
>
> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui  wrote:
> > Strange.  Anybody using the VM?  Otherwise I will log in in a few
> minutes.
> >
> > On 6/10/13 5:09 AM, "flex.muste...@gmail.com" 
> > wrote:
> >
> >>See 
> >>
> >>--
> >>[...truncated 90833 lines...]
> >> [java] Loading configuration file
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>
> >>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_halo
> >>.mxml(370): Warning: 'application' has been deprecated since 4.0.  Please
> >>use 'FlexGlobals.topLevelApplication'.
> >> [java]
> >> [java] 
> >> [java]
> >> [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Lin
> >>kBar\SWFs\LinkBar_Mirroring.swf (1567325 bytes)
> >> [java] Choosing local runner bitmap save
> >> [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatte
> >>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.mxml
> >> [java] Loading configuration file
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatte
> >>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.swf (661445 bytes)
> >> [java] Choosing local runner bitmap save
> >> [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\But
> >>ton\SWFs\Button_main.mxml
> >> [java] Loading configuration file
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>
> >>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mxml(
> >>93): Warning: 'application' has been deprecated since 4.0.  Please use
> >>'FlexGlobals.topLevelApplication'.
> >> [java]
> >> [java] 
> >>code="Application.application.setColumnConfig3(Application.application.dg1
> >>)" />
> >> [java]
> >> [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>
> >>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mxml(
> >>110): Warning: 'application' has been deprecated since 4.0.  Please use
> >>'FlexGlobals.topLevelApplication'.
> >> [java]
> >> [java] 
> >>code="Application.application.setColumnConfig3(Application.application.dg1
> >>)" />
> >> [java]
> >> [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>
> >>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mxml(
> >>132): Warning: 'application' has been deprecated since 4.0.  Please use
> >>'FlexGlobals.topLevelApplication'.
> >> [java]
> >> [java]  >>code="Application.application.dg1.dataProvider.removeItemAt(0)"
> >>waitTarget="dg1" waitEvent="updateComplete" />
> >> [java]
> >> [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
> >>aGrid\DataGrid_HaloSkin\SWFs\DataGridApp_halo.swf (1838134 bytes)
> >> [java] Choosing local runner bitmap save
> >> [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.mxml
> >> [java] Loading configuration file
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\But
> >>ton\swfs\Button_main.swf (1374163 bytes)
> >> [java] Choosing local runner bitmap save
> >> [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.mxml
> >> [java] Loading configuration file
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>
> >>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.
> >>mxml(56): Warning: 'application' has been deprecated since 4.0.  Please
> >>use 'FlexGlobals.topLevelApplication'.
> >> [java]
> >> [java]  >>styleName="modalTransparency" value="-1" />
> >> [java]
> >> [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>
> >>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.
> >>mxml(57): Warning: 'application' has been deprecated since

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-10 Thread Erik de Bruin
I'll stay clear of the VM ;-)

EdB



On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui  wrote:
> Strange.  Anybody using the VM?  Otherwise I will log in in a few minutes.
>
> On 6/10/13 5:09 AM, "flex.muste...@gmail.com" 
> wrote:
>
>>See 
>>
>>--
>>[...truncated 90833 lines...]
>> [java] Loading configuration file
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_halo
>>.mxml(370): Warning: 'application' has been deprecated since 4.0.  Please
>>use 'FlexGlobals.topLevelApplication'.
>> [java]
>> [java] 
>> [java]
>> [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Lin
>>kBar\SWFs\LinkBar_Mirroring.swf (1567325 bytes)
>> [java] Choosing local runner bitmap save
>> [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatte
>>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.mxml
>> [java] Loading configuration file
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatte
>>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.swf (661445 bytes)
>> [java] Choosing local runner bitmap save
>> [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\But
>>ton\SWFs\Button_main.mxml
>> [java] Loading configuration file
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mxml(
>>93): Warning: 'application' has been deprecated since 4.0.  Please use
>>'FlexGlobals.topLevelApplication'.
>> [java]
>> [java] >code="Application.application.setColumnConfig3(Application.application.dg1
>>)" />
>> [java]
>> [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mxml(
>>110): Warning: 'application' has been deprecated since 4.0.  Please use
>>'FlexGlobals.topLevelApplication'.
>> [java]
>> [java] >code="Application.application.setColumnConfig3(Application.application.dg1
>>)" />
>> [java]
>> [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mxml(
>>132): Warning: 'application' has been deprecated since 4.0.  Please use
>>'FlexGlobals.topLevelApplication'.
>> [java]
>> [java] >code="Application.application.dg1.dataProvider.removeItemAt(0)"
>>waitTarget="dg1" waitEvent="updateComplete" />
>> [java]
>> [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>>aGrid\DataGrid_HaloSkin\SWFs\DataGridApp_halo.swf (1838134 bytes)
>> [java] Choosing local runner bitmap save
>> [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.mxml
>> [java] Loading configuration file
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\But
>>ton\swfs\Button_main.swf (1374163 bytes)
>> [java] Choosing local runner bitmap save
>> [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\RichEditableText\SWFs\RichEditableText_Basic004.mxml
>> [java] Loading configuration file
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.
>>mxml(56): Warning: 'application' has been deprecated since 4.0.  Please
>>use 'FlexGlobals.topLevelApplication'.
>> [java]
>> [java] >styleName="modalTransparency" value="-1" />
>> [java]
>> [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.
>>mxml(57): Warning: 'application' has been deprecated since 4.0.  Please
>>use 'FlexGlobals.topLevelApplication'.
>> [java]
>> [java] >styleName="backgroundImage" value="" />
>> [java]
>> [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.
>>mxml(58

Re: Build failed in Jenkins: flex-sdk_mustella #149

2013-06-10 Thread Alex Harui
Strange.  Anybody using the VM?  Otherwise I will log in in a few minutes.

On 6/10/13 5:09 AM, "flex.muste...@gmail.com" 
wrote:

>See 
>
>--
>[...truncated 90833 lines...]
> [java] Loading configuration file
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_halo
>.mxml(370): Warning: 'application' has been deprecated since 4.0.  Please
>use 'FlexGlobals.topLevelApplication'.
> [java]
> [java] 
> [java]
> [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Lin
>kBar\SWFs\LinkBar_Mirroring.swf (1567325 bytes)
> [java] Choosing local runner bitmap save
> [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatte
>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.mxml
> [java] Loading configuration file
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatte
>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.swf (661445 bytes)
> [java] Choosing local runner bitmap save
> [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\But
>ton\SWFs\Button_main.mxml
> [java] Loading configuration file
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mxml(
>93): Warning: 'application' has been deprecated since 4.0.  Please use
>'FlexGlobals.topLevelApplication'.
> [java]
> [java] code="Application.application.setColumnConfig3(Application.application.dg1
>)" />
> [java]
> [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mxml(
>110): Warning: 'application' has been deprecated since 4.0.  Please use
>'FlexGlobals.topLevelApplication'.
> [java]
> [java] code="Application.application.setColumnConfig3(Application.application.dg1
>)" />
> [java]
> [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mxml(
>132): Warning: 'application' has been deprecated since 4.0.  Please use
>'FlexGlobals.topLevelApplication'.
> [java]
> [java] code="Application.application.dg1.dataProvider.removeItemAt(0)"
>waitTarget="dg1" waitEvent="updateComplete" />
> [java]
> [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>aGrid\DataGrid_HaloSkin\SWFs\DataGridApp_halo.swf (1838134 bytes)
> [java] Choosing local runner bitmap save
> [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.mxml
> [java] Loading configuration file
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\But
>ton\swfs\Button_main.swf (1374163 bytes)
> [java] Choosing local runner bitmap save
> [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\RichEditableText\SWFs\RichEditableText_Basic004.mxml
> [java] Loading configuration file
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.
>mxml(56): Warning: 'application' has been deprecated since 4.0.  Please
>use 'FlexGlobals.topLevelApplication'.
> [java]
> [java] styleName="modalTransparency" value="-1" />
> [java]
> [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.
>mxml(57): Warning: 'application' has been deprecated since 4.0.  Please
>use 'FlexGlobals.topLevelApplication'.
> [java]
> [java] styleName="backgroundImage" value="" />
> [java]
> [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.
>mxml(58): Warning: 'application' has been deprecated since 4.0.  Please
>use 'FlexGlobals.topLevelApplication'.
> [java]
> [java] styleName="backgroundColor" value="0x00ff00" waitEvent="u