You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by fl...@gmail.com on 2013/06/10 02:47:02 UTC

Build failed in Jenkins: flex-sdk_mustella #148

See <http://localhost:8080/job/flex-sdk_mustella/148/changes>

Changes:

[jmclean] Fix issue with multi select and ctrl clicking on start and or of date ranges.

[bigosmallm] Script to follow up a normal mustella run with -failures is now active

------------------------------------------
Started by user anonymous
[EnvInject] - Loading node environment variables.
Building remotely on WindowsSlave in workspace <http://localhost:8080/job/flex-sdk_mustella/ws/>
Checkout:flex-sdk_mustella / <http://localhost:8080/job/flex-sdk_mustella/ws/> - hudson.remoting.Channel@d6c6ea:WindowsSlave
Using strategy: Default
Last Built Revision: Revision f8ef963ae1c316aa55a88ff6342b418f231038ca (origin/develop)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision 499267ce689eda595954649d6d9559738e45b23c (origin/develop)
Checking out Revision 499267ce689eda595954649d6d9559738e45b23c (origin/develop)
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
USER=ApacheFlex
TLF_HOME=C:/jenkins_slave/workspace/download-flex-tlf

[EnvInject] - Variables injected successfully.
[flex-sdk_mustella] $ cmd.exe /C '"ant.bat -Dbuild.noprompt=true ant clean main other.locales && exit %%ERRORLEVEL%%"'
Buildfile: <http://localhost:8080/job/flex-sdk_mustella/ws/build.xml>

BUILD FAILED
Target "ant" does not exist in the project "sdk". 

Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure

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

Posted by Alex Harui <ah...@adobe.com>.
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 <bi...@gmail.com>>
Date: Wednesday, June 12, 2013 10:43 AM
To: Erik de Bruin <er...@ixsoftware.nl>>
Cc: Alex Harui <ah...@adobe.com>>, "dev@flex.apache.org<ma...@flex.apache.org>" <de...@flex.apache.org>>, "jmclean@apache.org<ma...@apache.org>" <jm...@apache.org>>, "erikdebruin@apache.org<ma...@apache.org>" <er...@apache.org>>, "aharui@apache.org<ma...@apache.org>" <ah...@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 <bi...@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 <er...@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 <er...@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 <er...@ixsoftware.nl>> wrote:
>> The primary run is finished. It had only (?) 6 errors... but the
>> subsequent try to run -failures resulted in:
>>
>> <output>
>> -uThe system cannot find the file specified.
>>
>> -uThe system cannot find the file specified.
>>
>> Skipping testcase check
>> Doing a regular mini run
>> </output>
>>
>> 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 <er...@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 <er...@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
>>>> <bi...@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 <ah...@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 <ah...@adobe.com>>
>>>>>> Date: Monday, June 10, 2013 11:59 AM
>>>>>> To: OmPrakash Muppirala <bi...@gmail.com>>, "dev@flex.apache.org<ma...@flex.apache.org>"
>>>>>> <de...@flex.apache.org>>
>>>>>>
>>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>>, "jmclean@apache.org<ma...@apache.org>"
>>>>>> <jm...@apache.org>>, "erikdebruin@apache.org<ma...@apache.org>" <er...@apache.org>>,
>>>>>> "aharui@apache.org<ma...@apache.org>" <ah...@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 <bi...@gmail.com>>
>>>>>> Date: Monday, June 10, 2013 10:51 AM
>>>>>> To: "dev@flex.apache.org<ma...@flex.apache.org>" <de...@flex.apache.org>>
>>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>>, "jmclean@apache.org<ma...@apache.org>"
>>>>>> <jm...@apache.org>>, "erikdebruin@apache.org<ma...@apache.org>" <er...@apache.org>>,
>>>>>> "aharui@apache.org<ma...@apache.org>" <ah...@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=60000 -all
>>>>>> #./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com>> wrote:
>>>>>>>
>>>>>>> >All clear from me..
>>>>>>> >
>>>>>>> >Om
>>>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl>> wrote:
>>>>>>> >
>>>>>>> >> I'll stay clear of the VM ;-)
>>>>>>> >>
>>>>>>> >> EdB
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com<ma...@gmail.com>"
>>>>>>> >><fl...@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]                 <AssertMethodValue method="value =
>>>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar" value="null"
>>>>>>> >>/>
>>>>>>> >> >>     [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<http://datagrid_properties_editable_halo.mx>
>>>>>>> >>>>ml(
>>>>>>> >> >>93): Warning: 'application' has been deprecated since 4.0.  Please
>>>>>>> >> >> use
>>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]                 <RunCode
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>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<http://datagrid_properties_editable_halo.mx>
>>>>>>> >>>>ml(
>>>>>>> >> >>110): Warning: 'application' has been deprecated since 4.0.  Please
>>>>>>> >>use
>>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]                 <RunCode
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>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<http://datagrid_properties_editable_halo.mx>
>>>>>>> >>>>ml(
>>>>>>> >> >>132): Warning: 'application' has been deprecated since 4.0.  Please
>>>>>>> >>use
>>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]                 <RunCode
>>>>>>> >> >>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
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(56): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>>>> >> >>styleName="modalTransparency" value="-1" />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(57): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>>>> >> >>styleName="backgroundImage" value="" />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(58): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>>>>>>> >>waitEvent="updateComplete"
>>>>>>> >> />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(63): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <AssertStyleValue
>>>>>>> >> >>target="{Application.application}" styleName="modalTransparency"
>>>>>>> >> >>value="-1" />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(64): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <CompareBitmap
>>>>>>> >>target="{Application.application}"
>>>>>>> >> >>url="../Styles/Baselines/$testID.png" />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>>>>>>> >> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216
>>>>>>> >> >> bytes)
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>>>> >>>>tte
>>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785
>>>>>>> >>bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>>>>>>> >>>>cti
>>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>>>> >>>>s\S
>>>>>>> >> >>WFs\contentBackgroundAlpha_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\colle
>>>>>>> >>>>cti
>>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>>>> >>>>Pan
>>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>>>>>>> >>>>s\S
>>>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>>>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>>>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]                            eventDispatcher =
>>>>>>> >> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>>>> >>>>s\S
>>>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>>>> >>>>H_V
>>>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\containers\
>>>>>>> >>>>Pan
>>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>>>>>>> >>>>WFs
>>>>>>> >> >>\Mirroring_Main_Application.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\containers\
>>>>>>> >>>>H_V
>>>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>>>> >>>>ts\
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>>>>>>> >>>>ml
>>>>>>> >> >>     [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\effec
>>>>>>> >>>>ts\
>>>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>>>>>> >>(730329
>>>>>>> >> >>bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>>>> >>>>tiv
>>>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>>>>>>> >>>>wfs
>>>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>>>> >>>>liz
>>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>>>>>>> >>>>tiv
>>>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>>> >>>>s\S
>>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>>>>>>> >>>>liz
>>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>>>> >>>>Can
>>>>>>> >> >>vas\SWFs\PreferredCanvas.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\containers\
>>>>>>> >>>>Can
>>>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>>>> >>>>ts\
>>>>>>> >>
>>>>>>> >> >> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>>>>>>> >>>>ts\
>>>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>>>>>>> >> >> (733839
>>>>>>> >> >>bytes)
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>>> >>>>s\S
>>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>>>>>>> >> >>selector 'spark.modules.Module' was not processed, because the type
>>>>>>> >>was
>>>>>>> >> >>not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|Module,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>>> >>>>s\S
>>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>>>>>>> >> >>selector 'spark.components.TitleWindow' was not processed, because
>>>>>>> >> >> the
>>>>>>> >> >>type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|TitleWindow{
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>>> >>>>s\S
>>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>>>>>>> >>>>ran
>>>>>>> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>>>> >>>>tiv
>>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>>>>>>> >>>>ran
>>>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>>>> >>>>liz
>>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>>>>>>> >>>>tiv
>>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>>>> >>>>liz
>>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>>>> >>>>ts\
>>>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>>>>>>> >>>>ts\
>>>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>>>> >>>>Dat
>>>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>>>>>>> >>>>def
>>>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
>>>>>>> >>supported by
>>>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>>>>>>> >>>>def
>>>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only supported
>>>>>>> >> >> by
>>>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>>>> >>>>e\w
>>>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is
>>>>>>> >>only
>>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo,
>>>>>>> >>spark'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>>>> >>>>e\w
>>>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is
>>>>>>> >>only
>>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>>> >>>>swc
>>>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
>>>>>>> >>supported by
>>>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>>> >>>>swc
>>>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
>>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>>>> >>spark,
>>>>>>> >> >>mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>>> >>>>swc
>>>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>>>>>>> >>supported
>>>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>>>>>>> >> >> mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>>> >>>>swc
>>>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>>>> >>spark,
>>>>>>> >> >>mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not processed,
>>>>>>> >> >> because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|Accordion,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not processed,
>>>>>>> >> >> because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|RadioButton,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not processed, because
>>>>>>> >>the
>>>>>>> >> >>type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|CheckBox,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.List' was not processed, because the
>>>>>>> >>type
>>>>>>> >> >>was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|List,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed, because the
>>>>>>> >>type
>>>>>>> >> >>was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|Text,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed, because the
>>>>>>> >>type
>>>>>>> >> >>was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|Label,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not processed,
>>>>>>> >>because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|NumericStepper,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'spark.components.HSlider' was not processed,
>>>>>>> >>because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|HSlider,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was not
>>>>>>> >> >> processed,
>>>>>>> >> >>because the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|NumericStepper,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'spark.components.TextInput' was not processed,
>>>>>>> >>because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|TextInput{
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>>>>>>> >>>>ent
>>>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>>>> >>>>Dat
>>>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [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_getMonthNames_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\States\Curr
>>>>>>> >>>>ent
>>>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>>>>>>> >>>>liz
>>>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>>>> >>>>tte
>>>>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>>>>>>> >> >>bytes)
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>>>>>>> >> >>     [java] Version 4.10.0 build 0
>>>>>>> >> >>     [java] Copyright 2013 The Apache Software Foundation.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java] command line: Error: unable to open
>>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>>>>> >> >> command
>>>>>>> >> >>line.
>>>>>>> >> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java] here's the failedFile; command line: Error: unable to
>>>>>>> >> >> open
>>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>>>>> >> >> command
>>>>>>> >> >>line.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>>>>>>> >> >>     [java] Java Result: 1
>>>>>>> >> >>     [echo] compileswfs jreturn is 1
>>>>>>> >> >> [loadfile]
>>>>>>> >>
>>>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>>>>>>> >> >>doesn't exist
>>>>>>> >> >>
>>>>>>> >> >>do_fail:
>>>>>>> >> >>
>>>>>>> >> >>BUILD FAILED
>>>>>>> >>
>>>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>>>>>> >>The
>>>>>>> >> >>following error occurred while executing this line:
>>>>>>> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>>>>>> >>SWF
>>>>>>> >> >>compile failed. Exiting
>>>>>>> >> >>
>>>>>>> >> >>Total time: 144 minutes 50 seconds
>>>>>>> >> >>Build step 'Execute shell' marked build as failure
>>>>>>> >> >
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> --
>>>>>>> >> Ix Multimedia Software
>>>>>>> >>
>>>>>>> >> Jan Luykenstraat 27
>>>>>>> >> 3521 VB Utrecht
>>>>>>> >>
>>>>>>> >> T. 06-51952295
>>>>>>> >> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>>>>>> >>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Ix Multimedia Software
>>>>
>>>> Jan Luykenstraat 27
>>>> 3521 VB Utrecht
>>>>
>>>> T. 06-51952295
>>>> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>>
>>>
>>>
>>> --
>>> Ix Multimedia Software
>>>
>>> Jan Luykenstraat 27
>>> 3521 VB Utrecht
>>>
>>> T. 06-51952295
>>> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl<http://www.ixsoftware.nl>



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl<http://www.ixsoftware.nl>



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

Posted by OmPrakash Muppirala <bi...@gmail.com>.
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
<bi...@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 <er...@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 <er...@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 <er...@ixsoftware.nl>
>> wrote:
>> >> The primary run is finished. It had only (?) 6 errors... but the
>> >> subsequent try to run -failures resulted in:
>> >>
>> >> <output>
>> >> -uThe system cannot find the file specified.
>> >>
>> >> -uThe system cannot find the file specified.
>> >>
>> >> Skipping testcase check
>> >> Doing a regular mini run
>> >> </output>
>> >>
>> >> 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 <er...@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 <er...@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
>> >>>> <bi...@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 <ah...@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 <ah...@adobe.com>
>> >>>>>> Date: Monday, June 10, 2013 11:59 AM
>> >>>>>> To: OmPrakash Muppirala <bi...@gmail.com>, "
>> dev@flex.apache.org"
>> >>>>>> <de...@flex.apache.org>
>> >>>>>>
>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org" <
>> erikdebruin@apache.org>,
>> >>>>>> "aharui@apache.org" <ah...@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 <bi...@gmail.com>
>> >>>>>> Date: Monday, June 10, 2013 10:51 AM
>> >>>>>> To: "dev@flex.apache.org" <de...@flex.apache.org>
>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org" <
>> erikdebruin@apache.org>,
>> >>>>>> "aharui@apache.org" <ah...@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=60000 -all
>> >>>>>> #./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com>
>> wrote:
>> >>>>>>>
>> >>>>>>> >All clear from me..
>> >>>>>>> >
>> >>>>>>> >Om
>> >>>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl>
>> wrote:
>> >>>>>>> >
>> >>>>>>> >> I'll stay clear of the VM ;-)
>> >>>>>>> >>
>> >>>>>>> >> EdB
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com"
>> >>>>>>> >><fl...@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]                 <AssertMethodValue method="value
>> =
>> >>>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar"
>> value="null"
>> >>>>>>> >>/>
>> >>>>>>> >> >>     [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]                 <RunCode
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>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]                 <RunCode
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>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]                 <RunCode
>> >>>>>>> >>
>> >>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
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>>>> >>>>\Ap
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>>>> >>>>lo.
>> >>>>>>> >> >>mxml(56): Warning: 'application' has been deprecated since
>> 4.0.
>> >>>>>>> >>Please
>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]             <SetStyle
>> target="{Application.application}"
>> >>>>>>> >> >>styleName="modalTransparency" value="-1" />
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>>>> >>>>\Ap
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>>>> >>>>lo.
>> >>>>>>> >> >>mxml(57): Warning: 'application' has been deprecated since
>> 4.0.
>> >>>>>>> >>Please
>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]             <SetStyle
>> target="{Application.application}"
>> >>>>>>> >> >>styleName="backgroundImage" value="" />
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>>>> >>>>\Ap
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>>>> >>>>lo.
>> >>>>>>> >> >>mxml(58): Warning: 'application' has been deprecated since
>> 4.0.
>> >>>>>>> >>Please
>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]             <SetStyle
>> target="{Application.application}"
>> >>>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>> >>>>>>> >>waitEvent="updateComplete"
>> >>>>>>> >> />
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>>>> >>>>\Ap
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>>>> >>>>lo.
>> >>>>>>> >> >>mxml(63): Warning: 'application' has been deprecated since
>> 4.0.
>> >>>>>>> >>Please
>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]             <AssertStyleValue
>> >>>>>>> >> >>target="{Application.application}"
>> styleName="modalTransparency"
>> >>>>>>> >> >>value="-1" />
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>>>> >>>>\Ap
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>>>> >>>>lo.
>> >>>>>>> >> >>mxml(64): Warning: 'application' has been deprecated since
>> 4.0.
>> >>>>>>> >>Please
>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]             <CompareBitmap
>> >>>>>>> >>target="{Application.application}"
>> >>>>>>> >> >>url="../Styles/Baselines/$testID.png" />
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>>>> >>>>\Ap
>> >>>>>>> >>
>> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>> >>>>>>> >> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf
>> (1714216
>> >>>>>>> >> >> bytes)
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>> >>>>>>> >>>>tte
>> >>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf
>> (672785
>> >>>>>>> >>bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>> >>>>>>> >>>>cti
>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>WFs\contentBackgroundAlpha_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\colle
>> >>>>>>> >>>>cti
>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>> >>>>>>> >>>>Pan
>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>> >>>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.
>>  Please use
>> >>>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager
>> instance'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]                            eventDispatcher =
>> >>>>>>> >>
>> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>> >>>>>>> >>>>H_V
>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\containers\
>> >>>>>>> >>>>Pan
>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>> >>>>>>> >>>>WFs
>> >>>>>>> >> >>\Mirroring_Main_Application.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\containers\
>> >>>>>>> >>>>H_V
>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>> >>>>>>> >>>>ts\
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>> >>>>>>> >>>>ml
>> >>>>>>> >> >>     [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\effec
>> >>>>>>> >>>>ts\
>> >>>>>>> >>
>> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>> >>>>>>> >>(730329
>> >>>>>>> >> >>bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>> >>>>>>> >>>>tiv
>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>> >>>>>>> >>>>wfs
>> >>>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>> >>>>>>> >>>>liz
>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>> >>>>>>> >>>>tiv
>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>> >>>>>>> >>>>liz
>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074
>> bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>> >>>>>>> >>>>Can
>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.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\containers\
>> >>>>>>> >>>>Can
>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>> >>>>>>> >>>>ts\
>> >>>>>>> >>
>> >>>>>>> >> >>
>> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>> >>>>>>> >>>>ts\
>> >>>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>> >>>>>>> >> >> (733839
>> >>>>>>> >> >>bytes)
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The
>> CSS type
>> >>>>>>> >> >>selector 'spark.modules.Module' was not processed, because
>> the type
>> >>>>>>> >>was
>> >>>>>>> >> >>not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            s|Module,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The
>> CSS type
>> >>>>>>> >> >>selector 'spark.components.TitleWindow' was not processed,
>> because
>> >>>>>>> >> >> the
>> >>>>>>> >> >>type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            s|TitleWindow{
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>> >>>>>>> >>>>ran
>> >>>>>>> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>> >>>>>>> >>>>tiv
>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>> >>>>>>> >>>>ran
>> >>>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098
>> bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>> >>>>>>> >>>>liz
>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>> >>>>>>> >>>>tiv
>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>> >>>>>>> >>>>liz
>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745
>> bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>> >>>>>>> >>>>ts\
>> >>>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>> >>>>>>> >>>>ts\
>> >>>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966
>> bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>> >>>>>>> >>>>Dat
>> >>>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>> >>>>>>> >>>>def
>> >>>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
>> >>>>>>> >>supported by
>> >>>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark,
>> mobile'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>> >>>>>>> >>>>def
>> >>>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only
>> supported
>> >>>>>>> >> >> by
>> >>>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>> >>>>>>> >>>>e\w
>> >>>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style
>> 'borderColor' is
>> >>>>>>> >>only
>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s)
>> 'halo,
>> >>>>>>> >>spark'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>> >>>>>>> >>>>e\w
>> >>>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style
>> 'symbolColor' is
>> >>>>>>> >>only
>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s)
>> 'spark'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>> >>>>>>> >>>>swc
>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
>> >>>>>>> >>supported by
>> >>>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>> mobile'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>> >>>>>>> >>>>swc
>> >>>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is
>> only
>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
>> 'halo,
>> >>>>>>> >>spark,
>> >>>>>>> >> >>mobile'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>> >>>>>>> >>>>swc
>> >>>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>> >>>>>>> >>supported
>> >>>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>> >>>>>>> >> >> mobile'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>> >>>>>>> >>>>swc
>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is
>> only
>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
>> 'halo,
>> >>>>>>> >>spark,
>> >>>>>>> >> >>mobile'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138):
>> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not
>> processed,
>> >>>>>>> >> >> because
>> >>>>>>> >> >>the type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|Accordion,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139):
>> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not
>> processed,
>> >>>>>>> >> >> because
>> >>>>>>> >> >>the type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|RadioButton,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140):
>> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not processed,
>> because
>> >>>>>>> >>the
>> >>>>>>> >> >>type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|CheckBox,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141):
>> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.controls.List' was not processed,
>> because the
>> >>>>>>> >>type
>> >>>>>>> >> >>was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|List,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144):
>> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed,
>> because the
>> >>>>>>> >>type
>> >>>>>>> >> >>was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|Text,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145):
>> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed,
>> because the
>> >>>>>>> >>type
>> >>>>>>> >> >>was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|Label,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146):
>> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not
>> processed,
>> >>>>>>> >>because
>> >>>>>>> >> >>the type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|NumericStepper,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155):
>> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'spark.components.HSlider' was not
>> processed,
>> >>>>>>> >>because
>> >>>>>>> >> >>the type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            s|HSlider,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156):
>> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was not
>> >>>>>>> >> >> processed,
>> >>>>>>> >> >>because the type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            s|NumericStepper,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158):
>> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'spark.components.TextInput' was not
>> processed,
>> >>>>>>> >>because
>> >>>>>>> >> >>the type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            s|TextInput{
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482
>> bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>> >>>>>>> >>>>ent
>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>> >>>>>>> >>>>Dat
>> >>>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [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_getMonthNames_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\States\Curr
>> >>>>>>> >>>>ent
>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>> >>>>>>> >>>>liz
>> >>>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>> >>>>>>> >>>>tte
>> >>>>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf
>> (651769
>> >>>>>>> >> >>bytes)
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>> >>>>>>> >> >>     [java] Version 4.10.0 build 0
>> >>>>>>> >> >>     [java] Copyright 2013 The Apache Software Foundation.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java] command line: Error: unable to open
>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>> >>>>>>> >> >> command
>> >>>>>>> >> >>line.
>> >>>>>>> >> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [java] here's the failedFile; command line: Error:
>> unable to
>> >>>>>>> >> >> open
>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>> >>>>>>> >> >> command
>> >>>>>>> >> >>line.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>> >>>>>>> >> >>     [java] Java Result: 1
>> >>>>>>> >> >>     [echo] compileswfs jreturn is 1
>> >>>>>>> >> >> [loadfile]
>> >>>>>>> >>
>> >>>>>>> >> >>
>> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>> >>>>>>> >> >>doesn't exist
>> >>>>>>> >> >>
>> >>>>>>> >> >>do_fail:
>> >>>>>>> >> >>
>> >>>>>>> >> >>BUILD FAILED
>> >>>>>>> >>
>> >>>>>>> >> >>
>> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>> >>>>>>> >>The
>> >>>>>>> >> >>following error occurred while executing this line:
>> >>>>>>> >>
>> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>> >>>>>>> >>SWF
>> >>>>>>> >> >>compile failed. Exiting
>> >>>>>>> >> >>
>> >>>>>>> >> >>Total time: 144 minutes 50 seconds
>> >>>>>>> >> >>Build step 'Execute shell' marked build as failure
>> >>>>>>> >> >
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>> >> --
>> >>>>>>> >> Ix Multimedia Software
>> >>>>>>> >>
>> >>>>>>> >> Jan Luykenstraat 27
>> >>>>>>> >> 3521 VB Utrecht
>> >>>>>>> >>
>> >>>>>>> >> T. 06-51952295
>> >>>>>>> >> I. www.ixsoftware.nl
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>
>> >>>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> --
>> >>>> Ix Multimedia Software
>> >>>>
>> >>>> Jan Luykenstraat 27
>> >>>> 3521 VB Utrecht
>> >>>>
>> >>>> T. 06-51952295
>> >>>> I. www.ixsoftware.nl
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Ix Multimedia Software
>> >>>
>> >>> Jan Luykenstraat 27
>> >>> 3521 VB Utrecht
>> >>>
>> >>> T. 06-51952295
>> >>> I. www.ixsoftware.nl
>> >>
>> >>
>> >>
>> >> --
>> >> Ix Multimedia Software
>> >>
>> >> Jan Luykenstraat 27
>> >> 3521 VB Utrecht
>> >>
>> >> T. 06-51952295
>> >> I. www.ixsoftware.nl
>> >
>> >
>> >
>> > --
>> > Ix Multimedia Software
>> >
>> > Jan Luykenstraat 27
>> > 3521 VB Utrecht
>> >
>> > T. 06-51952295
>> > I. www.ixsoftware.nl
>>
>>
>>
>> --
>> 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

Posted by Alex Harui <ah...@adobe.com>.
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 <bi...@gmail.com>>
Date: Wednesday, June 12, 2013 10:42 AM
To: Erik de Bruin <er...@ixsoftware.nl>>
Cc: Alex Harui <ah...@adobe.com>>, "dev@flex.apache.org<ma...@flex.apache.org>" <de...@flex.apache.org>>, "jmclean@apache.org<ma...@apache.org>" <jm...@apache.org>>, "erikdebruin@apache.org<ma...@apache.org>" <er...@apache.org>>, "aharui@apache.org<ma...@apache.org>" <ah...@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 <er...@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 <er...@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 <er...@ixsoftware.nl>> wrote:
>> The primary run is finished. It had only (?) 6 errors... but the
>> subsequent try to run -failures resulted in:
>>
>> <output>
>> -uThe system cannot find the file specified.
>>
>> -uThe system cannot find the file specified.
>>
>> Skipping testcase check
>> Doing a regular mini run
>> </output>
>>
>> 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 <er...@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 <er...@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
>>>> <bi...@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 <ah...@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 <ah...@adobe.com>>
>>>>>> Date: Monday, June 10, 2013 11:59 AM
>>>>>> To: OmPrakash Muppirala <bi...@gmail.com>>, "dev@flex.apache.org<ma...@flex.apache.org>"
>>>>>> <de...@flex.apache.org>>
>>>>>>
>>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>>, "jmclean@apache.org<ma...@apache.org>"
>>>>>> <jm...@apache.org>>, "erikdebruin@apache.org<ma...@apache.org>" <er...@apache.org>>,
>>>>>> "aharui@apache.org<ma...@apache.org>" <ah...@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 <bi...@gmail.com>>
>>>>>> Date: Monday, June 10, 2013 10:51 AM
>>>>>> To: "dev@flex.apache.org<ma...@flex.apache.org>" <de...@flex.apache.org>>
>>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>>, "jmclean@apache.org<ma...@apache.org>"
>>>>>> <jm...@apache.org>>, "erikdebruin@apache.org<ma...@apache.org>" <er...@apache.org>>,
>>>>>> "aharui@apache.org<ma...@apache.org>" <ah...@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=60000 -all
>>>>>> #./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com>> wrote:
>>>>>>>
>>>>>>> >All clear from me..
>>>>>>> >
>>>>>>> >Om
>>>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl>> wrote:
>>>>>>> >
>>>>>>> >> I'll stay clear of the VM ;-)
>>>>>>> >>
>>>>>>> >> EdB
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com<ma...@gmail.com>"
>>>>>>> >><fl...@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]                 <AssertMethodValue method="value =
>>>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar" value="null"
>>>>>>> >>/>
>>>>>>> >> >>     [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<http://datagrid_properties_editable_halo.mx>
>>>>>>> >>>>ml(
>>>>>>> >> >>93): Warning: 'application' has been deprecated since 4.0.  Please
>>>>>>> >> >> use
>>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]                 <RunCode
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>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<http://datagrid_properties_editable_halo.mx>
>>>>>>> >>>>ml(
>>>>>>> >> >>110): Warning: 'application' has been deprecated since 4.0.  Please
>>>>>>> >>use
>>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]                 <RunCode
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>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<http://datagrid_properties_editable_halo.mx>
>>>>>>> >>>>ml(
>>>>>>> >> >>132): Warning: 'application' has been deprecated since 4.0.  Please
>>>>>>> >>use
>>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]                 <RunCode
>>>>>>> >> >>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
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(56): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>>>> >> >>styleName="modalTransparency" value="-1" />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(57): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>>>> >> >>styleName="backgroundImage" value="" />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(58): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>>>>>>> >>waitEvent="updateComplete"
>>>>>>> >> />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(63): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <AssertStyleValue
>>>>>>> >> >>target="{Application.application}" styleName="modalTransparency"
>>>>>>> >> >>value="-1" />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(64): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <CompareBitmap
>>>>>>> >>target="{Application.application}"
>>>>>>> >> >>url="../Styles/Baselines/$testID.png" />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>>>>>>> >> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216
>>>>>>> >> >> bytes)
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>>>> >>>>tte
>>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785
>>>>>>> >>bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>>>>>>> >>>>cti
>>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>>>> >>>>s\S
>>>>>>> >> >>WFs\contentBackgroundAlpha_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\colle
>>>>>>> >>>>cti
>>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>>>> >>>>Pan
>>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>>>>>>> >>>>s\S
>>>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>>>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>>>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]                            eventDispatcher =
>>>>>>> >> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>>>> >>>>s\S
>>>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>>>> >>>>H_V
>>>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\containers\
>>>>>>> >>>>Pan
>>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>>>>>>> >>>>WFs
>>>>>>> >> >>\Mirroring_Main_Application.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\containers\
>>>>>>> >>>>H_V
>>>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>>>> >>>>ts\
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>>>>>>> >>>>ml
>>>>>>> >> >>     [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\effec
>>>>>>> >>>>ts\
>>>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>>>>>> >>(730329
>>>>>>> >> >>bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>>>> >>>>tiv
>>>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>>>>>>> >>>>wfs
>>>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>>>> >>>>liz
>>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>>>>>>> >>>>tiv
>>>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>>> >>>>s\S
>>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>>>>>>> >>>>liz
>>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>>>> >>>>Can
>>>>>>> >> >>vas\SWFs\PreferredCanvas.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\containers\
>>>>>>> >>>>Can
>>>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>>>> >>>>ts\
>>>>>>> >>
>>>>>>> >> >> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>>>>>>> >>>>ts\
>>>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>>>>>>> >> >> (733839
>>>>>>> >> >>bytes)
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>>> >>>>s\S
>>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>>>>>>> >> >>selector 'spark.modules.Module' was not processed, because the type
>>>>>>> >>was
>>>>>>> >> >>not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|Module,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>>> >>>>s\S
>>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>>>>>>> >> >>selector 'spark.components.TitleWindow' was not processed, because
>>>>>>> >> >> the
>>>>>>> >> >>type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|TitleWindow{
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>>> >>>>s\S
>>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>>>>>>> >>>>ran
>>>>>>> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>>>> >>>>tiv
>>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>>>>>>> >>>>ran
>>>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>>>> >>>>liz
>>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>>>>>>> >>>>tiv
>>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>>>> >>>>liz
>>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>>>> >>>>ts\
>>>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>>>>>>> >>>>ts\
>>>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>>>> >>>>Dat
>>>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>>>>>>> >>>>def
>>>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
>>>>>>> >>supported by
>>>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>>>>>>> >>>>def
>>>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only supported
>>>>>>> >> >> by
>>>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>>>> >>>>e\w
>>>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is
>>>>>>> >>only
>>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo,
>>>>>>> >>spark'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>>>> >>>>e\w
>>>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is
>>>>>>> >>only
>>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>>> >>>>swc
>>>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
>>>>>>> >>supported by
>>>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>>> >>>>swc
>>>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
>>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>>>> >>spark,
>>>>>>> >> >>mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>>> >>>>swc
>>>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>>>>>>> >>supported
>>>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>>>>>>> >> >> mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>>> >>>>swc
>>>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>>>> >>spark,
>>>>>>> >> >>mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not processed,
>>>>>>> >> >> because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|Accordion,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not processed,
>>>>>>> >> >> because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|RadioButton,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not processed, because
>>>>>>> >>the
>>>>>>> >> >>type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|CheckBox,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.List' was not processed, because the
>>>>>>> >>type
>>>>>>> >> >>was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|List,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed, because the
>>>>>>> >>type
>>>>>>> >> >>was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|Text,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed, because the
>>>>>>> >>type
>>>>>>> >> >>was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|Label,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not processed,
>>>>>>> >>because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|NumericStepper,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'spark.components.HSlider' was not processed,
>>>>>>> >>because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|HSlider,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was not
>>>>>>> >> >> processed,
>>>>>>> >> >>because the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|NumericStepper,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'spark.components.TextInput' was not processed,
>>>>>>> >>because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|TextInput{
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>>>>>>> >>>>ent
>>>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>>>> >>>>Dat
>>>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [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_getMonthNames_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\States\Curr
>>>>>>> >>>>ent
>>>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>>>>>>> >>>>liz
>>>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>>>> >>>>tte
>>>>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>>>>>>> >> >>bytes)
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>>>>>>> >> >>     [java] Version 4.10.0 build 0
>>>>>>> >> >>     [java] Copyright 2013 The Apache Software Foundation.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java] command line: Error: unable to open
>>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>>>>> >> >> command
>>>>>>> >> >>line.
>>>>>>> >> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java] here's the failedFile; command line: Error: unable to
>>>>>>> >> >> open
>>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>>>>> >> >> command
>>>>>>> >> >>line.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>>>>>>> >> >>     [java] Java Result: 1
>>>>>>> >> >>     [echo] compileswfs jreturn is 1
>>>>>>> >> >> [loadfile]
>>>>>>> >>
>>>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>>>>>>> >> >>doesn't exist
>>>>>>> >> >>
>>>>>>> >> >>do_fail:
>>>>>>> >> >>
>>>>>>> >> >>BUILD FAILED
>>>>>>> >>
>>>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>>>>>> >>The
>>>>>>> >> >>following error occurred while executing this line:
>>>>>>> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>>>>>> >>SWF
>>>>>>> >> >>compile failed. Exiting
>>>>>>> >> >>
>>>>>>> >> >>Total time: 144 minutes 50 seconds
>>>>>>> >> >>Build step 'Execute shell' marked build as failure
>>>>>>> >> >
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> --
>>>>>>> >> Ix Multimedia Software
>>>>>>> >>
>>>>>>> >> Jan Luykenstraat 27
>>>>>>> >> 3521 VB Utrecht
>>>>>>> >>
>>>>>>> >> T. 06-51952295
>>>>>>> >> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>>>>>> >>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Ix Multimedia Software
>>>>
>>>> Jan Luykenstraat 27
>>>> 3521 VB Utrecht
>>>>
>>>> T. 06-51952295
>>>> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>>
>>>
>>>
>>> --
>>> Ix Multimedia Software
>>>
>>> Jan Luykenstraat 27
>>> 3521 VB Utrecht
>>>
>>> T. 06-51952295
>>> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl<http://www.ixsoftware.nl>



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl<http://www.ixsoftware.nl>


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

Posted by Erik de Bruin <er...@ixsoftware.nl>.
> 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

Posted by Erik de Bruin <er...@ixsoftware.nl>.
I'm in the VM now, checking out the PATH 'solution'...

Thanks,

EdB




On Wed, Jun 12, 2013 at 10:02 PM, Alex Harui <ah...@adobe.com> wrote:
> I have checked in a fix for the one langpacks issue.  If we can get
> –failures to work we have a good chance of seeing zero at the end.  I won't
> be able to try RDP until very late this evening as in 10 hours from now, so
> hopefully one of you will beat me to it.
>
> The last few errors seem to indicate that shellopts with igncr need to be
> set somewhere higher up.  For me it is one of the environment vars in
> cygwin, it isn't set in the .sh files.
>
> HTH,
> -Alex
>
> From: OmPrakash Muppirala <bi...@gmail.com>
> Date: Wednesday, June 12, 2013 11:22 AM
> To: Erik de Bruin <er...@ixsoftware.nl>
> Cc: Alex Harui <ah...@adobe.com>, "dev@flex.apache.org"
> <de...@flex.apache.org>, "jmclean@apache.org" <jm...@apache.org>,
> "erikdebruin@apache.org" <er...@apache.org>, "aharui@apache.org"
> <ah...@apache.org>
> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>
> I am out for a while now.  If you have time, please go take a look.  I will
> have time to look at it later this evening.
>
> Om
>
> On Wed, Jun 12, 2013 at 11:10 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:
>>
>> Looks like the only thing that needs to be changed is the PATH
>> variable of the VM, such that it has a path to the Cygwin 'sort'
>> before the (possible) path to the Windows 'sort'...
>>
>> EdB
>>
>>
>>
>> On Wed, Jun 12, 2013 at 8:01 PM, Alex Harui <ah...@adobe.com> wrote:
>> > 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" <er...@ixsoftware.nl> 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 <er...@ixsoftware.nl>
>> >> 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
>> >>> <bi...@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 <er...@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 <er...@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
>> >>>>> > <er...@ixsoftware.nl>
>> >>>>> > wrote:
>> >>>>> >> The primary run is finished. It had only (?) 6 errors... but the
>> >>>>> >> subsequent try to run -failures resulted in:
>> >>>>> >>
>> >>>>> >> <output>
>> >>>>> >> -uThe system cannot find the file specified.
>> >>>>> >>
>> >>>>> >> -uThe system cannot find the file specified.
>> >>>>> >>
>> >>>>> >> Skipping testcase check
>> >>>>> >> Doing a regular mini run
>> >>>>> >> </output>
>> >>>>> >>
>> >>>>> >> 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
>> >>>>><er...@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
>> >>>>><er...@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
>> >>>>> >>>> <bi...@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 <ah...@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 <ah...@adobe.com>
>> >>>>> >>>>>> Date: Monday, June 10, 2013 11:59 AM
>> >>>>> >>>>>> To: OmPrakash Muppirala <bi...@gmail.com>,
>> >>>>> >>>>>> "dev@flex.apache.org"
>> >>>>> >>>>>> <de...@flex.apache.org>
>> >>>>> >>>>>>
>> >>>>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>> >>>>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org"
>> >>>>> >>>>>> <er...@apache.org>,
>> >>>>> >>>>>> "aharui@apache.org" <ah...@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 <bi...@gmail.com>
>> >>>>> >>>>>> Date: Monday, June 10, 2013 10:51 AM
>> >>>>> >>>>>> To: "dev@flex.apache.org" <de...@flex.apache.org>
>> >>>>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>> >>>>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org"
>> >>>>> >>>>>> <er...@apache.org>,
>> >>>>> >>>>>> "aharui@apache.org" <ah...@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=60000 -all
>> >>>>> >>>>>> #./mini_run.sh -timeout=60000 -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
>> >>>>> >>>>>> <ah...@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"
>> >>>>><bi...@gmail.com>
>> >>>>> >>>>>>> wrote:
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >All clear from me..
>> >>>>> >>>>>>> >
>> >>>>> >>>>>>> >Om
>> >>>>> >>>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin"
>> >>>>><er...@ixsoftware.nl>
>> >>>>> >>>>>>> > wrote:
>> >>>>> >>>>>>> >
>> >>>>> >>>>>>> >> I'll stay clear of the VM ;-)
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> EdB
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui
>> >>>>><ah...@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.mustella@gmail.com"
>> >>>>> >>>>>>> >><fl...@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\compone
>> >>>>>>>>>nts\
>> >>>>> >>>>>>> >>>>Dat
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolici
>> >>>>>>>>>es_h
>> >>>>> >>>>>>> >>>>alo
>> >>>>> >>>>>>> >> >>.mxml(370): Warning: 'application' has been deprecated
>> >>>>>since
>> >>>>> >>>>>>> >> >> 4.0.
>> >>>>> >>>>>>> >>Please
>> >>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]                 <AssertMethodValue
>> >>>>>method="value
>> >>>>> >>>>>>> >> >> =
>> >>>>> >>>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar"
>> >>>>> >>>>>>> >> >> value="null"
>> >>>>> >>>>>>> >>/>
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>> >>>>>>>>>nts\
>> >>>>> >>>>>>> >>>>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\f
>> >>>>>>>>>orma
>> >>>>> >>>>>>> >>>>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\f
>> >>>>>>>>>orma
>> >>>>> >>>>>>> >>>>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\compone
>> >>>>>>>>>nts\
>> >>>>> >>>>>>> >>>>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\compone
>> >>>>>>>>>nts\
>> >>>>> >>>>>>> >>>>Dat
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
>> >>>>>>>>>o.mx
>> >>>>> >>>>>>> >>>>ml(
>> >>>>> >>>>>>> >> >>93): Warning: 'application' has been deprecated since
>> >>>>>4.0.
>> >>>>> >>>>>>> >> >> Please
>> >>>>> >>>>>>> >> >> use
>> >>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]                 <RunCode
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>code="Application.application.setColumnConfig3(Application.applicat
>> >>>>>>>>>ion.
>> >>>>> >>>>>>> >>>>dg1
>> >>>>> >>>>>>> >> >>)" />
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>> >>>>>>>>>nts\
>> >>>>> >>>>>>> >>>>Dat
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
>> >>>>>>>>>o.mx
>> >>>>> >>>>>>> >>>>ml(
>> >>>>> >>>>>>> >> >>110): Warning: 'application' has been deprecated since
>> >>>>>4.0.
>> >>>>> >>>>>>> >> >> Please
>> >>>>> >>>>>>> >>use
>> >>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]                 <RunCode
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>code="Application.application.setColumnConfig3(Application.applicat
>> >>>>>>>>>ion.
>> >>>>> >>>>>>> >>>>dg1
>> >>>>> >>>>>>> >> >>)" />
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>> >>>>>>>>>nts\
>> >>>>> >>>>>>> >>>>Dat
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
>> >>>>>>>>>o.mx
>> >>>>> >>>>>>> >>>>ml(
>> >>>>> >>>>>>> >> >>132): Warning: 'application' has been deprecated since
>> >>>>>4.0.
>> >>>>> >>>>>>> >> >> Please
>> >>>>> >>>>>>> >>use
>> >>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]                 <RunCode
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> >>
>> >>>>>>>code="Application.application.dg1.dataProvider.removeItemAt(0)"
>> >>>>> >>>>>>> >> >>waitTarget="dg1" waitEvent="updateComplete" />
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>> >>>>>>>>>nts\
>> >>>>> >>>>>>> >>>>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\Applica
>> >>>>>>>>>tion
>> >>>>> >>>>>>> >>>>\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\compone
>> >>>>>>>>>nts\
>> >>>>> >>>>>>> >>>>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\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >> >>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\Applica
>> >>>>>>>>>tion
>> >>>>> >>>>>>> >>>>\Ap
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>> >>>>>>>>>5_Ha
>> >>>>> >>>>>>> >>>>lo.
>> >>>>> >>>>>>> >> >>mxml(56): Warning: 'application' has been deprecated
>> >>>>>since
>> >>>>> >>>>>>> >> >> 4.0.
>> >>>>> >>>>>>> >>Please
>> >>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]             <SetStyle
>> >>>>> >>>>>>> >> >> target="{Application.application}"
>> >>>>> >>>>>>> >> >>styleName="modalTransparency" value="-1" />
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>> >>>>>>>>>tion
>> >>>>> >>>>>>> >>>>\Ap
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>> >>>>>>>>>5_Ha
>> >>>>> >>>>>>> >>>>lo.
>> >>>>> >>>>>>> >> >>mxml(57): Warning: 'application' has been deprecated
>> >>>>>since
>> >>>>> >>>>>>> >> >> 4.0.
>> >>>>> >>>>>>> >>Please
>> >>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]             <SetStyle
>> >>>>> >>>>>>> >> >> target="{Application.application}"
>> >>>>> >>>>>>> >> >>styleName="backgroundImage" value="" />
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>> >>>>>>>>>tion
>> >>>>> >>>>>>> >>>>\Ap
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>> >>>>>>>>>5_Ha
>> >>>>> >>>>>>> >>>>lo.
>> >>>>> >>>>>>> >> >>mxml(58): Warning: 'application' has been deprecated
>> >>>>>since
>> >>>>> >>>>>>> >> >> 4.0.
>> >>>>> >>>>>>> >>Please
>> >>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]             <SetStyle
>> >>>>> >>>>>>> >> >> target="{Application.application}"
>> >>>>> >>>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>> >>>>> >>>>>>> >>waitEvent="updateComplete"
>> >>>>> >>>>>>> >> />
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>> >>>>>>>>>tion
>> >>>>> >>>>>>> >>>>\Ap
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>> >>>>>>>>>5_Ha
>> >>>>> >>>>>>> >>>>lo.
>> >>>>> >>>>>>> >> >>mxml(63): Warning: 'application' has been deprecated
>> >>>>>since
>> >>>>> >>>>>>> >> >> 4.0.
>> >>>>> >>>>>>> >>Please
>> >>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]             <AssertStyleValue
>> >>>>> >>>>>>> >> >>target="{Application.application}"
>> >>>>> >>>>>>> >> >> styleName="modalTransparency"
>> >>>>> >>>>>>> >> >>value="-1" />
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>> >>>>>>>>>tion
>> >>>>> >>>>>>> >>>>\Ap
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>> >>>>>>>>>5_Ha
>> >>>>> >>>>>>> >>>>lo.
>> >>>>> >>>>>>> >> >>mxml(64): Warning: 'application' has been deprecated
>> >>>>>since
>> >>>>> >>>>>>> >> >> 4.0.
>> >>>>> >>>>>>> >>Please
>> >>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]             <CompareBitmap
>> >>>>> >>>>>>> >>target="{Application.application}"
>> >>>>> >>>>>>> >> >>url="../Styles/Baselines/$testID.png" />
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>> >>>>>>>>>tion
>> >>>>> >>>>>>> >>>>\Ap
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> >>
>>
>> >>>>>>> >>>>>>>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>> >>>>> >>>>>>> >> >>(836703 bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>> >>>>>>>>>orma
>> >>>>> >>>>>>> >>>>tte
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf
>> >>>>> >>>>>>> >> >> (1714216
>> >>>>> >>>>>>> >> >> bytes)
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>> >>>>>>>>>orma
>> >>>>> >>>>>>> >>>>tte
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf
>> >>>>> >>>>>>> >> >> (672785
>> >>>>> >>>>>>> >>bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\c
>> >>>>>>>>>olle
>> >>>>> >>>>>>> >>>>cti
>> >>>>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>> >>>>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>> >>>>>>>>>.xml
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\s
>> >>>>>>>>>tyle
>> >>>>> >>>>>>> >>>>s\S
>> >>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_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\c
>> >>>>>>>>>olle
>> >>>>> >>>>>>> >>>>cti
>> >>>>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052
>> >>>>> >>>>>>> >> >> bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
>> >>>>>>>>>ers\
>> >>>>> >>>>>>> >>>>Pan
>> >>>>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\s
>> >>>>>>>>>tyle
>> >>>>> >>>>>>> >>>>s\S
>> >>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>> >>>>> >>>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.
>> >>>>> >>>>>>> >> >> Please use
>> >>>>> >>>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style
>> >>>>> >>>>>>> >> >> manager
>> >>>>> >>>>>>> >> >> instance'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]                            eventDispatcher
>> >>>>> >>>>>>> >> >> =
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> >>
>> >>>>>>>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\s
>> >>>>>>>>>tyle
>> >>>>> >>>>>>> >>>>s\S
>> >>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
>> >>>>>>>>>ers\
>> >>>>> >>>>>>> >>>>H_V
>> >>>>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\contain
>> >>>>>>>>>ers\
>> >>>>> >>>>>>> >>>>Pan
>> >>>>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984
>> >>>>> >>>>>>> >> >> bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirrori
>> >>>>>>>>>ng\S
>> >>>>> >>>>>>> >>>>WFs
>> >>>>> >>>>>>> >> >>\Mirroring_Main_Application.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\contain
>> >>>>>>>>>ers\
>> >>>>> >>>>>>> >>>>H_V
>> >>>>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
>> >>>>>>>>>ffec
>> >>>>> >>>>>>> >>>>ts\
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_mai
>> >>>>>>>>>n.mx
>> >>>>> >>>>>>> >>>>ml
>> >>>>> >>>>>>> >> >>     [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\e
>> >>>>>>>>>ffec
>> >>>>> >>>>>>> >>>>ts\
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> >>
>> >>>>>>>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>> >>>>> >>>>>>> >>(730329
>> >>>>> >>>>>>> >> >>bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\p
>> >>>>>>>>>rimi
>> >>>>> >>>>>>> >>>>tiv
>> >>>>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirrori
>> >>>>>>>>>ng\s
>> >>>>> >>>>>>> >>>>wfs
>> >>>>> >>>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
>> >>>>>>>>>loba
>> >>>>> >>>>>>> >>>>liz
>> >>>>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\p
>> >>>>>>>>>rimi
>> >>>>> >>>>>>> >>>>tiv
>> >>>>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>> >>>>>>>>>dule
>> >>>>> >>>>>>> >>>>s\S
>> >>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\g
>> >>>>>>>>>loba
>> >>>>> >>>>>>> >>>>liz
>> >>>>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf
>> >>>>>(1330074
>> >>>>> >>>>>>> >> >> bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
>> >>>>>>>>>ers\
>> >>>>> >>>>>>> >>>>Can
>> >>>>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.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\contain
>> >>>>>>>>>ers\
>> >>>>> >>>>>>> >>>>Can
>> >>>>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
>> >>>>>>>>>ffec
>> >>>>> >>>>>>> >>>>ts\
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> >>
>> >>>>> >>>>>>> >> >> >>
>>
>> >>>>>>> >>>>>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_main.mxm
>> >>>>>>>l
>> >>>>> >>>>>>> >> >>     [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\e
>> >>>>>>>>>ffec
>> >>>>> >>>>>>> >>>>ts\
>> >>>>> >>>>>>> >>
>> >>>>>>>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>> >>>>> >>>>>>> >> >> (733839
>> >>>>> >>>>>>> >> >>bytes)
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>> >>>>>>>>>dule
>> >>>>> >>>>>>> >>>>s\S
>> >>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning:
>> >>>>>The
>> >>>>> >>>>>>> >> >> CSS type
>> >>>>> >>>>>>> >> >>selector 'spark.modules.Module' was not processed,
>> >>>>>because
>> >>>>> >>>>>>> >> >> the type
>> >>>>> >>>>>>> >>was
>> >>>>> >>>>>>> >> >>not used in the application.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]            s|Module,
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>> >>>>>>>>>dule
>> >>>>> >>>>>>> >>>>s\S
>> >>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning:
>> >>>>>The
>> >>>>> >>>>>>> >> >> CSS type
>> >>>>> >>>>>>> >> >>selector 'spark.components.TitleWindow' was not
>> >>>>>processed,
>> >>>>> >>>>>>> >> >> because
>> >>>>> >>>>>>> >> >> the
>> >>>>> >>>>>>> >> >>type was not used in the application.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]            s|TitleWindow{
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>> >>>>>>>>>dule
>> >>>>> >>>>>>> >>>>s\S
>> >>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\stat
>> >>>>>>>>>es\T
>> >>>>> >>>>>>> >>>>ran
>> >>>>> >>>>>>> >>
>> >>>>>>>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>> >>>>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>> >>>>>>>>>.xml
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\p
>> >>>>>>>>>rimi
>> >>>>> >>>>>>> >>>>tiv
>> >>>>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\stat
>> >>>>>>>>>es\T
>> >>>>> >>>>>>> >>>>ran
>> >>>>> >>>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf
>> >>>>>(703098
>> >>>>> >>>>>>> >> >> bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
>> >>>>>>>>>loba
>> >>>>> >>>>>>> >>>>liz
>> >>>>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\p
>> >>>>>>>>>rimi
>> >>>>> >>>>>>> >>>>tiv
>> >>>>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
>> >>>>>>>>>loba
>> >>>>> >>>>>>> >>>>liz
>> >>>>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf
>> >>>>> >>>>>>> >> >> (653745
>> >>>>> >>>>>>> >> >> bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
>> >>>>>>>>>ffec
>> >>>>> >>>>>>> >>>>ts\
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>> >>>>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>> >>>>>>>>>.xml
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\e
>> >>>>>>>>>ffec
>> >>>>> >>>>>>> >>>>ts\
>> >>>>> >>>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966
>> >>>>> >>>>>>> >> >> bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>> >>>>>>>>>nts\
>> >>>>> >>>>>>> >>>>Dat
>> >>>>> >>>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>> >>>>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>> >>>>>>>>>.xml
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.
>> >>>>>>>>>swc$
>> >>>>> >>>>>>> >>>>def
>> >>>>> >>>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is
>> >>>>>only
>> >>>>> >>>>>>> >>supported by
>> >>>>> >>>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark,
>> >>>>> >>>>>>> >> >> mobile'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.
>> >>>>>>>>>swc$
>> >>>>> >>>>>>> >>>>def
>> >>>>> >>>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is
>> >>>>> >>>>>>> >> >> only
>> >>>>> >>>>>>> >> >> supported
>> >>>>> >>>>>>> >> >> by
>> >>>>> >>>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo,
>> >>>>> >>>>>>> >> >> spark'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wire
>> >>>>>>>>>fram
>> >>>>> >>>>>>> >>>>e\w
>> >>>>> >>>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style
>> >>>>> >>>>>>> >> >> 'borderColor' is
>> >>>>> >>>>>>> >>only
>> >>>>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the
>> >>>>>theme(s)
>> >>>>> >>>>>>> >> >> 'halo,
>> >>>>> >>>>>>> >>spark'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wire
>> >>>>>>>>>fram
>> >>>>> >>>>>>> >>>>e\w
>> >>>>> >>>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style
>> >>>>> >>>>>>> >> >> 'symbolColor' is
>> >>>>> >>>>>>> >>only
>> >>>>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the
>> >>>>>theme(s)
>> >>>>> >>>>>>> >> >> 'spark'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>> >>>>>>>>>ork.
>> >>>>> >>>>>>> >>>>swc
>> >>>>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is
>> >>>>>only
>> >>>>> >>>>>>> >>supported by
>> >>>>> >>>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo,
>> >>>>>spark,
>> >>>>> >>>>>>> >> >> mobile'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>> >>>>>>>>>ork.
>> >>>>> >>>>>>> >>>>swc
>> >>>>> >>>>>>> >> >>$defaults.css(269): Warning: The style
>> >>>>> >>>>>>> >> >> 'backgroundColor'
>> >>>>>is
>> >>>>> >>>>>>> >> >> only
>> >>>>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the
>> >>>>> >>>>>>> >> >> theme(s)
>> >>>>> >>>>>>> >> >> 'halo,
>> >>>>> >>>>>>> >>spark,
>> >>>>> >>>>>>> >> >>mobile'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>> >>>>>>>>>ork.
>> >>>>> >>>>>>> >>>>swc
>> >>>>> >>>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius'
>> >>>>> >>>>>>> >> >> is
>> >>>>>only
>> >>>>> >>>>>>> >>supported
>> >>>>> >>>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>> >>>>>spark,
>> >>>>> >>>>>>> >> >> mobile'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>> >>>>>>>>>ork.
>> >>>>> >>>>>>> >>>>swc
>> >>>>> >>>>>>> >> >>$defaults.css(271): Warning: The style
>> >>>>> >>>>>>> >> >> 'backgroundAlpha'
>> >>>>>is
>> >>>>> >>>>>>> >> >> only
>> >>>>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the
>> >>>>> >>>>>>> >> >> theme(s)
>> >>>>> >>>>>>> >> >> 'halo,
>> >>>>> >>>>>>> >>spark,
>> >>>>> >>>>>>> >> >>mobile'.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >>
>> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138):
>> >>>>> >>>>>>> >> >> Warning:
>> >>>>> >>>>>>> >>The
>> >>>>> >>>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not
>> >>>>> >>>>>>> >> >> processed,
>> >>>>> >>>>>>> >> >> because
>> >>>>> >>>>>>> >> >>the type was not used in the application.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]            mx|Accordion,
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >>
>> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139):
>> >>>>> >>>>>>> >> >> Warning:
>> >>>>> >>>>>>> >>The
>> >>>>> >>>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not
>> >>>>> >>>>>>> >> >> processed,
>> >>>>> >>>>>>> >> >> because
>> >>>>> >>>>>>> >> >>the type was not used in the application.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]            mx|RadioButton,
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >>
>> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140):
>> >>>>> >>>>>>> >> >> Warning:
>> >>>>> >>>>>>> >>The
>> >>>>> >>>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not
>> >>>>>processed,
>> >>>>> >>>>>>> >> >> because
>> >>>>> >>>>>>> >>the
>> >>>>> >>>>>>> >> >>type was not used in the application.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]            mx|CheckBox,
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >>
>> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141):
>> >>>>> >>>>>>> >> >> Warning:
>> >>>>> >>>>>>> >>The
>> >>>>> >>>>>>> >> >>CSS type selector 'mx.controls.List' was not processed,
>> >>>>> >>>>>>> >> >> because the
>> >>>>> >>>>>>> >>type
>> >>>>> >>>>>>> >> >>was not used in the application.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]            mx|List,
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >>
>> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144):
>> >>>>> >>>>>>> >> >> Warning:
>> >>>>> >>>>>>> >>The
>> >>>>> >>>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed,
>> >>>>> >>>>>>> >> >> because the
>> >>>>> >>>>>>> >>type
>> >>>>> >>>>>>> >> >>was not used in the application.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]            mx|Text,
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >>
>> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145):
>> >>>>> >>>>>>> >> >> Warning:
>> >>>>> >>>>>>> >>The
>> >>>>> >>>>>>> >> >>CSS type selector 'mx.controls.Label' was not
>> >>>>> >>>>>>> >> >> processed,
>> >>>>> >>>>>>> >> >> because the
>> >>>>> >>>>>>> >>type
>> >>>>> >>>>>>> >> >>was not used in the application.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]            mx|Label,
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >>
>> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146):
>> >>>>> >>>>>>> >> >> Warning:
>> >>>>> >>>>>>> >>The
>> >>>>> >>>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not
>> >>>>> >>>>>>> >> >> processed,
>> >>>>> >>>>>>> >>because
>> >>>>> >>>>>>> >> >>the type was not used in the application.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]            mx|NumericStepper,
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >>
>> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155):
>> >>>>> >>>>>>> >> >> Warning:
>> >>>>> >>>>>>> >>The
>> >>>>> >>>>>>> >> >>CSS type selector 'spark.components.HSlider' was not
>> >>>>> >>>>>>> >> >> processed,
>> >>>>> >>>>>>> >>because
>> >>>>> >>>>>>> >> >>the type was not used in the application.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]            s|HSlider,
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >>
>> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156):
>> >>>>> >>>>>>> >> >> Warning:
>> >>>>> >>>>>>> >>The
>> >>>>> >>>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was
>> >>>>>not
>> >>>>> >>>>>>> >> >> processed,
>> >>>>> >>>>>>> >> >>because the type was not used in the application.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]            s|NumericStepper,
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >>
>> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158):
>> >>>>> >>>>>>> >> >> Warning:
>> >>>>> >>>>>>> >>The
>> >>>>> >>>>>>> >> >>CSS type selector 'spark.components.TextInput' was not
>> >>>>> >>>>>>> >> >> processed,
>> >>>>> >>>>>>> >>because
>> >>>>> >>>>>>> >> >>the type was not used in the application.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]            s|TextInput{
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf
>> >>>>>(2310482
>> >>>>> >>>>>>> >> >> bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\
>> >>>>>>>>>Curr
>> >>>>> >>>>>>> >>>>ent
>> >>>>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>> >>>>>>>>>nts\
>> >>>>> >>>>>>> >>>>Dat
>> >>>>> >>>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412
>> >>>>> >>>>>>> >> >> bytes)
>> >>>>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>> >>>>>>>>>.xml
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>> >>>>>>>>>orma
>> >>>>> >>>>>>> >>>>tte
>> >>>>> >>>>>>> >>
>> >>>>>>>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_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\States\
>> >>>>>>>>>Curr
>> >>>>> >>>>>>> >>>>ent
>> >>>>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Runtime
>> >>>>>>>>>Loca
>> >>>>> >>>>>>> >>>>liz
>> >>>>> >>>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>> >>>>>>>>>orma
>> >>>>> >>>>>>> >>>>tte
>> >>>>> >>>>>>> >>
>> >>>>>>>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf
>> >>>>> >>>>>>> >> >> (651769
>> >>>>> >>>>>>> >> >>bytes)
>> >>>>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>> >>>>>>>>>.xml
>> >>>>> >>>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>> >>>>> >>>>>>> >> >>     [java] Version 4.10.0 build 0
>> >>>>> >>>>>>> >> >>     [java] Copyright 2013 The Apache Software
>> >>>>>Foundation.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java] command line: Error: unable to open
>> >>>>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about
>> >>>>>using the
>> >>>>> >>>>>>> >> >> command
>> >>>>> >>>>>>> >> >>line.
>> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>> >>>>>>>>>ompo
>> >>>>> >>>>>>> >>>>nen
>> >>>>> >>>>>>> >> >>ts\ComboBox\SWFs\ComboBox_basic.mxml
>> >>>>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>> >>>>
>> >>>>> >>>>>>> >>>> >>>>
>>
>> >>>>>>>>> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>> >>>>>>>>>.xml
>> >>>>> >>>>>>> >> >>     [java] here's the failedFile; command line: Error:
>> >>>>> >>>>>>> >> >> unable to
>> >>>>> >>>>>>> >> >> open
>> >>>>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about
>> >>>>>using the
>> >>>>> >>>>>>> >> >> command
>> >>>>> >>>>>>> >> >>line.
>> >>>>> >>>>>>> >> >>     [java]
>> >>>>> >>>>>>> >> >>     [java] Compile Error detected. Flag set to exit.
>> >>>>> >>>>>>> >> >> bye
>> >>>>> >>>>>>> >> >>     [java] Java Result: 1
>> >>>>> >>>>>>> >> >>     [echo] compileswfs jreturn is 1
>> >>>>> >>>>>>> >> >> [loadfile]
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> >>
>> >>>>> >>>>>>> >> >> >>
>>
>> >>>>>>> >>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.propertie
>> >>>>>>>s
>> >>>>> >>>>>>> >> >>doesn't exist
>> >>>>> >>>>>>> >> >>
>> >>>>> >>>>>>> >> >>do_fail:
>> >>>>> >>>>>>> >> >>
>> >>>>> >>>>>>> >> >>BUILD FAILED
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> >>
>> >>>>> >>>>>>> >> >> >>
>>
>> >>>>>>> >>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>> >>>>> >>>>>>> >>The
>> >>>>> >>>>>>> >> >>following error occurred while executing this line:
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> >>
>>
>> >>>>>>> >>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>> >>>>> >>>>>>> >>SWF
>> >>>>> >>>>>>> >> >>compile failed. Exiting
>> >>>>> >>>>>>> >> >>
>> >>>>> >>>>>>> >> >>Total time: 144 minutes 50 seconds
>> >>>>> >>>>>>> >> >>Build step 'Execute shell' marked build as failure
>> >>>>> >>>>>>> >> >
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> --
>> >>>>> >>>>>>> >> Ix Multimedia Software
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> Jan Luykenstraat 27
>> >>>>> >>>>>>> >> 3521 VB Utrecht
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>> >> T. 06-51952295
>> >>>>> >>>>>>> >> I. www.ixsoftware.nl
>> >>>>> >>>>>>> >>
>> >>>>> >>>>>>>
>> >>>>> >>>>>>
>> >>>>> >>>>>
>> >>>>> >>>>
>> >>>>> >>>>
>> >>>>> >>>>
>> >>>>> >>>> --
>> >>>>> >>>> Ix Multimedia Software
>> >>>>> >>>>
>> >>>>> >>>> Jan Luykenstraat 27
>> >>>>> >>>> 3521 VB Utrecht
>> >>>>> >>>>
>> >>>>> >>>> T. 06-51952295
>> >>>>> >>>> I. www.ixsoftware.nl
>> >>>>> >>>
>> >>>>> >>>
>> >>>>> >>>
>> >>>>> >>> --
>> >>>>> >>> Ix Multimedia Software
>> >>>>> >>>
>> >>>>> >>> Jan Luykenstraat 27
>> >>>>> >>> 3521 VB Utrecht
>> >>>>> >>>
>> >>>>> >>> T. 06-51952295
>> >>>>> >>> I. www.ixsoftware.nl
>> >>>>> >>
>> >>>>> >>
>> >>>>> >>
>> >>>>> >> --
>> >>>>> >> Ix Multimedia Software
>> >>>>> >>
>> >>>>> >> Jan Luykenstraat 27
>> >>>>> >> 3521 VB Utrecht
>> >>>>> >>
>> >>>>> >> T. 06-51952295
>> >>>>> >> I. www.ixsoftware.nl
>> >>>>> >
>> >>>>> >
>> >>>>> >
>> >>>>> > --
>> >>>>> > Ix Multimedia Software
>> >>>>> >
>> >>>>> > Jan Luykenstraat 27
>> >>>>> > 3521 VB Utrecht
>> >>>>> >
>> >>>>> > T. 06-51952295
>> >>>>> > I. www.ixsoftware.nl
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> --
>> >>>>> Ix Multimedia Software
>> >>>>>
>> >>>>> Jan Luykenstraat 27
>> >>>>> 3521 VB Utrecht
>> >>>>>
>> >>>>> T. 06-51952295
>> >>>>> I. www.ixsoftware.nl
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Ix Multimedia Software
>> >>>
>> >>> Jan Luykenstraat 27
>> >>> 3521 VB Utrecht
>> >>>
>> >>> T. 06-51952295
>> >>> I. www.ixsoftware.nl
>> >>
>> >>
>> >>
>> >>--
>> >>Ix Multimedia Software
>> >>
>> >>Jan Luykenstraat 27
>> >>3521 VB Utrecht
>> >>
>> >>T. 06-51952295
>> >>I. www.ixsoftware.nl
>> >
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>
>



-- 
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

Posted by Alex Harui <ah...@adobe.com>.
I have checked in a fix for the one langpacks issue.  If we can get –failures to work we have a good chance of seeing zero at the end.  I won't be able to try RDP until very late this evening as in 10 hours from now, so hopefully one of you will beat me to it.

The last few errors seem to indicate that shellopts with igncr need to be set somewhere higher up.  For me it is one of the environment vars in cygwin, it isn't set in the .sh files.

HTH,
-Alex

From: OmPrakash Muppirala <bi...@gmail.com>>
Date: Wednesday, June 12, 2013 11:22 AM
To: Erik de Bruin <er...@ixsoftware.nl>>
Cc: Alex Harui <ah...@adobe.com>>, "dev@flex.apache.org<ma...@flex.apache.org>" <de...@flex.apache.org>>, "jmclean@apache.org<ma...@apache.org>" <jm...@apache.org>>, "erikdebruin@apache.org<ma...@apache.org>" <er...@apache.org>>, "aharui@apache.org<ma...@apache.org>" <ah...@apache.org>>
Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149

I am out for a while now.  If you have time, please go take a look.  I will have time to look at it later this evening.

Om

On Wed, Jun 12, 2013 at 11:10 AM, Erik de Bruin <er...@ixsoftware.nl>> wrote:
Looks like the only thing that needs to be changed is the PATH
variable of the VM, such that it has a path to the Cygwin 'sort'
before the (possible) path to the Windows 'sort'...

EdB



On Wed, Jun 12, 2013 at 8:01 PM, Alex Harui <ah...@adobe.com>> wrote:
> 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" <er...@ixsoftware.nl>> 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 <er...@ixsoftware.nl>> 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
>>> <bi...@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 <er...@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 <er...@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 <er...@ixsoftware.nl>>
>>>>> > wrote:
>>>>> >> The primary run is finished. It had only (?) 6 errors... but the
>>>>> >> subsequent try to run -failures resulted in:
>>>>> >>
>>>>> >> <output>
>>>>> >> -uThe system cannot find the file specified.
>>>>> >>
>>>>> >> -uThe system cannot find the file specified.
>>>>> >>
>>>>> >> Skipping testcase check
>>>>> >> Doing a regular mini run
>>>>> >> </output>
>>>>> >>
>>>>> >> 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
>>>>><er...@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
>>>>><er...@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
>>>>> >>>> <bi...@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 <ah...@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 <ah...@adobe.com>>
>>>>> >>>>>> Date: Monday, June 10, 2013 11:59 AM
>>>>> >>>>>> To: OmPrakash Muppirala <bi...@gmail.com>>,
>>>>> >>>>>> "dev@flex.apache.org<ma...@flex.apache.org>"
>>>>> >>>>>> <de...@flex.apache.org>>
>>>>> >>>>>>
>>>>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>>, "jmclean@apache.org<ma...@apache.org>"
>>>>> >>>>>> <jm...@apache.org>>, "erikdebruin@apache.org<ma...@apache.org>"
>>>>> >>>>>> <er...@apache.org>>,
>>>>> >>>>>> "aharui@apache.org<ma...@apache.org>" <ah...@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 <bi...@gmail.com>>
>>>>> >>>>>> Date: Monday, June 10, 2013 10:51 AM
>>>>> >>>>>> To: "dev@flex.apache.org<ma...@flex.apache.org>" <de...@flex.apache.org>>
>>>>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>>, "jmclean@apache.org<ma...@apache.org>"
>>>>> >>>>>> <jm...@apache.org>>, "erikdebruin@apache.org<ma...@apache.org>"
>>>>> >>>>>> <er...@apache.org>>,
>>>>> >>>>>> "aharui@apache.org<ma...@apache.org>" <ah...@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=60000 -all
>>>>> >>>>>> #./mini_run.sh -timeout=60000 -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 <ah...@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"
>>>>><bi...@gmail.com>>
>>>>> >>>>>>> wrote:
>>>>> >>>>>>>
>>>>> >>>>>>> >All clear from me..
>>>>> >>>>>>> >
>>>>> >>>>>>> >Om
>>>>> >>>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin"
>>>>><er...@ixsoftware.nl>>
>>>>> >>>>>>> > wrote:
>>>>> >>>>>>> >
>>>>> >>>>>>> >> I'll stay clear of the VM ;-)
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> EdB
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui
>>>>><ah...@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.mustella@gmail.com<ma...@gmail.com>"
>>>>> >>>>>>> >><fl...@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\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>Dat
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolici
>>>>>>>>>es_h
>>>>> >>>>>>> >>>>alo
>>>>> >>>>>>> >> >>.mxml(370): Warning: 'application' has been deprecated
>>>>>since
>>>>> >>>>>>> >> >> 4.0.
>>>>> >>>>>>> >>Please
>>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]                 <AssertMethodValue
>>>>>method="value
>>>>> >>>>>>> >> >> =
>>>>> >>>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar"
>>>>> >>>>>>> >> >> value="null"
>>>>> >>>>>>> >>/>
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>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\f
>>>>>>>>>orma
>>>>> >>>>>>> >>>>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\f
>>>>>>>>>orma
>>>>> >>>>>>> >>>>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\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>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\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>Dat
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
>>>>>>>>>o.mx<http://o.mx>
>>>>> >>>>>>> >>>>ml(
>>>>> >>>>>>> >> >>93): Warning: 'application' has been deprecated since
>>>>>4.0.
>>>>> >>>>>>> >> >> Please
>>>>> >>>>>>> >> >> use
>>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]                 <RunCode
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>code="Application.application.setColumnConfig3(Application.applicat
>>>>>>>>>ion.
>>>>> >>>>>>> >>>>dg1
>>>>> >>>>>>> >> >>)" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>Dat
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
>>>>>>>>>o.mx<http://o.mx>
>>>>> >>>>>>> >>>>ml(
>>>>> >>>>>>> >> >>110): Warning: 'application' has been deprecated since
>>>>>4.0.
>>>>> >>>>>>> >> >> Please
>>>>> >>>>>>> >>use
>>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]                 <RunCode
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>code="Application.application.setColumnConfig3(Application.applicat
>>>>>>>>>ion.
>>>>> >>>>>>> >>>>dg1
>>>>> >>>>>>> >> >>)" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>Dat
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
>>>>>>>>>o.mx<http://o.mx>
>>>>> >>>>>>> >>>>ml(
>>>>> >>>>>>> >> >>132): Warning: 'application' has been deprecated since
>>>>>4.0.
>>>>> >>>>>>> >> >> Please
>>>>> >>>>>>> >>use
>>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]                 <RunCode
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>>>>code="Application.application.dg1.dataProvider.removeItemAt(0)"
>>>>> >>>>>>> >> >>waitTarget="dg1" waitEvent="updateComplete" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>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\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\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\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>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\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >> >>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\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\Ap
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>>5_Ha
>>>>> >>>>>>> >>>>lo.
>>>>> >>>>>>> >> >>mxml(56): Warning: 'application' has been deprecated
>>>>>since
>>>>> >>>>>>> >> >> 4.0.
>>>>> >>>>>>> >>Please
>>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]             <SetStyle
>>>>> >>>>>>> >> >> target="{Application.application}"
>>>>> >>>>>>> >> >>styleName="modalTransparency" value="-1" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\Ap
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>>5_Ha
>>>>> >>>>>>> >>>>lo.
>>>>> >>>>>>> >> >>mxml(57): Warning: 'application' has been deprecated
>>>>>since
>>>>> >>>>>>> >> >> 4.0.
>>>>> >>>>>>> >>Please
>>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]             <SetStyle
>>>>> >>>>>>> >> >> target="{Application.application}"
>>>>> >>>>>>> >> >>styleName="backgroundImage" value="" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\Ap
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>>5_Ha
>>>>> >>>>>>> >>>>lo.
>>>>> >>>>>>> >> >>mxml(58): Warning: 'application' has been deprecated
>>>>>since
>>>>> >>>>>>> >> >> 4.0.
>>>>> >>>>>>> >>Please
>>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]             <SetStyle
>>>>> >>>>>>> >> >> target="{Application.application}"
>>>>> >>>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>>>>> >>>>>>> >>waitEvent="updateComplete"
>>>>> >>>>>>> >> />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\Ap
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>>5_Ha
>>>>> >>>>>>> >>>>lo.
>>>>> >>>>>>> >> >>mxml(63): Warning: 'application' has been deprecated
>>>>>since
>>>>> >>>>>>> >> >> 4.0.
>>>>> >>>>>>> >>Please
>>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]             <AssertStyleValue
>>>>> >>>>>>> >> >>target="{Application.application}"
>>>>> >>>>>>> >> >> styleName="modalTransparency"
>>>>> >>>>>>> >> >>value="-1" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\Ap
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>>5_Ha
>>>>> >>>>>>> >>>>lo.
>>>>> >>>>>>> >> >>mxml(64): Warning: 'application' has been deprecated
>>>>>since
>>>>> >>>>>>> >> >> 4.0.
>>>>> >>>>>>> >>Please
>>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]             <CompareBitmap
>>>>> >>>>>>> >>target="{Application.application}"
>>>>> >>>>>>> >> >>url="../Styles/Baselines/$testID.png" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\Ap
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>>>>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>>>>> >>>>>>> >> >>(836703 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>>>>>>>>>orma
>>>>> >>>>>>> >>>>tte
>>>>> >>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf
>>>>> >>>>>>> >> >> (1714216
>>>>> >>>>>>> >> >> bytes)
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>>>>>>>>>orma
>>>>> >>>>>>> >>>>tte
>>>>> >>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf
>>>>> >>>>>>> >> >> (672785
>>>>> >>>>>>> >>bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\c
>>>>>>>>>olle
>>>>> >>>>>>> >>>>cti
>>>>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\s
>>>>>>>>>tyle
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_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\c
>>>>>>>>>olle
>>>>> >>>>>>> >>>>cti
>>>>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
>>>>>>>>>ers\
>>>>> >>>>>>> >>>>Pan
>>>>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\s
>>>>>>>>>tyle
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>>>>> >>>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.
>>>>> >>>>>>> >> >> Please use
>>>>> >>>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager
>>>>> >>>>>>> >> >> instance'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]                            eventDispatcher =
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>>>>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\s
>>>>>>>>>tyle
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
>>>>>>>>>ers\
>>>>> >>>>>>> >>>>H_V
>>>>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\contain
>>>>>>>>>ers\
>>>>> >>>>>>> >>>>Pan
>>>>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirrori
>>>>>>>>>ng\S
>>>>> >>>>>>> >>>>WFs
>>>>> >>>>>>> >> >>\Mirroring_Main_Application.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\contain
>>>>>>>>>ers\
>>>>> >>>>>>> >>>>H_V
>>>>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
>>>>>>>>>ffec
>>>>> >>>>>>> >>>>ts\
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_mai
>>>>>>>>>n.mx<http://n.mx>
>>>>> >>>>>>> >>>>ml
>>>>> >>>>>>> >> >>     [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\e
>>>>>>>>>ffec
>>>>> >>>>>>> >>>>ts\
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>>>>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>>>> >>>>>>> >>(730329
>>>>> >>>>>>> >> >>bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\p
>>>>>>>>>rimi
>>>>> >>>>>>> >>>>tiv
>>>>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirrori
>>>>>>>>>ng\s
>>>>> >>>>>>> >>>>wfs
>>>>> >>>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
>>>>>>>>>loba
>>>>> >>>>>>> >>>>liz
>>>>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\p
>>>>>>>>>rimi
>>>>> >>>>>>> >>>>tiv
>>>>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>>>>>>>>>dule
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\g
>>>>>>>>>loba
>>>>> >>>>>>> >>>>liz
>>>>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf
>>>>>(1330074
>>>>> >>>>>>> >> >> bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
>>>>>>>>>ers\
>>>>> >>>>>>> >>>>Can
>>>>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.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\contain
>>>>>>>>>ers\
>>>>> >>>>>>> >>>>Can
>>>>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
>>>>>>>>>ffec
>>>>> >>>>>>> >>>>ts\
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>> >>>>>>> >> >> >>
>>>>>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_main.mxm
>>>>>>>l
>>>>> >>>>>>> >> >>     [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\e
>>>>>>>>>ffec
>>>>> >>>>>>> >>>>ts\
>>>>> >>>>>>> >>
>>>>>>>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>>>>> >>>>>>> >> >> (733839
>>>>> >>>>>>> >> >>bytes)
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>>>>>>>>>dule
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning:
>>>>>The
>>>>> >>>>>>> >> >> CSS type
>>>>> >>>>>>> >> >>selector 'spark.modules.Module' was not processed,
>>>>>because
>>>>> >>>>>>> >> >> the type
>>>>> >>>>>>> >>was
>>>>> >>>>>>> >> >>not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            s|Module,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>>>>>>>>>dule
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning:
>>>>>The
>>>>> >>>>>>> >> >> CSS type
>>>>> >>>>>>> >> >>selector 'spark.components.TitleWindow' was not
>>>>>processed,
>>>>> >>>>>>> >> >> because
>>>>> >>>>>>> >> >> the
>>>>> >>>>>>> >> >>type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            s|TitleWindow{
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>>>>>>>>>dule
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\stat
>>>>>>>>>es\T
>>>>> >>>>>>> >>>>ran
>>>>> >>>>>>> >>
>>>>>>>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\p
>>>>>>>>>rimi
>>>>> >>>>>>> >>>>tiv
>>>>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\stat
>>>>>>>>>es\T
>>>>> >>>>>>> >>>>ran
>>>>> >>>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf
>>>>>(703098
>>>>> >>>>>>> >> >> bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
>>>>>>>>>loba
>>>>> >>>>>>> >>>>liz
>>>>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\p
>>>>>>>>>rimi
>>>>> >>>>>>> >>>>tiv
>>>>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
>>>>>>>>>loba
>>>>> >>>>>>> >>>>liz
>>>>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745
>>>>> >>>>>>> >> >> bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
>>>>>>>>>ffec
>>>>> >>>>>>> >>>>ts\
>>>>> >>>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\e
>>>>>>>>>ffec
>>>>> >>>>>>> >>>>ts\
>>>>> >>>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966
>>>>> >>>>>>> >> >> bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>Dat
>>>>> >>>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.
>>>>>>>>>swc$
>>>>> >>>>>>> >>>>def
>>>>> >>>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is
>>>>>only
>>>>> >>>>>>> >>supported by
>>>>> >>>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark,
>>>>> >>>>>>> >> >> mobile'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.
>>>>>>>>>swc$
>>>>> >>>>>>> >>>>def
>>>>> >>>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only
>>>>> >>>>>>> >> >> supported
>>>>> >>>>>>> >> >> by
>>>>> >>>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wire
>>>>>>>>>fram
>>>>> >>>>>>> >>>>e\w
>>>>> >>>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style
>>>>> >>>>>>> >> >> 'borderColor' is
>>>>> >>>>>>> >>only
>>>>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the
>>>>>theme(s)
>>>>> >>>>>>> >> >> 'halo,
>>>>> >>>>>>> >>spark'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wire
>>>>>>>>>fram
>>>>> >>>>>>> >>>>e\w
>>>>> >>>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style
>>>>> >>>>>>> >> >> 'symbolColor' is
>>>>> >>>>>>> >>only
>>>>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the
>>>>>theme(s)
>>>>> >>>>>>> >> >> 'spark'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>>>>>>>>>ork.
>>>>> >>>>>>> >>>>swc
>>>>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is
>>>>>only
>>>>> >>>>>>> >>supported by
>>>>> >>>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>>spark,
>>>>> >>>>>>> >> >> mobile'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>>>>>>>>>ork.
>>>>> >>>>>>> >>>>swc
>>>>> >>>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor'
>>>>>is
>>>>> >>>>>>> >> >> only
>>>>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
>>>>> >>>>>>> >> >> 'halo,
>>>>> >>>>>>> >>spark,
>>>>> >>>>>>> >> >>mobile'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>>>>>>>>>ork.
>>>>> >>>>>>> >>>>swc
>>>>> >>>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is
>>>>>only
>>>>> >>>>>>> >>supported
>>>>> >>>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>>spark,
>>>>> >>>>>>> >> >> mobile'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>>>>>>>>>ork.
>>>>> >>>>>>> >>>>swc
>>>>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha'
>>>>>is
>>>>> >>>>>>> >> >> only
>>>>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
>>>>> >>>>>>> >> >> 'halo,
>>>>> >>>>>>> >>spark,
>>>>> >>>>>>> >> >>mobile'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not
>>>>> >>>>>>> >> >> processed,
>>>>> >>>>>>> >> >> because
>>>>> >>>>>>> >> >>the type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|Accordion,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not
>>>>> >>>>>>> >> >> processed,
>>>>> >>>>>>> >> >> because
>>>>> >>>>>>> >> >>the type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|RadioButton,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not
>>>>>processed,
>>>>> >>>>>>> >> >> because
>>>>> >>>>>>> >>the
>>>>> >>>>>>> >> >>type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|CheckBox,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.controls.List' was not processed,
>>>>> >>>>>>> >> >> because the
>>>>> >>>>>>> >>type
>>>>> >>>>>>> >> >>was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|List,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed,
>>>>> >>>>>>> >> >> because the
>>>>> >>>>>>> >>type
>>>>> >>>>>>> >> >>was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|Text,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed,
>>>>> >>>>>>> >> >> because the
>>>>> >>>>>>> >>type
>>>>> >>>>>>> >> >>was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|Label,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not
>>>>> >>>>>>> >> >> processed,
>>>>> >>>>>>> >>because
>>>>> >>>>>>> >> >>the type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|NumericStepper,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'spark.components.HSlider' was not
>>>>> >>>>>>> >> >> processed,
>>>>> >>>>>>> >>because
>>>>> >>>>>>> >> >>the type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            s|HSlider,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was
>>>>>not
>>>>> >>>>>>> >> >> processed,
>>>>> >>>>>>> >> >>because the type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            s|NumericStepper,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'spark.components.TextInput' was not
>>>>> >>>>>>> >> >> processed,
>>>>> >>>>>>> >>because
>>>>> >>>>>>> >> >>the type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            s|TextInput{
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf
>>>>>(2310482
>>>>> >>>>>>> >> >> bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\
>>>>>>>>>Curr
>>>>> >>>>>>> >>>>ent
>>>>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>Dat
>>>>> >>>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>>>>>>>>>orma
>>>>> >>>>>>> >>>>tte
>>>>> >>>>>>> >>
>>>>>>>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_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\States\
>>>>>>>>>Curr
>>>>> >>>>>>> >>>>ent
>>>>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Runtime
>>>>>>>>>Loca
>>>>> >>>>>>> >>>>liz
>>>>> >>>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>>>>>>>>>orma
>>>>> >>>>>>> >>>>tte
>>>>> >>>>>>> >>
>>>>>>>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf
>>>>> >>>>>>> >> >> (651769
>>>>> >>>>>>> >> >>bytes)
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>>>>> >>>>>>> >> >>     [java] Version 4.10.0 build 0
>>>>> >>>>>>> >> >>     [java] Copyright 2013 The Apache Software
>>>>>Foundation.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java] command line: Error: unable to open
>>>>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about
>>>>>using the
>>>>> >>>>>>> >> >> command
>>>>> >>>>>>> >> >>line.
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >> >>ts\ComboBox\SWFs\ComboBox_basic.mxml
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java] here's the failedFile; command line: Error:
>>>>> >>>>>>> >> >> unable to
>>>>> >>>>>>> >> >> open
>>>>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about
>>>>>using the
>>>>> >>>>>>> >> >> command
>>>>> >>>>>>> >> >>line.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>>>>> >>>>>>> >> >>     [java] Java Result: 1
>>>>> >>>>>>> >> >>     [echo] compileswfs jreturn is 1
>>>>> >>>>>>> >> >> [loadfile]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>> >>>>>>> >> >> >>
>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.propertie
>>>>>>>s
>>>>> >>>>>>> >> >>doesn't exist
>>>>> >>>>>>> >> >>
>>>>> >>>>>>> >> >>do_fail:
>>>>> >>>>>>> >> >>
>>>>> >>>>>>> >> >>BUILD FAILED
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>> >>>>>>> >> >> >>
>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>following error occurred while executing this line:
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>>>> >>>>>>> >>SWF
>>>>> >>>>>>> >> >>compile failed. Exiting
>>>>> >>>>>>> >> >>
>>>>> >>>>>>> >> >>Total time: 144 minutes 50 seconds
>>>>> >>>>>>> >> >>Build step 'Execute shell' marked build as failure
>>>>> >>>>>>> >> >
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> --
>>>>> >>>>>>> >> Ix Multimedia Software
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> Jan Luykenstraat 27
>>>>> >>>>>>> >> 3521 VB Utrecht
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> T. 06-51952295
>>>>> >>>>>>> >> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>
>>>>> >>>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> --
>>>>> >>>> Ix Multimedia Software
>>>>> >>>>
>>>>> >>>> Jan Luykenstraat 27
>>>>> >>>> 3521 VB Utrecht
>>>>> >>>>
>>>>> >>>> T. 06-51952295
>>>>> >>>> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>> --
>>>>> >>> Ix Multimedia Software
>>>>> >>>
>>>>> >>> Jan Luykenstraat 27
>>>>> >>> 3521 VB Utrecht
>>>>> >>>
>>>>> >>> T. 06-51952295
>>>>> >>> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> --
>>>>> >> Ix Multimedia Software
>>>>> >>
>>>>> >> Jan Luykenstraat 27
>>>>> >> 3521 VB Utrecht
>>>>> >>
>>>>> >> T. 06-51952295
>>>>> >> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>>>> >
>>>>> >
>>>>> >
>>>>> > --
>>>>> > Ix Multimedia Software
>>>>> >
>>>>> > Jan Luykenstraat 27
>>>>> > 3521 VB Utrecht
>>>>> >
>>>>> > T. 06-51952295
>>>>> > I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Ix Multimedia Software
>>>>>
>>>>> Jan Luykenstraat 27
>>>>> 3521 VB Utrecht
>>>>>
>>>>> T. 06-51952295
>>>>> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Ix Multimedia Software
>>>
>>> Jan Luykenstraat 27
>>> 3521 VB Utrecht
>>>
>>> T. 06-51952295
>>> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>
>>
>>
>>--
>>Ix Multimedia Software
>>
>>Jan Luykenstraat 27
>>3521 VB Utrecht
>>
>>T. 06-51952295
>>I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl<http://www.ixsoftware.nl>


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

Posted by OmPrakash Muppirala <bi...@gmail.com>.
I am out for a while now.  If you have time, please go take a look.  I will
have time to look at it later this evening.

Om

On Wed, Jun 12, 2013 at 11:10 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:

> Looks like the only thing that needs to be changed is the PATH
> variable of the VM, such that it has a path to the Cygwin 'sort'
> before the (possible) path to the Windows 'sort'...
>
> EdB
>
>
>
> On Wed, Jun 12, 2013 at 8:01 PM, Alex Harui <ah...@adobe.com> wrote:
> > 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" <er...@ixsoftware.nl> 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 <er...@ixsoftware.nl>
> 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
> >>> <bi...@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 <er...@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 <er...@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 <erik@ixsoftware.nl
> >
> >>>>> > wrote:
> >>>>> >> The primary run is finished. It had only (?) 6 errors... but the
> >>>>> >> subsequent try to run -failures resulted in:
> >>>>> >>
> >>>>> >> <output>
> >>>>> >> -uThe system cannot find the file specified.
> >>>>> >>
> >>>>> >> -uThe system cannot find the file specified.
> >>>>> >>
> >>>>> >> Skipping testcase check
> >>>>> >> Doing a regular mini run
> >>>>> >> </output>
> >>>>> >>
> >>>>> >> 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
> >>>>><er...@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
> >>>>><er...@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
> >>>>> >>>> <bi...@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 <ah...@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 <ah...@adobe.com>
> >>>>> >>>>>> Date: Monday, June 10, 2013 11:59 AM
> >>>>> >>>>>> To: OmPrakash Muppirala <bi...@gmail.com>,
> >>>>> >>>>>> "dev@flex.apache.org"
> >>>>> >>>>>> <de...@flex.apache.org>
> >>>>> >>>>>>
> >>>>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
> >>>>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org"
> >>>>> >>>>>> <er...@apache.org>,
> >>>>> >>>>>> "aharui@apache.org" <ah...@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 <bi...@gmail.com>
> >>>>> >>>>>> Date: Monday, June 10, 2013 10:51 AM
> >>>>> >>>>>> To: "dev@flex.apache.org" <de...@flex.apache.org>
> >>>>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
> >>>>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org"
> >>>>> >>>>>> <er...@apache.org>,
> >>>>> >>>>>> "aharui@apache.org" <ah...@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=60000 -all
> >>>>> >>>>>> #./mini_run.sh -timeout=60000 -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 <
> aharui@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"
> >>>>><bi...@gmail.com>
> >>>>> >>>>>>> wrote:
> >>>>> >>>>>>>
> >>>>> >>>>>>> >All clear from me..
> >>>>> >>>>>>> >
> >>>>> >>>>>>> >Om
> >>>>> >>>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin"
> >>>>><er...@ixsoftware.nl>
> >>>>> >>>>>>> > wrote:
> >>>>> >>>>>>> >
> >>>>> >>>>>>> >> I'll stay clear of the VM ;-)
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >> EdB
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui
> >>>>><ah...@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.mustella@gmail.com"
> >>>>> >>>>>>> >><fl...@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\compone
> >>>>>>>>>nts\
> >>>>> >>>>>>> >>>>Dat
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolici
> >>>>>>>>>es_h
> >>>>> >>>>>>> >>>>alo
> >>>>> >>>>>>> >> >>.mxml(370): Warning: 'application' has been deprecated
> >>>>>since
> >>>>> >>>>>>> >> >> 4.0.
> >>>>> >>>>>>> >>Please
> >>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]                 <AssertMethodValue
> >>>>>method="value
> >>>>> >>>>>>> >> >> =
> >>>>> >>>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar"
> >>>>> >>>>>>> >> >> value="null"
> >>>>> >>>>>>> >>/>
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
> >>>>>>>>>nts\
> >>>>> >>>>>>> >>>>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\f
> >>>>>>>>>orma
> >>>>> >>>>>>> >>>>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\f
> >>>>>>>>>orma
> >>>>> >>>>>>> >>>>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\compone
> >>>>>>>>>nts\
> >>>>> >>>>>>> >>>>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\compone
> >>>>>>>>>nts\
> >>>>> >>>>>>> >>>>Dat
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
> >>>>>>>>>o.mx
> >>>>> >>>>>>> >>>>ml(
> >>>>> >>>>>>> >> >>93): Warning: 'application' has been deprecated since
> >>>>>4.0.
> >>>>> >>>>>>> >> >> Please
> >>>>> >>>>>>> >> >> use
> >>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]                 <RunCode
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>code="Application.application.setColumnConfig3(Application.applicat
> >>>>>>>>>ion.
> >>>>> >>>>>>> >>>>dg1
> >>>>> >>>>>>> >> >>)" />
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
> >>>>>>>>>nts\
> >>>>> >>>>>>> >>>>Dat
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
> >>>>>>>>>o.mx
> >>>>> >>>>>>> >>>>ml(
> >>>>> >>>>>>> >> >>110): Warning: 'application' has been deprecated since
> >>>>>4.0.
> >>>>> >>>>>>> >> >> Please
> >>>>> >>>>>>> >>use
> >>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]                 <RunCode
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>code="Application.application.setColumnConfig3(Application.applicat
> >>>>>>>>>ion.
> >>>>> >>>>>>> >>>>dg1
> >>>>> >>>>>>> >> >>)" />
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
> >>>>>>>>>nts\
> >>>>> >>>>>>> >>>>Dat
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
> >>>>>>>>>o.mx
> >>>>> >>>>>>> >>>>ml(
> >>>>> >>>>>>> >> >>132): Warning: 'application' has been deprecated since
> >>>>>4.0.
> >>>>> >>>>>>> >> >> Please
> >>>>> >>>>>>> >>use
> >>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]                 <RunCode
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >> >>
> >>>>>>>code="Application.application.dg1.dataProvider.removeItemAt(0)"
> >>>>> >>>>>>> >> >>waitTarget="dg1" waitEvent="updateComplete" />
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
> >>>>>>>>>nts\
> >>>>> >>>>>>> >>>>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\Applica
> >>>>>>>>>tion
> >>>>> >>>>>>> >>>>\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\compone
> >>>>>>>>>nts\
> >>>>> >>>>>>> >>>>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\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >> >>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\Applica
> >>>>>>>>>tion
> >>>>> >>>>>>> >>>>\Ap
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
> >>>>>>>>>5_Ha
> >>>>> >>>>>>> >>>>lo.
> >>>>> >>>>>>> >> >>mxml(56): Warning: 'application' has been deprecated
> >>>>>since
> >>>>> >>>>>>> >> >> 4.0.
> >>>>> >>>>>>> >>Please
> >>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]             <SetStyle
> >>>>> >>>>>>> >> >> target="{Application.application}"
> >>>>> >>>>>>> >> >>styleName="modalTransparency" value="-1" />
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
> >>>>>>>>>tion
> >>>>> >>>>>>> >>>>\Ap
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
> >>>>>>>>>5_Ha
> >>>>> >>>>>>> >>>>lo.
> >>>>> >>>>>>> >> >>mxml(57): Warning: 'application' has been deprecated
> >>>>>since
> >>>>> >>>>>>> >> >> 4.0.
> >>>>> >>>>>>> >>Please
> >>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]             <SetStyle
> >>>>> >>>>>>> >> >> target="{Application.application}"
> >>>>> >>>>>>> >> >>styleName="backgroundImage" value="" />
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
> >>>>>>>>>tion
> >>>>> >>>>>>> >>>>\Ap
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
> >>>>>>>>>5_Ha
> >>>>> >>>>>>> >>>>lo.
> >>>>> >>>>>>> >> >>mxml(58): Warning: 'application' has been deprecated
> >>>>>since
> >>>>> >>>>>>> >> >> 4.0.
> >>>>> >>>>>>> >>Please
> >>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]             <SetStyle
> >>>>> >>>>>>> >> >> target="{Application.application}"
> >>>>> >>>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
> >>>>> >>>>>>> >>waitEvent="updateComplete"
> >>>>> >>>>>>> >> />
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
> >>>>>>>>>tion
> >>>>> >>>>>>> >>>>\Ap
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
> >>>>>>>>>5_Ha
> >>>>> >>>>>>> >>>>lo.
> >>>>> >>>>>>> >> >>mxml(63): Warning: 'application' has been deprecated
> >>>>>since
> >>>>> >>>>>>> >> >> 4.0.
> >>>>> >>>>>>> >>Please
> >>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]             <AssertStyleValue
> >>>>> >>>>>>> >> >>target="{Application.application}"
> >>>>> >>>>>>> >> >> styleName="modalTransparency"
> >>>>> >>>>>>> >> >>value="-1" />
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
> >>>>>>>>>tion
> >>>>> >>>>>>> >>>>\Ap
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
> >>>>>>>>>5_Ha
> >>>>> >>>>>>> >>>>lo.
> >>>>> >>>>>>> >> >>mxml(64): Warning: 'application' has been deprecated
> >>>>>since
> >>>>> >>>>>>> >> >> 4.0.
> >>>>> >>>>>>> >>Please
> >>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]             <CompareBitmap
> >>>>> >>>>>>> >>target="{Application.application}"
> >>>>> >>>>>>> >> >>url="../Styles/Baselines/$testID.png" />
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
> >>>>>>>>>tion
> >>>>> >>>>>>> >>>>\Ap
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >> >>
> >>>>>>>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
> >>>>> >>>>>>> >> >>(836703 bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
> >>>>>>>>>orma
> >>>>> >>>>>>> >>>>tte
> >>>>> >>>>>>> >>
> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf
> >>>>> >>>>>>> >> >> (1714216
> >>>>> >>>>>>> >> >> bytes)
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
> >>>>>>>>>orma
> >>>>> >>>>>>> >>>>tte
> >>>>> >>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf
> >>>>> >>>>>>> >> >> (672785
> >>>>> >>>>>>> >>bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\c
> >>>>>>>>>olle
> >>>>> >>>>>>> >>>>cti
> >>>>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
> >>>>> >>>>>>> >> >>     [java] Loading configuration file
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
> >>>>>>>>>.xml
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\s
> >>>>>>>>>tyle
> >>>>> >>>>>>> >>>>s\S
> >>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_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\c
> >>>>>>>>>olle
> >>>>> >>>>>>> >>>>cti
> >>>>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
> >>>>>>>>>ers\
> >>>>> >>>>>>> >>>>Pan
> >>>>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\s
> >>>>>>>>>tyle
> >>>>> >>>>>>> >>>>s\S
> >>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
> >>>>> >>>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.
> >>>>> >>>>>>> >> >> Please use
> >>>>> >>>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager
> >>>>> >>>>>>> >> >> instance'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]                            eventDispatcher =
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >> >>
> >>>>>>>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\s
> >>>>>>>>>tyle
> >>>>> >>>>>>> >>>>s\S
> >>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
> >>>>>>>>>ers\
> >>>>> >>>>>>> >>>>H_V
> >>>>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\contain
> >>>>>>>>>ers\
> >>>>> >>>>>>> >>>>Pan
> >>>>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirrori
> >>>>>>>>>ng\S
> >>>>> >>>>>>> >>>>WFs
> >>>>> >>>>>>> >> >>\Mirroring_Main_Application.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\contain
> >>>>>>>>>ers\
> >>>>> >>>>>>> >>>>H_V
> >>>>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
> >>>>>>>>>ffec
> >>>>> >>>>>>> >>>>ts\
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_mai
> >>>>>>>>>n.mx
> >>>>> >>>>>>> >>>>ml
> >>>>> >>>>>>> >> >>     [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\e
> >>>>>>>>>ffec
> >>>>> >>>>>>> >>>>ts\
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >> >>
> >>>>>>>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
> >>>>> >>>>>>> >>(730329
> >>>>> >>>>>>> >> >>bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\p
> >>>>>>>>>rimi
> >>>>> >>>>>>> >>>>tiv
> >>>>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirrori
> >>>>>>>>>ng\s
> >>>>> >>>>>>> >>>>wfs
> >>>>> >>>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
> >>>>>>>>>loba
> >>>>> >>>>>>> >>>>liz
> >>>>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\p
> >>>>>>>>>rimi
> >>>>> >>>>>>> >>>>tiv
> >>>>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
> >>>>>>>>>dule
> >>>>> >>>>>>> >>>>s\S
> >>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\g
> >>>>>>>>>loba
> >>>>> >>>>>>> >>>>liz
> >>>>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf
> >>>>>(1330074
> >>>>> >>>>>>> >> >> bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
> >>>>>>>>>ers\
> >>>>> >>>>>>> >>>>Can
> >>>>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.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\contain
> >>>>>>>>>ers\
> >>>>> >>>>>>> >>>>Can
> >>>>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
> >>>>>>>>>ffec
> >>>>> >>>>>>> >>>>ts\
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >> >>
> >>>>> >>>>>>> >> >> >>
>
> >>>>>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_main.mxm
> >>>>>>>l
> >>>>> >>>>>>> >> >>     [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\e
> >>>>>>>>>ffec
> >>>>> >>>>>>> >>>>ts\
> >>>>> >>>>>>> >>
> >>>>>>>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
> >>>>> >>>>>>> >> >> (733839
> >>>>> >>>>>>> >> >>bytes)
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
> >>>>>>>>>dule
> >>>>> >>>>>>> >>>>s\S
> >>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning:
> >>>>>The
> >>>>> >>>>>>> >> >> CSS type
> >>>>> >>>>>>> >> >>selector 'spark.modules.Module' was not processed,
> >>>>>because
> >>>>> >>>>>>> >> >> the type
> >>>>> >>>>>>> >>was
> >>>>> >>>>>>> >> >>not used in the application.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]            s|Module,
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
> >>>>>>>>>dule
> >>>>> >>>>>>> >>>>s\S
> >>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning:
> >>>>>The
> >>>>> >>>>>>> >> >> CSS type
> >>>>> >>>>>>> >> >>selector 'spark.components.TitleWindow' was not
> >>>>>processed,
> >>>>> >>>>>>> >> >> because
> >>>>> >>>>>>> >> >> the
> >>>>> >>>>>>> >> >>type was not used in the application.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]            s|TitleWindow{
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
> >>>>>>>>>dule
> >>>>> >>>>>>> >>>>s\S
> >>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\stat
> >>>>>>>>>es\T
> >>>>> >>>>>>> >>>>ran
> >>>>> >>>>>>> >>
> >>>>>>>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
> >>>>> >>>>>>> >> >>     [java] Loading configuration file
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
> >>>>>>>>>.xml
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\p
> >>>>>>>>>rimi
> >>>>> >>>>>>> >>>>tiv
> >>>>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\stat
> >>>>>>>>>es\T
> >>>>> >>>>>>> >>>>ran
> >>>>> >>>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf
> >>>>>(703098
> >>>>> >>>>>>> >> >> bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
> >>>>>>>>>loba
> >>>>> >>>>>>> >>>>liz
> >>>>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\p
> >>>>>>>>>rimi
> >>>>> >>>>>>> >>>>tiv
> >>>>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
> >>>>>>>>>loba
> >>>>> >>>>>>> >>>>liz
> >>>>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745
> >>>>> >>>>>>> >> >> bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
> >>>>>>>>>ffec
> >>>>> >>>>>>> >>>>ts\
> >>>>> >>>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
> >>>>> >>>>>>> >> >>     [java] Loading configuration file
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
> >>>>>>>>>.xml
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\e
> >>>>>>>>>ffec
> >>>>> >>>>>>> >>>>ts\
> >>>>> >>>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966
> >>>>> >>>>>>> >> >> bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
> >>>>>>>>>nts\
> >>>>> >>>>>>> >>>>Dat
> >>>>> >>>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
> >>>>> >>>>>>> >> >>     [java] Loading configuration file
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
> >>>>>>>>>.xml
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.
> >>>>>>>>>swc$
> >>>>> >>>>>>> >>>>def
> >>>>> >>>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is
> >>>>>only
> >>>>> >>>>>>> >>supported by
> >>>>> >>>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark,
> >>>>> >>>>>>> >> >> mobile'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.
> >>>>>>>>>swc$
> >>>>> >>>>>>> >>>>def
> >>>>> >>>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is
> only
> >>>>> >>>>>>> >> >> supported
> >>>>> >>>>>>> >> >> by
> >>>>> >>>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo,
> spark'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wire
> >>>>>>>>>fram
> >>>>> >>>>>>> >>>>e\w
> >>>>> >>>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style
> >>>>> >>>>>>> >> >> 'borderColor' is
> >>>>> >>>>>>> >>only
> >>>>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the
> >>>>>theme(s)
> >>>>> >>>>>>> >> >> 'halo,
> >>>>> >>>>>>> >>spark'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wire
> >>>>>>>>>fram
> >>>>> >>>>>>> >>>>e\w
> >>>>> >>>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style
> >>>>> >>>>>>> >> >> 'symbolColor' is
> >>>>> >>>>>>> >>only
> >>>>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the
> >>>>>theme(s)
> >>>>> >>>>>>> >> >> 'spark'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
> >>>>>>>>>ork.
> >>>>> >>>>>>> >>>>swc
> >>>>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is
> >>>>>only
> >>>>> >>>>>>> >>supported by
> >>>>> >>>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo,
> >>>>>spark,
> >>>>> >>>>>>> >> >> mobile'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
> >>>>>>>>>ork.
> >>>>> >>>>>>> >>>>swc
> >>>>> >>>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor'
> >>>>>is
> >>>>> >>>>>>> >> >> only
> >>>>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the
> theme(s)
> >>>>> >>>>>>> >> >> 'halo,
> >>>>> >>>>>>> >>spark,
> >>>>> >>>>>>> >> >>mobile'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
> >>>>>>>>>ork.
> >>>>> >>>>>>> >>>>swc
> >>>>> >>>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is
> >>>>>only
> >>>>> >>>>>>> >>supported
> >>>>> >>>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo,
> >>>>>spark,
> >>>>> >>>>>>> >> >> mobile'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
> >>>>>>>>>ork.
> >>>>> >>>>>>> >>>>swc
> >>>>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha'
> >>>>>is
> >>>>> >>>>>>> >> >> only
> >>>>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the
> theme(s)
> >>>>> >>>>>>> >> >> 'halo,
> >>>>> >>>>>>> >>spark,
> >>>>> >>>>>>> >> >>mobile'.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >>
> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138):
> >>>>> >>>>>>> >> >> Warning:
> >>>>> >>>>>>> >>The
> >>>>> >>>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not
> >>>>> >>>>>>> >> >> processed,
> >>>>> >>>>>>> >> >> because
> >>>>> >>>>>>> >> >>the type was not used in the application.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]            mx|Accordion,
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >>
> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139):
> >>>>> >>>>>>> >> >> Warning:
> >>>>> >>>>>>> >>The
> >>>>> >>>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not
> >>>>> >>>>>>> >> >> processed,
> >>>>> >>>>>>> >> >> because
> >>>>> >>>>>>> >> >>the type was not used in the application.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]            mx|RadioButton,
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >>
> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140):
> >>>>> >>>>>>> >> >> Warning:
> >>>>> >>>>>>> >>The
> >>>>> >>>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not
> >>>>>processed,
> >>>>> >>>>>>> >> >> because
> >>>>> >>>>>>> >>the
> >>>>> >>>>>>> >> >>type was not used in the application.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]            mx|CheckBox,
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >>
> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141):
> >>>>> >>>>>>> >> >> Warning:
> >>>>> >>>>>>> >>The
> >>>>> >>>>>>> >> >>CSS type selector 'mx.controls.List' was not processed,
> >>>>> >>>>>>> >> >> because the
> >>>>> >>>>>>> >>type
> >>>>> >>>>>>> >> >>was not used in the application.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]            mx|List,
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >>
> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144):
> >>>>> >>>>>>> >> >> Warning:
> >>>>> >>>>>>> >>The
> >>>>> >>>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed,
> >>>>> >>>>>>> >> >> because the
> >>>>> >>>>>>> >>type
> >>>>> >>>>>>> >> >>was not used in the application.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]            mx|Text,
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >>
> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145):
> >>>>> >>>>>>> >> >> Warning:
> >>>>> >>>>>>> >>The
> >>>>> >>>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed,
> >>>>> >>>>>>> >> >> because the
> >>>>> >>>>>>> >>type
> >>>>> >>>>>>> >> >>was not used in the application.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]            mx|Label,
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >>
> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146):
> >>>>> >>>>>>> >> >> Warning:
> >>>>> >>>>>>> >>The
> >>>>> >>>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not
> >>>>> >>>>>>> >> >> processed,
> >>>>> >>>>>>> >>because
> >>>>> >>>>>>> >> >>the type was not used in the application.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]            mx|NumericStepper,
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >>
> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155):
> >>>>> >>>>>>> >> >> Warning:
> >>>>> >>>>>>> >>The
> >>>>> >>>>>>> >> >>CSS type selector 'spark.components.HSlider' was not
> >>>>> >>>>>>> >> >> processed,
> >>>>> >>>>>>> >>because
> >>>>> >>>>>>> >> >>the type was not used in the application.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]            s|HSlider,
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >>
> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156):
> >>>>> >>>>>>> >> >> Warning:
> >>>>> >>>>>>> >>The
> >>>>> >>>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was
> >>>>>not
> >>>>> >>>>>>> >> >> processed,
> >>>>> >>>>>>> >> >>because the type was not used in the application.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]            s|NumericStepper,
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >>
> >>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158):
> >>>>> >>>>>>> >> >> Warning:
> >>>>> >>>>>>> >>The
> >>>>> >>>>>>> >> >>CSS type selector 'spark.components.TextInput' was not
> >>>>> >>>>>>> >> >> processed,
> >>>>> >>>>>>> >>because
> >>>>> >>>>>>> >> >>the type was not used in the application.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]            s|TextInput{
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf
> >>>>>(2310482
> >>>>> >>>>>>> >> >> bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\
> >>>>>>>>>Curr
> >>>>> >>>>>>> >>>>ent
> >>>>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
> >>>>>>>>>nts\
> >>>>> >>>>>>> >>>>Dat
> >>>>> >>>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412
> bytes)
> >>>>> >>>>>>> >> >>     [java] Loading configuration file
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
> >>>>>>>>>.xml
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
> >>>>>>>>>orma
> >>>>> >>>>>>> >>>>tte
> >>>>> >>>>>>> >>
> >>>>>>>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_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\States\
> >>>>>>>>>Curr
> >>>>> >>>>>>> >>>>ent
> >>>>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Runtime
> >>>>>>>>>Loca
> >>>>> >>>>>>> >>>>liz
> >>>>> >>>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
> >>>>>>>>>orma
> >>>>> >>>>>>> >>>>tte
> >>>>> >>>>>>> >>
> >>>>>>>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf
> >>>>> >>>>>>> >> >> (651769
> >>>>> >>>>>>> >> >>bytes)
> >>>>> >>>>>>> >> >>     [java] Loading configuration file
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
> >>>>>>>>>.xml
> >>>>> >>>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
> >>>>> >>>>>>> >> >>     [java] Version 4.10.0 build 0
> >>>>> >>>>>>> >> >>     [java] Copyright 2013 The Apache Software
> >>>>>Foundation.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java] command line: Error: unable to open
> >>>>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about
> >>>>>using the
> >>>>> >>>>>>> >> >> command
> >>>>> >>>>>>> >> >>line.
> >>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
> >>>>>>>>>ompo
> >>>>> >>>>>>> >>>>nen
> >>>>> >>>>>>> >> >>ts\ComboBox\SWFs\ComboBox_basic.mxml
> >>>>> >>>>>>> >> >>     [java] Loading configuration file
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>> >>>>
> >>>>> >>>>>>> >>>> >>>>
>
> >>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
> >>>>>>>>>.xml
> >>>>> >>>>>>> >> >>     [java] here's the failedFile; command line: Error:
> >>>>> >>>>>>> >> >> unable to
> >>>>> >>>>>>> >> >> open
> >>>>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about
> >>>>>using the
> >>>>> >>>>>>> >> >> command
> >>>>> >>>>>>> >> >>line.
> >>>>> >>>>>>> >> >>     [java]
> >>>>> >>>>>>> >> >>     [java] Compile Error detected. Flag set to exit.
> bye
> >>>>> >>>>>>> >> >>     [java] Java Result: 1
> >>>>> >>>>>>> >> >>     [echo] compileswfs jreturn is 1
> >>>>> >>>>>>> >> >> [loadfile]
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >> >>
> >>>>> >>>>>>> >> >> >>
>
> >>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.propertie
> >>>>>>>s
> >>>>> >>>>>>> >> >>doesn't exist
> >>>>> >>>>>>> >> >>
> >>>>> >>>>>>> >> >>do_fail:
> >>>>> >>>>>>> >> >>
> >>>>> >>>>>>> >> >>BUILD FAILED
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >> >>
> >>>>> >>>>>>> >> >> >>
>
> >>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
> >>>>> >>>>>>> >>The
> >>>>> >>>>>>> >> >>following error occurred while executing this line:
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >> >>
> >>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
> >>>>> >>>>>>> >>SWF
> >>>>> >>>>>>> >> >>compile failed. Exiting
> >>>>> >>>>>>> >> >>
> >>>>> >>>>>>> >> >>Total time: 144 minutes 50 seconds
> >>>>> >>>>>>> >> >>Build step 'Execute shell' marked build as failure
> >>>>> >>>>>>> >> >
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >> --
> >>>>> >>>>>>> >> Ix Multimedia Software
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >> Jan Luykenstraat 27
> >>>>> >>>>>>> >> 3521 VB Utrecht
> >>>>> >>>>>>> >>
> >>>>> >>>>>>> >> T. 06-51952295
> >>>>> >>>>>>> >> I. www.ixsoftware.nl
> >>>>> >>>>>>> >>
> >>>>> >>>>>>>
> >>>>> >>>>>>
> >>>>> >>>>>
> >>>>> >>>>
> >>>>> >>>>
> >>>>> >>>>
> >>>>> >>>> --
> >>>>> >>>> Ix Multimedia Software
> >>>>> >>>>
> >>>>> >>>> Jan Luykenstraat 27
> >>>>> >>>> 3521 VB Utrecht
> >>>>> >>>>
> >>>>> >>>> T. 06-51952295
> >>>>> >>>> I. www.ixsoftware.nl
> >>>>> >>>
> >>>>> >>>
> >>>>> >>>
> >>>>> >>> --
> >>>>> >>> Ix Multimedia Software
> >>>>> >>>
> >>>>> >>> Jan Luykenstraat 27
> >>>>> >>> 3521 VB Utrecht
> >>>>> >>>
> >>>>> >>> T. 06-51952295
> >>>>> >>> I. www.ixsoftware.nl
> >>>>> >>
> >>>>> >>
> >>>>> >>
> >>>>> >> --
> >>>>> >> Ix Multimedia Software
> >>>>> >>
> >>>>> >> Jan Luykenstraat 27
> >>>>> >> 3521 VB Utrecht
> >>>>> >>
> >>>>> >> T. 06-51952295
> >>>>> >> I. www.ixsoftware.nl
> >>>>> >
> >>>>> >
> >>>>> >
> >>>>> > --
> >>>>> > Ix Multimedia Software
> >>>>> >
> >>>>> > Jan Luykenstraat 27
> >>>>> > 3521 VB Utrecht
> >>>>> >
> >>>>> > T. 06-51952295
> >>>>> > I. www.ixsoftware.nl
> >>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> Ix Multimedia Software
> >>>>>
> >>>>> Jan Luykenstraat 27
> >>>>> 3521 VB Utrecht
> >>>>>
> >>>>> T. 06-51952295
> >>>>> I. www.ixsoftware.nl
> >>>>
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> Ix Multimedia Software
> >>>
> >>> Jan Luykenstraat 27
> >>> 3521 VB Utrecht
> >>>
> >>> T. 06-51952295
> >>> I. www.ixsoftware.nl
> >>
> >>
> >>
> >>--
> >>Ix Multimedia Software
> >>
> >>Jan Luykenstraat 27
> >>3521 VB Utrecht
> >>
> >>T. 06-51952295
> >>I. www.ixsoftware.nl
> >
>
>
>
> --
> 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

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Looks like the only thing that needs to be changed is the PATH
variable of the VM, such that it has a path to the Cygwin 'sort'
before the (possible) path to the Windows 'sort'...

EdB



On Wed, Jun 12, 2013 at 8:01 PM, Alex Harui <ah...@adobe.com> wrote:
> 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" <er...@ixsoftware.nl> 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 <er...@ixsoftware.nl> 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
>>> <bi...@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 <er...@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 <er...@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 <er...@ixsoftware.nl>
>>>>> > wrote:
>>>>> >> The primary run is finished. It had only (?) 6 errors... but the
>>>>> >> subsequent try to run -failures resulted in:
>>>>> >>
>>>>> >> <output>
>>>>> >> -uThe system cannot find the file specified.
>>>>> >>
>>>>> >> -uThe system cannot find the file specified.
>>>>> >>
>>>>> >> Skipping testcase check
>>>>> >> Doing a regular mini run
>>>>> >> </output>
>>>>> >>
>>>>> >> 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
>>>>><er...@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
>>>>><er...@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
>>>>> >>>> <bi...@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 <ah...@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 <ah...@adobe.com>
>>>>> >>>>>> Date: Monday, June 10, 2013 11:59 AM
>>>>> >>>>>> To: OmPrakash Muppirala <bi...@gmail.com>,
>>>>> >>>>>> "dev@flex.apache.org"
>>>>> >>>>>> <de...@flex.apache.org>
>>>>> >>>>>>
>>>>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>>>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org"
>>>>> >>>>>> <er...@apache.org>,
>>>>> >>>>>> "aharui@apache.org" <ah...@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 <bi...@gmail.com>
>>>>> >>>>>> Date: Monday, June 10, 2013 10:51 AM
>>>>> >>>>>> To: "dev@flex.apache.org" <de...@flex.apache.org>
>>>>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>>>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org"
>>>>> >>>>>> <er...@apache.org>,
>>>>> >>>>>> "aharui@apache.org" <ah...@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=60000 -all
>>>>> >>>>>> #./mini_run.sh -timeout=60000 -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 <ah...@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"
>>>>><bi...@gmail.com>
>>>>> >>>>>>> wrote:
>>>>> >>>>>>>
>>>>> >>>>>>> >All clear from me..
>>>>> >>>>>>> >
>>>>> >>>>>>> >Om
>>>>> >>>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin"
>>>>><er...@ixsoftware.nl>
>>>>> >>>>>>> > wrote:
>>>>> >>>>>>> >
>>>>> >>>>>>> >> I'll stay clear of the VM ;-)
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> EdB
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui
>>>>><ah...@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.mustella@gmail.com"
>>>>> >>>>>>> >><fl...@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\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>Dat
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolici
>>>>>>>>>es_h
>>>>> >>>>>>> >>>>alo
>>>>> >>>>>>> >> >>.mxml(370): Warning: 'application' has been deprecated
>>>>>since
>>>>> >>>>>>> >> >> 4.0.
>>>>> >>>>>>> >>Please
>>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]                 <AssertMethodValue
>>>>>method="value
>>>>> >>>>>>> >> >> =
>>>>> >>>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar"
>>>>> >>>>>>> >> >> value="null"
>>>>> >>>>>>> >>/>
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>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\f
>>>>>>>>>orma
>>>>> >>>>>>> >>>>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\f
>>>>>>>>>orma
>>>>> >>>>>>> >>>>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\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>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\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>Dat
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
>>>>>>>>>o.mx
>>>>> >>>>>>> >>>>ml(
>>>>> >>>>>>> >> >>93): Warning: 'application' has been deprecated since
>>>>>4.0.
>>>>> >>>>>>> >> >> Please
>>>>> >>>>>>> >> >> use
>>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]                 <RunCode
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>code="Application.application.setColumnConfig3(Application.applicat
>>>>>>>>>ion.
>>>>> >>>>>>> >>>>dg1
>>>>> >>>>>>> >> >>)" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>Dat
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
>>>>>>>>>o.mx
>>>>> >>>>>>> >>>>ml(
>>>>> >>>>>>> >> >>110): Warning: 'application' has been deprecated since
>>>>>4.0.
>>>>> >>>>>>> >> >> Please
>>>>> >>>>>>> >>use
>>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]                 <RunCode
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>code="Application.application.setColumnConfig3(Application.applicat
>>>>>>>>>ion.
>>>>> >>>>>>> >>>>dg1
>>>>> >>>>>>> >> >>)" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>Dat
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
>>>>>>>>>o.mx
>>>>> >>>>>>> >>>>ml(
>>>>> >>>>>>> >> >>132): Warning: 'application' has been deprecated since
>>>>>4.0.
>>>>> >>>>>>> >> >> Please
>>>>> >>>>>>> >>use
>>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]                 <RunCode
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>>>>code="Application.application.dg1.dataProvider.removeItemAt(0)"
>>>>> >>>>>>> >> >>waitTarget="dg1" waitEvent="updateComplete" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>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\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\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\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>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\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >> >>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\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\Ap
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>>5_Ha
>>>>> >>>>>>> >>>>lo.
>>>>> >>>>>>> >> >>mxml(56): Warning: 'application' has been deprecated
>>>>>since
>>>>> >>>>>>> >> >> 4.0.
>>>>> >>>>>>> >>Please
>>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]             <SetStyle
>>>>> >>>>>>> >> >> target="{Application.application}"
>>>>> >>>>>>> >> >>styleName="modalTransparency" value="-1" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\Ap
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>>5_Ha
>>>>> >>>>>>> >>>>lo.
>>>>> >>>>>>> >> >>mxml(57): Warning: 'application' has been deprecated
>>>>>since
>>>>> >>>>>>> >> >> 4.0.
>>>>> >>>>>>> >>Please
>>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]             <SetStyle
>>>>> >>>>>>> >> >> target="{Application.application}"
>>>>> >>>>>>> >> >>styleName="backgroundImage" value="" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\Ap
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>>5_Ha
>>>>> >>>>>>> >>>>lo.
>>>>> >>>>>>> >> >>mxml(58): Warning: 'application' has been deprecated
>>>>>since
>>>>> >>>>>>> >> >> 4.0.
>>>>> >>>>>>> >>Please
>>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]             <SetStyle
>>>>> >>>>>>> >> >> target="{Application.application}"
>>>>> >>>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>>>>> >>>>>>> >>waitEvent="updateComplete"
>>>>> >>>>>>> >> />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\Ap
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>>5_Ha
>>>>> >>>>>>> >>>>lo.
>>>>> >>>>>>> >> >>mxml(63): Warning: 'application' has been deprecated
>>>>>since
>>>>> >>>>>>> >> >> 4.0.
>>>>> >>>>>>> >>Please
>>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]             <AssertStyleValue
>>>>> >>>>>>> >> >>target="{Application.application}"
>>>>> >>>>>>> >> >> styleName="modalTransparency"
>>>>> >>>>>>> >> >>value="-1" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\Ap
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>>5_Ha
>>>>> >>>>>>> >>>>lo.
>>>>> >>>>>>> >> >>mxml(64): Warning: 'application' has been deprecated
>>>>>since
>>>>> >>>>>>> >> >> 4.0.
>>>>> >>>>>>> >>Please
>>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]             <CompareBitmap
>>>>> >>>>>>> >>target="{Application.application}"
>>>>> >>>>>>> >> >>url="../Styles/Baselines/$testID.png" />
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>>tion
>>>>> >>>>>>> >>>>\Ap
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>>>>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>>>>> >>>>>>> >> >>(836703 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>>>>>>>>>orma
>>>>> >>>>>>> >>>>tte
>>>>> >>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf
>>>>> >>>>>>> >> >> (1714216
>>>>> >>>>>>> >> >> bytes)
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>>>>>>>>>orma
>>>>> >>>>>>> >>>>tte
>>>>> >>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf
>>>>> >>>>>>> >> >> (672785
>>>>> >>>>>>> >>bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\c
>>>>>>>>>olle
>>>>> >>>>>>> >>>>cti
>>>>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\s
>>>>>>>>>tyle
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_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\c
>>>>>>>>>olle
>>>>> >>>>>>> >>>>cti
>>>>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
>>>>>>>>>ers\
>>>>> >>>>>>> >>>>Pan
>>>>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\s
>>>>>>>>>tyle
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>>>>> >>>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.
>>>>> >>>>>>> >> >> Please use
>>>>> >>>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager
>>>>> >>>>>>> >> >> instance'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]                            eventDispatcher =
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>>>>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\s
>>>>>>>>>tyle
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
>>>>>>>>>ers\
>>>>> >>>>>>> >>>>H_V
>>>>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\contain
>>>>>>>>>ers\
>>>>> >>>>>>> >>>>Pan
>>>>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirrori
>>>>>>>>>ng\S
>>>>> >>>>>>> >>>>WFs
>>>>> >>>>>>> >> >>\Mirroring_Main_Application.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\contain
>>>>>>>>>ers\
>>>>> >>>>>>> >>>>H_V
>>>>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
>>>>>>>>>ffec
>>>>> >>>>>>> >>>>ts\
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_mai
>>>>>>>>>n.mx
>>>>> >>>>>>> >>>>ml
>>>>> >>>>>>> >> >>     [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\e
>>>>>>>>>ffec
>>>>> >>>>>>> >>>>ts\
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>>>>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>>>> >>>>>>> >>(730329
>>>>> >>>>>>> >> >>bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\p
>>>>>>>>>rimi
>>>>> >>>>>>> >>>>tiv
>>>>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirrori
>>>>>>>>>ng\s
>>>>> >>>>>>> >>>>wfs
>>>>> >>>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
>>>>>>>>>loba
>>>>> >>>>>>> >>>>liz
>>>>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\p
>>>>>>>>>rimi
>>>>> >>>>>>> >>>>tiv
>>>>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>>>>>>>>>dule
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\g
>>>>>>>>>loba
>>>>> >>>>>>> >>>>liz
>>>>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf
>>>>>(1330074
>>>>> >>>>>>> >> >> bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
>>>>>>>>>ers\
>>>>> >>>>>>> >>>>Can
>>>>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.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\contain
>>>>>>>>>ers\
>>>>> >>>>>>> >>>>Can
>>>>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
>>>>>>>>>ffec
>>>>> >>>>>>> >>>>ts\
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>> >>>>>>> >> >> >>
>>>>>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_main.mxm
>>>>>>>l
>>>>> >>>>>>> >> >>     [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\e
>>>>>>>>>ffec
>>>>> >>>>>>> >>>>ts\
>>>>> >>>>>>> >>
>>>>>>>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>>>>> >>>>>>> >> >> (733839
>>>>> >>>>>>> >> >>bytes)
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>>>>>>>>>dule
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning:
>>>>>The
>>>>> >>>>>>> >> >> CSS type
>>>>> >>>>>>> >> >>selector 'spark.modules.Module' was not processed,
>>>>>because
>>>>> >>>>>>> >> >> the type
>>>>> >>>>>>> >>was
>>>>> >>>>>>> >> >>not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            s|Module,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>>>>>>>>>dule
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning:
>>>>>The
>>>>> >>>>>>> >> >> CSS type
>>>>> >>>>>>> >> >>selector 'spark.components.TitleWindow' was not
>>>>>processed,
>>>>> >>>>>>> >> >> because
>>>>> >>>>>>> >> >> the
>>>>> >>>>>>> >> >>type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            s|TitleWindow{
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>>>>>>>>>dule
>>>>> >>>>>>> >>>>s\S
>>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\stat
>>>>>>>>>es\T
>>>>> >>>>>>> >>>>ran
>>>>> >>>>>>> >>
>>>>>>>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\p
>>>>>>>>>rimi
>>>>> >>>>>>> >>>>tiv
>>>>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\stat
>>>>>>>>>es\T
>>>>> >>>>>>> >>>>ran
>>>>> >>>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf
>>>>>(703098
>>>>> >>>>>>> >> >> bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
>>>>>>>>>loba
>>>>> >>>>>>> >>>>liz
>>>>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\p
>>>>>>>>>rimi
>>>>> >>>>>>> >>>>tiv
>>>>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
>>>>>>>>>loba
>>>>> >>>>>>> >>>>liz
>>>>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745
>>>>> >>>>>>> >> >> bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
>>>>>>>>>ffec
>>>>> >>>>>>> >>>>ts\
>>>>> >>>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\e
>>>>>>>>>ffec
>>>>> >>>>>>> >>>>ts\
>>>>> >>>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966
>>>>> >>>>>>> >> >> bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>Dat
>>>>> >>>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.
>>>>>>>>>swc$
>>>>> >>>>>>> >>>>def
>>>>> >>>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is
>>>>>only
>>>>> >>>>>>> >>supported by
>>>>> >>>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark,
>>>>> >>>>>>> >> >> mobile'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.
>>>>>>>>>swc$
>>>>> >>>>>>> >>>>def
>>>>> >>>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only
>>>>> >>>>>>> >> >> supported
>>>>> >>>>>>> >> >> by
>>>>> >>>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wire
>>>>>>>>>fram
>>>>> >>>>>>> >>>>e\w
>>>>> >>>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style
>>>>> >>>>>>> >> >> 'borderColor' is
>>>>> >>>>>>> >>only
>>>>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the
>>>>>theme(s)
>>>>> >>>>>>> >> >> 'halo,
>>>>> >>>>>>> >>spark'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wire
>>>>>>>>>fram
>>>>> >>>>>>> >>>>e\w
>>>>> >>>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style
>>>>> >>>>>>> >> >> 'symbolColor' is
>>>>> >>>>>>> >>only
>>>>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the
>>>>>theme(s)
>>>>> >>>>>>> >> >> 'spark'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>>>>>>>>>ork.
>>>>> >>>>>>> >>>>swc
>>>>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is
>>>>>only
>>>>> >>>>>>> >>supported by
>>>>> >>>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>>spark,
>>>>> >>>>>>> >> >> mobile'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>>>>>>>>>ork.
>>>>> >>>>>>> >>>>swc
>>>>> >>>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor'
>>>>>is
>>>>> >>>>>>> >> >> only
>>>>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
>>>>> >>>>>>> >> >> 'halo,
>>>>> >>>>>>> >>spark,
>>>>> >>>>>>> >> >>mobile'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>>>>>>>>>ork.
>>>>> >>>>>>> >>>>swc
>>>>> >>>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is
>>>>>only
>>>>> >>>>>>> >>supported
>>>>> >>>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>>spark,
>>>>> >>>>>>> >> >> mobile'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>>>>>>>>>ork.
>>>>> >>>>>>> >>>>swc
>>>>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha'
>>>>>is
>>>>> >>>>>>> >> >> only
>>>>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
>>>>> >>>>>>> >> >> 'halo,
>>>>> >>>>>>> >>spark,
>>>>> >>>>>>> >> >>mobile'.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not
>>>>> >>>>>>> >> >> processed,
>>>>> >>>>>>> >> >> because
>>>>> >>>>>>> >> >>the type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|Accordion,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not
>>>>> >>>>>>> >> >> processed,
>>>>> >>>>>>> >> >> because
>>>>> >>>>>>> >> >>the type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|RadioButton,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not
>>>>>processed,
>>>>> >>>>>>> >> >> because
>>>>> >>>>>>> >>the
>>>>> >>>>>>> >> >>type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|CheckBox,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.controls.List' was not processed,
>>>>> >>>>>>> >> >> because the
>>>>> >>>>>>> >>type
>>>>> >>>>>>> >> >>was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|List,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed,
>>>>> >>>>>>> >> >> because the
>>>>> >>>>>>> >>type
>>>>> >>>>>>> >> >>was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|Text,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed,
>>>>> >>>>>>> >> >> because the
>>>>> >>>>>>> >>type
>>>>> >>>>>>> >> >>was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|Label,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not
>>>>> >>>>>>> >> >> processed,
>>>>> >>>>>>> >>because
>>>>> >>>>>>> >> >>the type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            mx|NumericStepper,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'spark.components.HSlider' was not
>>>>> >>>>>>> >> >> processed,
>>>>> >>>>>>> >>because
>>>>> >>>>>>> >> >>the type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            s|HSlider,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was
>>>>>not
>>>>> >>>>>>> >> >> processed,
>>>>> >>>>>>> >> >>because the type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            s|NumericStepper,
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >>
>>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158):
>>>>> >>>>>>> >> >> Warning:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>CSS type selector 'spark.components.TextInput' was not
>>>>> >>>>>>> >> >> processed,
>>>>> >>>>>>> >>because
>>>>> >>>>>>> >> >>the type was not used in the application.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]            s|TextInput{
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf
>>>>>(2310482
>>>>> >>>>>>> >> >> bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\
>>>>>>>>>Curr
>>>>> >>>>>>> >>>>ent
>>>>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>>nts\
>>>>> >>>>>>> >>>>Dat
>>>>> >>>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>>>>>>>>>orma
>>>>> >>>>>>> >>>>tte
>>>>> >>>>>>> >>
>>>>>>>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_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\States\
>>>>>>>>>Curr
>>>>> >>>>>>> >>>>ent
>>>>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Runtime
>>>>>>>>>Loca
>>>>> >>>>>>> >>>>liz
>>>>> >>>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>>>>>>>>>orma
>>>>> >>>>>>> >>>>tte
>>>>> >>>>>>> >>
>>>>>>>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf
>>>>> >>>>>>> >> >> (651769
>>>>> >>>>>>> >> >>bytes)
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>>>>> >>>>>>> >> >>     [java] Version 4.10.0 build 0
>>>>> >>>>>>> >> >>     [java] Copyright 2013 The Apache Software
>>>>>Foundation.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java] command line: Error: unable to open
>>>>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about
>>>>>using the
>>>>> >>>>>>> >> >> command
>>>>> >>>>>>> >> >>line.
>>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>>ompo
>>>>> >>>>>>> >>>>nen
>>>>> >>>>>>> >> >>ts\ComboBox\SWFs\ComboBox_basic.mxml
>>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>> >>>>
>>>>> >>>>>>> >>>> >>>>
>>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>>.xml
>>>>> >>>>>>> >> >>     [java] here's the failedFile; command line: Error:
>>>>> >>>>>>> >> >> unable to
>>>>> >>>>>>> >> >> open
>>>>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about
>>>>>using the
>>>>> >>>>>>> >> >> command
>>>>> >>>>>>> >> >>line.
>>>>> >>>>>>> >> >>     [java]
>>>>> >>>>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>>>>> >>>>>>> >> >>     [java] Java Result: 1
>>>>> >>>>>>> >> >>     [echo] compileswfs jreturn is 1
>>>>> >>>>>>> >> >> [loadfile]
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>> >>>>>>> >> >> >>
>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.propertie
>>>>>>>s
>>>>> >>>>>>> >> >>doesn't exist
>>>>> >>>>>>> >> >>
>>>>> >>>>>>> >> >>do_fail:
>>>>> >>>>>>> >> >>
>>>>> >>>>>>> >> >>BUILD FAILED
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>> >>>>>>> >> >> >>
>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>>>> >>>>>>> >>The
>>>>> >>>>>>> >> >>following error occurred while executing this line:
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> >>
>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>>>> >>>>>>> >>SWF
>>>>> >>>>>>> >> >>compile failed. Exiting
>>>>> >>>>>>> >> >>
>>>>> >>>>>>> >> >>Total time: 144 minutes 50 seconds
>>>>> >>>>>>> >> >>Build step 'Execute shell' marked build as failure
>>>>> >>>>>>> >> >
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> --
>>>>> >>>>>>> >> Ix Multimedia Software
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> Jan Luykenstraat 27
>>>>> >>>>>>> >> 3521 VB Utrecht
>>>>> >>>>>>> >>
>>>>> >>>>>>> >> T. 06-51952295
>>>>> >>>>>>> >> I. www.ixsoftware.nl
>>>>> >>>>>>> >>
>>>>> >>>>>>>
>>>>> >>>>>>
>>>>> >>>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> --
>>>>> >>>> Ix Multimedia Software
>>>>> >>>>
>>>>> >>>> Jan Luykenstraat 27
>>>>> >>>> 3521 VB Utrecht
>>>>> >>>>
>>>>> >>>> T. 06-51952295
>>>>> >>>> I. www.ixsoftware.nl
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>> --
>>>>> >>> Ix Multimedia Software
>>>>> >>>
>>>>> >>> Jan Luykenstraat 27
>>>>> >>> 3521 VB Utrecht
>>>>> >>>
>>>>> >>> T. 06-51952295
>>>>> >>> I. www.ixsoftware.nl
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> --
>>>>> >> Ix Multimedia Software
>>>>> >>
>>>>> >> Jan Luykenstraat 27
>>>>> >> 3521 VB Utrecht
>>>>> >>
>>>>> >> T. 06-51952295
>>>>> >> I. www.ixsoftware.nl
>>>>> >
>>>>> >
>>>>> >
>>>>> > --
>>>>> > Ix Multimedia Software
>>>>> >
>>>>> > Jan Luykenstraat 27
>>>>> > 3521 VB Utrecht
>>>>> >
>>>>> > T. 06-51952295
>>>>> > I. www.ixsoftware.nl
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Ix Multimedia Software
>>>>>
>>>>> Jan Luykenstraat 27
>>>>> 3521 VB Utrecht
>>>>>
>>>>> T. 06-51952295
>>>>> I. www.ixsoftware.nl
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Ix Multimedia Software
>>>
>>> Jan Luykenstraat 27
>>> 3521 VB Utrecht
>>>
>>> T. 06-51952295
>>> I. www.ixsoftware.nl
>>
>>
>>
>>--
>>Ix Multimedia Software
>>
>>Jan Luykenstraat 27
>>3521 VB Utrecht
>>
>>T. 06-51952295
>>I. www.ixsoftware.nl
>



-- 
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

Posted by Alex Harui <ah...@adobe.com>.
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" <er...@ixsoftware.nl> 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 <er...@ixsoftware.nl> 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
>> <bi...@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 <er...@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 <er...@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 <er...@ixsoftware.nl>
>>>> > wrote:
>>>> >> The primary run is finished. It had only (?) 6 errors... but the
>>>> >> subsequent try to run -failures resulted in:
>>>> >>
>>>> >> <output>
>>>> >> -uThe system cannot find the file specified.
>>>> >>
>>>> >> -uThe system cannot find the file specified.
>>>> >>
>>>> >> Skipping testcase check
>>>> >> Doing a regular mini run
>>>> >> </output>
>>>> >>
>>>> >> 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
>>>><er...@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
>>>><er...@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
>>>> >>>> <bi...@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 <ah...@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 <ah...@adobe.com>
>>>> >>>>>> Date: Monday, June 10, 2013 11:59 AM
>>>> >>>>>> To: OmPrakash Muppirala <bi...@gmail.com>,
>>>> >>>>>> "dev@flex.apache.org"
>>>> >>>>>> <de...@flex.apache.org>
>>>> >>>>>>
>>>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org"
>>>> >>>>>> <er...@apache.org>,
>>>> >>>>>> "aharui@apache.org" <ah...@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 <bi...@gmail.com>
>>>> >>>>>> Date: Monday, June 10, 2013 10:51 AM
>>>> >>>>>> To: "dev@flex.apache.org" <de...@flex.apache.org>
>>>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org"
>>>> >>>>>> <er...@apache.org>,
>>>> >>>>>> "aharui@apache.org" <ah...@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=60000 -all
>>>> >>>>>> #./mini_run.sh -timeout=60000 -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 <ah...@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"
>>>><bi...@gmail.com>
>>>> >>>>>>> wrote:
>>>> >>>>>>>
>>>> >>>>>>> >All clear from me..
>>>> >>>>>>> >
>>>> >>>>>>> >Om
>>>> >>>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin"
>>>><er...@ixsoftware.nl>
>>>> >>>>>>> > wrote:
>>>> >>>>>>> >
>>>> >>>>>>> >> I'll stay clear of the VM ;-)
>>>> >>>>>>> >>
>>>> >>>>>>> >> EdB
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui
>>>><ah...@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.mustella@gmail.com"
>>>> >>>>>>> >><fl...@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\compone
>>>>>>>>nts\
>>>> >>>>>>> >>>>Dat
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolici
>>>>>>>>es_h
>>>> >>>>>>> >>>>alo
>>>> >>>>>>> >> >>.mxml(370): Warning: 'application' has been deprecated
>>>>since
>>>> >>>>>>> >> >> 4.0.
>>>> >>>>>>> >>Please
>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]                 <AssertMethodValue
>>>>method="value
>>>> >>>>>>> >> >> =
>>>> >>>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar"
>>>> >>>>>>> >> >> value="null"
>>>> >>>>>>> >>/>
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>nts\
>>>> >>>>>>> >>>>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\f
>>>>>>>>orma
>>>> >>>>>>> >>>>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\f
>>>>>>>>orma
>>>> >>>>>>> >>>>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\compone
>>>>>>>>nts\
>>>> >>>>>>> >>>>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\compone
>>>>>>>>nts\
>>>> >>>>>>> >>>>Dat
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
>>>>>>>>o.mx
>>>> >>>>>>> >>>>ml(
>>>> >>>>>>> >> >>93): Warning: 'application' has been deprecated since
>>>>4.0.
>>>> >>>>>>> >> >> Please
>>>> >>>>>>> >> >> use
>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]                 <RunCode
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>code="Application.application.setColumnConfig3(Application.applicat
>>>>>>>>ion.
>>>> >>>>>>> >>>>dg1
>>>> >>>>>>> >> >>)" />
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>nts\
>>>> >>>>>>> >>>>Dat
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
>>>>>>>>o.mx
>>>> >>>>>>> >>>>ml(
>>>> >>>>>>> >> >>110): Warning: 'application' has been deprecated since
>>>>4.0.
>>>> >>>>>>> >> >> Please
>>>> >>>>>>> >>use
>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]                 <RunCode
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>code="Application.application.setColumnConfig3(Application.applicat
>>>>>>>>ion.
>>>> >>>>>>> >>>>dg1
>>>> >>>>>>> >> >>)" />
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>nts\
>>>> >>>>>>> >>>>Dat
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_hal
>>>>>>>>o.mx
>>>> >>>>>>> >>>>ml(
>>>> >>>>>>> >> >>132): Warning: 'application' has been deprecated since
>>>>4.0.
>>>> >>>>>>> >> >> Please
>>>> >>>>>>> >>use
>>>> >>>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]                 <RunCode
>>>> >>>>>>> >>
>>>> >>>>>>> >> >>
>>>>>>code="Application.application.dg1.dataProvider.removeItemAt(0)"
>>>> >>>>>>> >> >>waitTarget="dg1" waitEvent="updateComplete" />
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>nts\
>>>> >>>>>>> >>>>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\Applica
>>>>>>>>tion
>>>> >>>>>>> >>>>\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\compone
>>>>>>>>nts\
>>>> >>>>>>> >>>>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\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >> >>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\Applica
>>>>>>>>tion
>>>> >>>>>>> >>>>\Ap
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>5_Ha
>>>> >>>>>>> >>>>lo.
>>>> >>>>>>> >> >>mxml(56): Warning: 'application' has been deprecated
>>>>since
>>>> >>>>>>> >> >> 4.0.
>>>> >>>>>>> >>Please
>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]             <SetStyle
>>>> >>>>>>> >> >> target="{Application.application}"
>>>> >>>>>>> >> >>styleName="modalTransparency" value="-1" />
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>tion
>>>> >>>>>>> >>>>\Ap
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>5_Ha
>>>> >>>>>>> >>>>lo.
>>>> >>>>>>> >> >>mxml(57): Warning: 'application' has been deprecated
>>>>since
>>>> >>>>>>> >> >> 4.0.
>>>> >>>>>>> >>Please
>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]             <SetStyle
>>>> >>>>>>> >> >> target="{Application.application}"
>>>> >>>>>>> >> >>styleName="backgroundImage" value="" />
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>tion
>>>> >>>>>>> >>>>\Ap
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>5_Ha
>>>> >>>>>>> >>>>lo.
>>>> >>>>>>> >> >>mxml(58): Warning: 'application' has been deprecated
>>>>since
>>>> >>>>>>> >> >> 4.0.
>>>> >>>>>>> >>Please
>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]             <SetStyle
>>>> >>>>>>> >> >> target="{Application.application}"
>>>> >>>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>>>> >>>>>>> >>waitEvent="updateComplete"
>>>> >>>>>>> >> />
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>tion
>>>> >>>>>>> >>>>\Ap
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>5_Ha
>>>> >>>>>>> >>>>lo.
>>>> >>>>>>> >> >>mxml(63): Warning: 'application' has been deprecated
>>>>since
>>>> >>>>>>> >> >> 4.0.
>>>> >>>>>>> >>Please
>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]             <AssertStyleValue
>>>> >>>>>>> >> >>target="{Application.application}"
>>>> >>>>>>> >> >> styleName="modalTransparency"
>>>> >>>>>>> >> >>value="-1" />
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>tion
>>>> >>>>>>> >>>>\Ap
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test
>>>>>>>>5_Ha
>>>> >>>>>>> >>>>lo.
>>>> >>>>>>> >> >>mxml(64): Warning: 'application' has been deprecated
>>>>since
>>>> >>>>>>> >> >> 4.0.
>>>> >>>>>>> >>Please
>>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]             <CompareBitmap
>>>> >>>>>>> >>target="{Application.application}"
>>>> >>>>>>> >> >>url="../Styles/Baselines/$testID.png" />
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Applica
>>>>>>>>tion
>>>> >>>>>>> >>>>\Ap
>>>> >>>>>>> >>
>>>> >>>>>>> >> >>
>>>>>>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>>>> >>>>>>> >> >>(836703 bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>>>>>>>>orma
>>>> >>>>>>> >>>>tte
>>>> >>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf
>>>> >>>>>>> >> >> (1714216
>>>> >>>>>>> >> >> bytes)
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>>>>>>>>orma
>>>> >>>>>>> >>>>tte
>>>> >>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf
>>>> >>>>>>> >> >> (672785
>>>> >>>>>>> >>bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\c
>>>>>>>>olle
>>>> >>>>>>> >>>>cti
>>>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>.xml
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\s
>>>>>>>>tyle
>>>> >>>>>>> >>>>s\S
>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_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\c
>>>>>>>>olle
>>>> >>>>>>> >>>>cti
>>>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
>>>>>>>>ers\
>>>> >>>>>>> >>>>Pan
>>>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\s
>>>>>>>>tyle
>>>> >>>>>>> >>>>s\S
>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>>>> >>>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.
>>>> >>>>>>> >> >> Please use
>>>> >>>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager
>>>> >>>>>>> >> >> instance'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]                            eventDispatcher =
>>>> >>>>>>> >>
>>>> >>>>>>> >> >>
>>>>>>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\s
>>>>>>>>tyle
>>>> >>>>>>> >>>>s\S
>>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
>>>>>>>>ers\
>>>> >>>>>>> >>>>H_V
>>>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\contain
>>>>>>>>ers\
>>>> >>>>>>> >>>>Pan
>>>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirrori
>>>>>>>>ng\S
>>>> >>>>>>> >>>>WFs
>>>> >>>>>>> >> >>\Mirroring_Main_Application.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\contain
>>>>>>>>ers\
>>>> >>>>>>> >>>>H_V
>>>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
>>>>>>>>ffec
>>>> >>>>>>> >>>>ts\
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_mai
>>>>>>>>n.mx
>>>> >>>>>>> >>>>ml
>>>> >>>>>>> >> >>     [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\e
>>>>>>>>ffec
>>>> >>>>>>> >>>>ts\
>>>> >>>>>>> >>
>>>> >>>>>>> >> >>
>>>>>>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>>> >>>>>>> >>(730329
>>>> >>>>>>> >> >>bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\p
>>>>>>>>rimi
>>>> >>>>>>> >>>>tiv
>>>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirrori
>>>>>>>>ng\s
>>>> >>>>>>> >>>>wfs
>>>> >>>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
>>>>>>>>loba
>>>> >>>>>>> >>>>liz
>>>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\p
>>>>>>>>rimi
>>>> >>>>>>> >>>>tiv
>>>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>>>>>>>>dule
>>>> >>>>>>> >>>>s\S
>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\g
>>>>>>>>loba
>>>> >>>>>>> >>>>liz
>>>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf
>>>>(1330074
>>>> >>>>>>> >> >> bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\contain
>>>>>>>>ers\
>>>> >>>>>>> >>>>Can
>>>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.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\contain
>>>>>>>>ers\
>>>> >>>>>>> >>>>Can
>>>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
>>>>>>>>ffec
>>>> >>>>>>> >>>>ts\
>>>> >>>>>>> >>
>>>> >>>>>>> >> >>
>>>> >>>>>>> >> >> >>
>>>>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_main.mxm
>>>>>>l
>>>> >>>>>>> >> >>     [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\e
>>>>>>>>ffec
>>>> >>>>>>> >>>>ts\
>>>> >>>>>>> >>
>>>>>>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>>>> >>>>>>> >> >> (733839
>>>> >>>>>>> >> >>bytes)
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>>>>>>>>dule
>>>> >>>>>>> >>>>s\S
>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning:
>>>>The
>>>> >>>>>>> >> >> CSS type
>>>> >>>>>>> >> >>selector 'spark.modules.Module' was not processed,
>>>>because
>>>> >>>>>>> >> >> the type
>>>> >>>>>>> >>was
>>>> >>>>>>> >> >>not used in the application.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]            s|Module,
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>>>>>>>>dule
>>>> >>>>>>> >>>>s\S
>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning:
>>>>The
>>>> >>>>>>> >> >> CSS type
>>>> >>>>>>> >> >>selector 'spark.components.TitleWindow' was not
>>>>processed,
>>>> >>>>>>> >> >> because
>>>> >>>>>>> >> >> the
>>>> >>>>>>> >> >>type was not used in the application.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]            s|TitleWindow{
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkMo
>>>>>>>>dule
>>>> >>>>>>> >>>>s\S
>>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\stat
>>>>>>>>es\T
>>>> >>>>>>> >>>>ran
>>>> >>>>>>> >>
>>>>>>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>.xml
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\p
>>>>>>>>rimi
>>>> >>>>>>> >>>>tiv
>>>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\stat
>>>>>>>>es\T
>>>> >>>>>>> >>>>ran
>>>> >>>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf
>>>>(703098
>>>> >>>>>>> >> >> bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
>>>>>>>>loba
>>>> >>>>>>> >>>>liz
>>>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\p
>>>>>>>>rimi
>>>> >>>>>>> >>>>tiv
>>>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\g
>>>>>>>>loba
>>>> >>>>>>> >>>>liz
>>>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745
>>>> >>>>>>> >> >> bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\e
>>>>>>>>ffec
>>>> >>>>>>> >>>>ts\
>>>> >>>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>.xml
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\e
>>>>>>>>ffec
>>>> >>>>>>> >>>>ts\
>>>> >>>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966
>>>> >>>>>>> >> >> bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>nts\
>>>> >>>>>>> >>>>Dat
>>>> >>>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>.xml
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.
>>>>>>>>swc$
>>>> >>>>>>> >>>>def
>>>> >>>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is
>>>>only
>>>> >>>>>>> >>supported by
>>>> >>>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark,
>>>> >>>>>>> >> >> mobile'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.
>>>>>>>>swc$
>>>> >>>>>>> >>>>def
>>>> >>>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only
>>>> >>>>>>> >> >> supported
>>>> >>>>>>> >> >> by
>>>> >>>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wire
>>>>>>>>fram
>>>> >>>>>>> >>>>e\w
>>>> >>>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style
>>>> >>>>>>> >> >> 'borderColor' is
>>>> >>>>>>> >>only
>>>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the
>>>>theme(s)
>>>> >>>>>>> >> >> 'halo,
>>>> >>>>>>> >>spark'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wire
>>>>>>>>fram
>>>> >>>>>>> >>>>e\w
>>>> >>>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style
>>>> >>>>>>> >> >> 'symbolColor' is
>>>> >>>>>>> >>only
>>>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the
>>>>theme(s)
>>>> >>>>>>> >> >> 'spark'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>>>>>>>>ork.
>>>> >>>>>>> >>>>swc
>>>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is
>>>>only
>>>> >>>>>>> >>supported by
>>>> >>>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>spark,
>>>> >>>>>>> >> >> mobile'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>>>>>>>>ork.
>>>> >>>>>>> >>>>swc
>>>> >>>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor'
>>>>is
>>>> >>>>>>> >> >> only
>>>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
>>>> >>>>>>> >> >> 'halo,
>>>> >>>>>>> >>spark,
>>>> >>>>>>> >> >>mobile'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>>>>>>>>ork.
>>>> >>>>>>> >>>>swc
>>>> >>>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is
>>>>only
>>>> >>>>>>> >>supported
>>>> >>>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>spark,
>>>> >>>>>>> >> >> mobile'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framew
>>>>>>>>ork.
>>>> >>>>>>> >>>>swc
>>>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha'
>>>>is
>>>> >>>>>>> >> >> only
>>>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
>>>> >>>>>>> >> >> 'halo,
>>>> >>>>>>> >>spark,
>>>> >>>>>>> >> >>mobile'.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >>
>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138):
>>>> >>>>>>> >> >> Warning:
>>>> >>>>>>> >>The
>>>> >>>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not
>>>> >>>>>>> >> >> processed,
>>>> >>>>>>> >> >> because
>>>> >>>>>>> >> >>the type was not used in the application.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]            mx|Accordion,
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >>
>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139):
>>>> >>>>>>> >> >> Warning:
>>>> >>>>>>> >>The
>>>> >>>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not
>>>> >>>>>>> >> >> processed,
>>>> >>>>>>> >> >> because
>>>> >>>>>>> >> >>the type was not used in the application.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]            mx|RadioButton,
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >>
>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140):
>>>> >>>>>>> >> >> Warning:
>>>> >>>>>>> >>The
>>>> >>>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not
>>>>processed,
>>>> >>>>>>> >> >> because
>>>> >>>>>>> >>the
>>>> >>>>>>> >> >>type was not used in the application.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]            mx|CheckBox,
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >>
>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141):
>>>> >>>>>>> >> >> Warning:
>>>> >>>>>>> >>The
>>>> >>>>>>> >> >>CSS type selector 'mx.controls.List' was not processed,
>>>> >>>>>>> >> >> because the
>>>> >>>>>>> >>type
>>>> >>>>>>> >> >>was not used in the application.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]            mx|List,
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >>
>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144):
>>>> >>>>>>> >> >> Warning:
>>>> >>>>>>> >>The
>>>> >>>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed,
>>>> >>>>>>> >> >> because the
>>>> >>>>>>> >>type
>>>> >>>>>>> >> >>was not used in the application.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]            mx|Text,
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >>
>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145):
>>>> >>>>>>> >> >> Warning:
>>>> >>>>>>> >>The
>>>> >>>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed,
>>>> >>>>>>> >> >> because the
>>>> >>>>>>> >>type
>>>> >>>>>>> >> >>was not used in the application.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]            mx|Label,
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >>
>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146):
>>>> >>>>>>> >> >> Warning:
>>>> >>>>>>> >>The
>>>> >>>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not
>>>> >>>>>>> >> >> processed,
>>>> >>>>>>> >>because
>>>> >>>>>>> >> >>the type was not used in the application.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]            mx|NumericStepper,
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >>
>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155):
>>>> >>>>>>> >> >> Warning:
>>>> >>>>>>> >>The
>>>> >>>>>>> >> >>CSS type selector 'spark.components.HSlider' was not
>>>> >>>>>>> >> >> processed,
>>>> >>>>>>> >>because
>>>> >>>>>>> >> >>the type was not used in the application.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]            s|HSlider,
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >>
>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156):
>>>> >>>>>>> >> >> Warning:
>>>> >>>>>>> >>The
>>>> >>>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was
>>>>not
>>>> >>>>>>> >> >> processed,
>>>> >>>>>>> >> >>because the type was not used in the application.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]            s|NumericStepper,
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >>
>>>>>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158):
>>>> >>>>>>> >> >> Warning:
>>>> >>>>>>> >>The
>>>> >>>>>>> >> >>CSS type selector 'spark.components.TextInput' was not
>>>> >>>>>>> >> >> processed,
>>>> >>>>>>> >>because
>>>> >>>>>>> >> >>the type was not used in the application.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]            s|TextInput{
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf
>>>>(2310482
>>>> >>>>>>> >> >> bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\
>>>>>>>>Curr
>>>> >>>>>>> >>>>ent
>>>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\compone
>>>>>>>>nts\
>>>> >>>>>>> >>>>Dat
>>>> >>>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>.xml
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>>>>>>>>orma
>>>> >>>>>>> >>>>tte
>>>> >>>>>>> >>
>>>>>>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_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\States\
>>>>>>>>Curr
>>>> >>>>>>> >>>>ent
>>>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Runtime
>>>>>>>>Loca
>>>> >>>>>>> >>>>liz
>>>> >>>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\f
>>>>>>>>orma
>>>> >>>>>>> >>>>tte
>>>> >>>>>>> >>
>>>>>>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf
>>>> >>>>>>> >> >> (651769
>>>> >>>>>>> >> >>bytes)
>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>.xml
>>>> >>>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>>>> >>>>>>> >> >>     [java] Version 4.10.0 build 0
>>>> >>>>>>> >> >>     [java] Copyright 2013 The Apache Software
>>>>Foundation.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java] command line: Error: unable to open
>>>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about
>>>>using the
>>>> >>>>>>> >> >> command
>>>> >>>>>>> >> >>line.
>>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\c
>>>>>>>>ompo
>>>> >>>>>>> >>>>nen
>>>> >>>>>>> >> >>ts\ComboBox\SWFs\ComboBox_basic.mxml
>>>> >>>>>>> >> >>     [java] Loading configuration file
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>> >>>>
>>>> >>>>>>> >>>> >>>>
>>>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config
>>>>>>>>.xml
>>>> >>>>>>> >> >>     [java] here's the failedFile; command line: Error:
>>>> >>>>>>> >> >> unable to
>>>> >>>>>>> >> >> open
>>>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about
>>>>using the
>>>> >>>>>>> >> >> command
>>>> >>>>>>> >> >>line.
>>>> >>>>>>> >> >>     [java]
>>>> >>>>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>>>> >>>>>>> >> >>     [java] Java Result: 1
>>>> >>>>>>> >> >>     [echo] compileswfs jreturn is 1
>>>> >>>>>>> >> >> [loadfile]
>>>> >>>>>>> >>
>>>> >>>>>>> >> >>
>>>> >>>>>>> >> >> >>
>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.propertie
>>>>>>s
>>>> >>>>>>> >> >>doesn't exist
>>>> >>>>>>> >> >>
>>>> >>>>>>> >> >>do_fail:
>>>> >>>>>>> >> >>
>>>> >>>>>>> >> >>BUILD FAILED
>>>> >>>>>>> >>
>>>> >>>>>>> >> >>
>>>> >>>>>>> >> >> >>
>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>>> >>>>>>> >>The
>>>> >>>>>>> >> >>following error occurred while executing this line:
>>>> >>>>>>> >>
>>>> >>>>>>> >> >>
>>>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>>> >>>>>>> >>SWF
>>>> >>>>>>> >> >>compile failed. Exiting
>>>> >>>>>>> >> >>
>>>> >>>>>>> >> >>Total time: 144 minutes 50 seconds
>>>> >>>>>>> >> >>Build step 'Execute shell' marked build as failure
>>>> >>>>>>> >> >
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>> >>
>>>> >>>>>>> >> --
>>>> >>>>>>> >> Ix Multimedia Software
>>>> >>>>>>> >>
>>>> >>>>>>> >> Jan Luykenstraat 27
>>>> >>>>>>> >> 3521 VB Utrecht
>>>> >>>>>>> >>
>>>> >>>>>>> >> T. 06-51952295
>>>> >>>>>>> >> I. www.ixsoftware.nl
>>>> >>>>>>> >>
>>>> >>>>>>>
>>>> >>>>>>
>>>> >>>>>
>>>> >>>>
>>>> >>>>
>>>> >>>>
>>>> >>>> --
>>>> >>>> Ix Multimedia Software
>>>> >>>>
>>>> >>>> Jan Luykenstraat 27
>>>> >>>> 3521 VB Utrecht
>>>> >>>>
>>>> >>>> T. 06-51952295
>>>> >>>> I. www.ixsoftware.nl
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> --
>>>> >>> Ix Multimedia Software
>>>> >>>
>>>> >>> Jan Luykenstraat 27
>>>> >>> 3521 VB Utrecht
>>>> >>>
>>>> >>> T. 06-51952295
>>>> >>> I. www.ixsoftware.nl
>>>> >>
>>>> >>
>>>> >>
>>>> >> --
>>>> >> Ix Multimedia Software
>>>> >>
>>>> >> Jan Luykenstraat 27
>>>> >> 3521 VB Utrecht
>>>> >>
>>>> >> T. 06-51952295
>>>> >> I. www.ixsoftware.nl
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > Ix Multimedia Software
>>>> >
>>>> > Jan Luykenstraat 27
>>>> > 3521 VB Utrecht
>>>> >
>>>> > T. 06-51952295
>>>> > I. www.ixsoftware.nl
>>>>
>>>>
>>>>
>>>> --
>>>> Ix Multimedia Software
>>>>
>>>> Jan Luykenstraat 27
>>>> 3521 VB Utrecht
>>>>
>>>> T. 06-51952295
>>>> I. www.ixsoftware.nl
>>>
>>>
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>
>
>
>--
>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

Posted by Erik de Bruin <er...@ixsoftware.nl>.
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 <er...@ixsoftware.nl> 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
> <bi...@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 <er...@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 <er...@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 <er...@ixsoftware.nl>
>>> > wrote:
>>> >> The primary run is finished. It had only (?) 6 errors... but the
>>> >> subsequent try to run -failures resulted in:
>>> >>
>>> >> <output>
>>> >> -uThe system cannot find the file specified.
>>> >>
>>> >> -uThe system cannot find the file specified.
>>> >>
>>> >> Skipping testcase check
>>> >> Doing a regular mini run
>>> >> </output>
>>> >>
>>> >> 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 <er...@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 <er...@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
>>> >>>> <bi...@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 <ah...@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 <ah...@adobe.com>
>>> >>>>>> Date: Monday, June 10, 2013 11:59 AM
>>> >>>>>> To: OmPrakash Muppirala <bi...@gmail.com>,
>>> >>>>>> "dev@flex.apache.org"
>>> >>>>>> <de...@flex.apache.org>
>>> >>>>>>
>>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org"
>>> >>>>>> <er...@apache.org>,
>>> >>>>>> "aharui@apache.org" <ah...@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 <bi...@gmail.com>
>>> >>>>>> Date: Monday, June 10, 2013 10:51 AM
>>> >>>>>> To: "dev@flex.apache.org" <de...@flex.apache.org>
>>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org"
>>> >>>>>> <er...@apache.org>,
>>> >>>>>> "aharui@apache.org" <ah...@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=60000 -all
>>> >>>>>> #./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com>
>>> >>>>>>> wrote:
>>> >>>>>>>
>>> >>>>>>> >All clear from me..
>>> >>>>>>> >
>>> >>>>>>> >Om
>>> >>>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl>
>>> >>>>>>> > wrote:
>>> >>>>>>> >
>>> >>>>>>> >> I'll stay clear of the VM ;-)
>>> >>>>>>> >>
>>> >>>>>>> >> EdB
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com"
>>> >>>>>>> >><fl...@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]                 <AssertMethodValue method="value
>>> >>>>>>> >> >> =
>>> >>>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar"
>>> >>>>>>> >> >> value="null"
>>> >>>>>>> >>/>
>>> >>>>>>> >> >>     [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]                 <RunCode
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>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]                 <RunCode
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>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]                 <RunCode
>>> >>>>>>> >>
>>> >>>>>>> >> >> >>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
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>> >>>>>>> >>>>\Ap
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>> >>>>>>> >>>>lo.
>>> >>>>>>> >> >>mxml(56): Warning: 'application' has been deprecated since
>>> >>>>>>> >> >> 4.0.
>>> >>>>>>> >>Please
>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]             <SetStyle
>>> >>>>>>> >> >> target="{Application.application}"
>>> >>>>>>> >> >>styleName="modalTransparency" value="-1" />
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>> >>>>>>> >>>>\Ap
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>> >>>>>>> >>>>lo.
>>> >>>>>>> >> >>mxml(57): Warning: 'application' has been deprecated since
>>> >>>>>>> >> >> 4.0.
>>> >>>>>>> >>Please
>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]             <SetStyle
>>> >>>>>>> >> >> target="{Application.application}"
>>> >>>>>>> >> >>styleName="backgroundImage" value="" />
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>> >>>>>>> >>>>\Ap
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>> >>>>>>> >>>>lo.
>>> >>>>>>> >> >>mxml(58): Warning: 'application' has been deprecated since
>>> >>>>>>> >> >> 4.0.
>>> >>>>>>> >>Please
>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]             <SetStyle
>>> >>>>>>> >> >> target="{Application.application}"
>>> >>>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>>> >>>>>>> >>waitEvent="updateComplete"
>>> >>>>>>> >> />
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>> >>>>>>> >>>>\Ap
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>> >>>>>>> >>>>lo.
>>> >>>>>>> >> >>mxml(63): Warning: 'application' has been deprecated since
>>> >>>>>>> >> >> 4.0.
>>> >>>>>>> >>Please
>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]             <AssertStyleValue
>>> >>>>>>> >> >>target="{Application.application}"
>>> >>>>>>> >> >> styleName="modalTransparency"
>>> >>>>>>> >> >>value="-1" />
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>> >>>>>>> >>>>\Ap
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>> >>>>>>> >>>>lo.
>>> >>>>>>> >> >>mxml(64): Warning: 'application' has been deprecated since
>>> >>>>>>> >> >> 4.0.
>>> >>>>>>> >>Please
>>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]             <CompareBitmap
>>> >>>>>>> >>target="{Application.application}"
>>> >>>>>>> >> >>url="../Styles/Baselines/$testID.png" />
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>> >>>>>>> >>>>\Ap
>>> >>>>>>> >>
>>> >>>>>>> >> >> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>>> >>>>>>> >> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>>> >>>>>>> >>>>nen
>>> >>>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf
>>> >>>>>>> >> >> (1714216
>>> >>>>>>> >> >> bytes)
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>> >>>>>>> >>>>tte
>>> >>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf
>>> >>>>>>> >> >> (672785
>>> >>>>>>> >>bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>>> >>>>>>> >>>>cti
>>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>>> >>>>>>> >> >>     [java] Loading configuration file
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>> >>>>>>> >>>>s\S
>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_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\colle
>>> >>>>>>> >>>>cti
>>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>> >>>>>>> >>>>Pan
>>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>>> >>>>>>> >>>>s\S
>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>>> >>>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.
>>> >>>>>>> >> >> Please use
>>> >>>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager
>>> >>>>>>> >> >> instance'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]                            eventDispatcher =
>>> >>>>>>> >>
>>> >>>>>>> >> >> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>> >>>>>>> >>>>s\S
>>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>> >>>>>>> >>>>H_V
>>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\containers\
>>> >>>>>>> >>>>Pan
>>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>>> >>>>>>> >>>>WFs
>>> >>>>>>> >> >>\Mirroring_Main_Application.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\containers\
>>> >>>>>>> >>>>H_V
>>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>> >>>>>>> >>>>ts\
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>>> >>>>>>> >>>>ml
>>> >>>>>>> >> >>     [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\effec
>>> >>>>>>> >>>>ts\
>>> >>>>>>> >>
>>> >>>>>>> >> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>> >>>>>>> >>(730329
>>> >>>>>>> >> >>bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>> >>>>>>> >>>>tiv
>>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>>> >>>>>>> >>>>wfs
>>> >>>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>> >>>>>>> >>>>liz
>>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>>> >>>>>>> >>>>tiv
>>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>> >>>>>>> >>>>s\S
>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>>> >>>>>>> >>>>liz
>>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074
>>> >>>>>>> >> >> bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>> >>>>>>> >>>>Can
>>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.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\containers\
>>> >>>>>>> >>>>Can
>>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>> >>>>>>> >>>>ts\
>>> >>>>>>> >>
>>> >>>>>>> >> >>
>>> >>>>>>> >> >> >> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>>> >>>>>>> >>>>ts\
>>> >>>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>>> >>>>>>> >> >> (733839
>>> >>>>>>> >> >>bytes)
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>> >>>>>>> >>>>s\S
>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The
>>> >>>>>>> >> >> CSS type
>>> >>>>>>> >> >>selector 'spark.modules.Module' was not processed, because
>>> >>>>>>> >> >> the type
>>> >>>>>>> >>was
>>> >>>>>>> >> >>not used in the application.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]            s|Module,
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>> >>>>>>> >>>>s\S
>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The
>>> >>>>>>> >> >> CSS type
>>> >>>>>>> >> >>selector 'spark.components.TitleWindow' was not processed,
>>> >>>>>>> >> >> because
>>> >>>>>>> >> >> the
>>> >>>>>>> >> >>type was not used in the application.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]            s|TitleWindow{
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>> >>>>>>> >>>>s\S
>>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>>> >>>>>>> >>>>ran
>>> >>>>>>> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>>> >>>>>>> >> >>     [java] Loading configuration file
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>> >>>>>>> >>>>tiv
>>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>>> >>>>>>> >>>>ran
>>> >>>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098
>>> >>>>>>> >> >> bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>> >>>>>>> >>>>liz
>>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>>> >>>>>>> >>>>tiv
>>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>> >>>>>>> >>>>liz
>>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745
>>> >>>>>>> >> >> bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>> >>>>>>> >>>>ts\
>>> >>>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>>> >>>>>>> >> >>     [java] Loading configuration file
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >>>>>>> >> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>>> >>>>>>> >>>>ts\
>>> >>>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966
>>> >>>>>>> >> >> bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>> >>>>>>> >>>>Dat
>>> >>>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>>> >>>>>>> >> >>     [java] Loading configuration file
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>>> >>>>>>> >>>>def
>>> >>>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
>>> >>>>>>> >>supported by
>>> >>>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark,
>>> >>>>>>> >> >> mobile'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>>> >>>>>>> >>>>def
>>> >>>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only
>>> >>>>>>> >> >> supported
>>> >>>>>>> >> >> by
>>> >>>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>> >>>>>>> >>>>e\w
>>> >>>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style
>>> >>>>>>> >> >> 'borderColor' is
>>> >>>>>>> >>only
>>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s)
>>> >>>>>>> >> >> 'halo,
>>> >>>>>>> >>spark'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>> >>>>>>> >>>>e\w
>>> >>>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style
>>> >>>>>>> >> >> 'symbolColor' is
>>> >>>>>>> >>only
>>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s)
>>> >>>>>>> >> >> 'spark'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>> >>>>>>> >>>>swc
>>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
>>> >>>>>>> >>supported by
>>> >>>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>>> >>>>>>> >> >> mobile'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>> >>>>>>> >>>>swc
>>> >>>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is
>>> >>>>>>> >> >> only
>>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
>>> >>>>>>> >> >> 'halo,
>>> >>>>>>> >>spark,
>>> >>>>>>> >> >>mobile'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>> >>>>>>> >>>>swc
>>> >>>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>>> >>>>>>> >>supported
>>> >>>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>>> >>>>>>> >> >> mobile'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>> >>>>>>> >>>>swc
>>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is
>>> >>>>>>> >> >> only
>>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
>>> >>>>>>> >> >> 'halo,
>>> >>>>>>> >>spark,
>>> >>>>>>> >> >>mobile'.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>>>> >>>>nen
>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138):
>>> >>>>>>> >> >> Warning:
>>> >>>>>>> >>The
>>> >>>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not
>>> >>>>>>> >> >> processed,
>>> >>>>>>> >> >> because
>>> >>>>>>> >> >>the type was not used in the application.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]            mx|Accordion,
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>>>> >>>>nen
>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139):
>>> >>>>>>> >> >> Warning:
>>> >>>>>>> >>The
>>> >>>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not
>>> >>>>>>> >> >> processed,
>>> >>>>>>> >> >> because
>>> >>>>>>> >> >>the type was not used in the application.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]            mx|RadioButton,
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>>>> >>>>nen
>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140):
>>> >>>>>>> >> >> Warning:
>>> >>>>>>> >>The
>>> >>>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not processed,
>>> >>>>>>> >> >> because
>>> >>>>>>> >>the
>>> >>>>>>> >> >>type was not used in the application.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]            mx|CheckBox,
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>>>> >>>>nen
>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141):
>>> >>>>>>> >> >> Warning:
>>> >>>>>>> >>The
>>> >>>>>>> >> >>CSS type selector 'mx.controls.List' was not processed,
>>> >>>>>>> >> >> because the
>>> >>>>>>> >>type
>>> >>>>>>> >> >>was not used in the application.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]            mx|List,
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>>>> >>>>nen
>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144):
>>> >>>>>>> >> >> Warning:
>>> >>>>>>> >>The
>>> >>>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed,
>>> >>>>>>> >> >> because the
>>> >>>>>>> >>type
>>> >>>>>>> >> >>was not used in the application.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]            mx|Text,
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>>>> >>>>nen
>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145):
>>> >>>>>>> >> >> Warning:
>>> >>>>>>> >>The
>>> >>>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed,
>>> >>>>>>> >> >> because the
>>> >>>>>>> >>type
>>> >>>>>>> >> >>was not used in the application.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]            mx|Label,
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>>>> >>>>nen
>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146):
>>> >>>>>>> >> >> Warning:
>>> >>>>>>> >>The
>>> >>>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not
>>> >>>>>>> >> >> processed,
>>> >>>>>>> >>because
>>> >>>>>>> >> >>the type was not used in the application.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]            mx|NumericStepper,
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>>>> >>>>nen
>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155):
>>> >>>>>>> >> >> Warning:
>>> >>>>>>> >>The
>>> >>>>>>> >> >>CSS type selector 'spark.components.HSlider' was not
>>> >>>>>>> >> >> processed,
>>> >>>>>>> >>because
>>> >>>>>>> >> >>the type was not used in the application.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]            s|HSlider,
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>>>> >>>>nen
>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156):
>>> >>>>>>> >> >> Warning:
>>> >>>>>>> >>The
>>> >>>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was not
>>> >>>>>>> >> >> processed,
>>> >>>>>>> >> >>because the type was not used in the application.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]            s|NumericStepper,
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>>>> >>>>nen
>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158):
>>> >>>>>>> >> >> Warning:
>>> >>>>>>> >>The
>>> >>>>>>> >> >>CSS type selector 'spark.components.TextInput' was not
>>> >>>>>>> >> >> processed,
>>> >>>>>>> >>because
>>> >>>>>>> >> >>the type was not used in the application.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]            s|TextInput{
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>>>> >>>>nen
>>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482
>>> >>>>>>> >> >> bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>>> >>>>>>> >>>>ent
>>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>> >>>>>>> >>>>Dat
>>> >>>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>>> >>>>>>> >> >>     [java] Loading configuration file
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >>>>>>> >> >>     [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_getMonthNames_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\States\Curr
>>> >>>>>>> >>>>ent
>>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>>> >>>>>>> >> >>     [java] okey doke, going to compile
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>>> >>>>>>> >>>>liz
>>> >>>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>> >>>>>>> >>>>tte
>>> >>>>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf
>>> >>>>>>> >> >> (651769
>>> >>>>>>> >> >>bytes)
>>> >>>>>>> >> >>     [java] Loading configuration file
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >>>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>>> >>>>>>> >> >>     [java] Version 4.10.0 build 0
>>> >>>>>>> >> >>     [java] Copyright 2013 The Apache Software Foundation.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java] command line: Error: unable to open
>>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>> >>>>>>> >> >> command
>>> >>>>>>> >> >>line.
>>> >>>>>>> >> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>>> >>>>>>> >> >>     [java] Loading configuration file
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>> >>>>
>>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >>>>>>> >> >>     [java] here's the failedFile; command line: Error:
>>> >>>>>>> >> >> unable to
>>> >>>>>>> >> >> open
>>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>> >>>>>>> >> >> command
>>> >>>>>>> >> >>line.
>>> >>>>>>> >> >>     [java]
>>> >>>>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>>> >>>>>>> >> >>     [java] Java Result: 1
>>> >>>>>>> >> >>     [echo] compileswfs jreturn is 1
>>> >>>>>>> >> >> [loadfile]
>>> >>>>>>> >>
>>> >>>>>>> >> >>
>>> >>>>>>> >> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>>> >>>>>>> >> >>doesn't exist
>>> >>>>>>> >> >>
>>> >>>>>>> >> >>do_fail:
>>> >>>>>>> >> >>
>>> >>>>>>> >> >>BUILD FAILED
>>> >>>>>>> >>
>>> >>>>>>> >> >>
>>> >>>>>>> >> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>> >>>>>>> >>The
>>> >>>>>>> >> >>following error occurred while executing this line:
>>> >>>>>>> >>
>>> >>>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>> >>>>>>> >>SWF
>>> >>>>>>> >> >>compile failed. Exiting
>>> >>>>>>> >> >>
>>> >>>>>>> >> >>Total time: 144 minutes 50 seconds
>>> >>>>>>> >> >>Build step 'Execute shell' marked build as failure
>>> >>>>>>> >> >
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>> >>
>>> >>>>>>> >> --
>>> >>>>>>> >> Ix Multimedia Software
>>> >>>>>>> >>
>>> >>>>>>> >> Jan Luykenstraat 27
>>> >>>>>>> >> 3521 VB Utrecht
>>> >>>>>>> >>
>>> >>>>>>> >> T. 06-51952295
>>> >>>>>>> >> I. www.ixsoftware.nl
>>> >>>>>>> >>
>>> >>>>>>>
>>> >>>>>>
>>> >>>>>
>>> >>>>
>>> >>>>
>>> >>>>
>>> >>>> --
>>> >>>> Ix Multimedia Software
>>> >>>>
>>> >>>> Jan Luykenstraat 27
>>> >>>> 3521 VB Utrecht
>>> >>>>
>>> >>>> T. 06-51952295
>>> >>>> I. www.ixsoftware.nl
>>> >>>
>>> >>>
>>> >>>
>>> >>> --
>>> >>> Ix Multimedia Software
>>> >>>
>>> >>> Jan Luykenstraat 27
>>> >>> 3521 VB Utrecht
>>> >>>
>>> >>> T. 06-51952295
>>> >>> I. www.ixsoftware.nl
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> Ix Multimedia Software
>>> >>
>>> >> Jan Luykenstraat 27
>>> >> 3521 VB Utrecht
>>> >>
>>> >> T. 06-51952295
>>> >> I. www.ixsoftware.nl
>>> >
>>> >
>>> >
>>> > --
>>> > Ix Multimedia Software
>>> >
>>> > Jan Luykenstraat 27
>>> > 3521 VB Utrecht
>>> >
>>> > T. 06-51952295
>>> > I. www.ixsoftware.nl
>>>
>>>
>>>
>>> --
>>> Ix Multimedia Software
>>>
>>> Jan Luykenstraat 27
>>> 3521 VB Utrecht
>>>
>>> T. 06-51952295
>>> I. www.ixsoftware.nl
>>
>>
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl



-- 
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

Posted by Erik de Bruin <er...@ixsoftware.nl>.
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
<bi...@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 <er...@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 <er...@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 <er...@ixsoftware.nl>
>> > wrote:
>> >> The primary run is finished. It had only (?) 6 errors... but the
>> >> subsequent try to run -failures resulted in:
>> >>
>> >> <output>
>> >> -uThe system cannot find the file specified.
>> >>
>> >> -uThe system cannot find the file specified.
>> >>
>> >> Skipping testcase check
>> >> Doing a regular mini run
>> >> </output>
>> >>
>> >> 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 <er...@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 <er...@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
>> >>>> <bi...@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 <ah...@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 <ah...@adobe.com>
>> >>>>>> Date: Monday, June 10, 2013 11:59 AM
>> >>>>>> To: OmPrakash Muppirala <bi...@gmail.com>,
>> >>>>>> "dev@flex.apache.org"
>> >>>>>> <de...@flex.apache.org>
>> >>>>>>
>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org"
>> >>>>>> <er...@apache.org>,
>> >>>>>> "aharui@apache.org" <ah...@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 <bi...@gmail.com>
>> >>>>>> Date: Monday, June 10, 2013 10:51 AM
>> >>>>>> To: "dev@flex.apache.org" <de...@flex.apache.org>
>> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org"
>> >>>>>> <er...@apache.org>,
>> >>>>>> "aharui@apache.org" <ah...@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=60000 -all
>> >>>>>> #./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com>
>> >>>>>>> wrote:
>> >>>>>>>
>> >>>>>>> >All clear from me..
>> >>>>>>> >
>> >>>>>>> >Om
>> >>>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl>
>> >>>>>>> > wrote:
>> >>>>>>> >
>> >>>>>>> >> I'll stay clear of the VM ;-)
>> >>>>>>> >>
>> >>>>>>> >> EdB
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com"
>> >>>>>>> >><fl...@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]                 <AssertMethodValue method="value
>> >>>>>>> >> >> =
>> >>>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar"
>> >>>>>>> >> >> value="null"
>> >>>>>>> >>/>
>> >>>>>>> >> >>     [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]                 <RunCode
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>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]                 <RunCode
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>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]                 <RunCode
>> >>>>>>> >>
>> >>>>>>> >> >> >>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
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>>>> >>>>\Ap
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>>>> >>>>lo.
>> >>>>>>> >> >>mxml(56): Warning: 'application' has been deprecated since
>> >>>>>>> >> >> 4.0.
>> >>>>>>> >>Please
>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]             <SetStyle
>> >>>>>>> >> >> target="{Application.application}"
>> >>>>>>> >> >>styleName="modalTransparency" value="-1" />
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>>>> >>>>\Ap
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>>>> >>>>lo.
>> >>>>>>> >> >>mxml(57): Warning: 'application' has been deprecated since
>> >>>>>>> >> >> 4.0.
>> >>>>>>> >>Please
>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]             <SetStyle
>> >>>>>>> >> >> target="{Application.application}"
>> >>>>>>> >> >>styleName="backgroundImage" value="" />
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>>>> >>>>\Ap
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>>>> >>>>lo.
>> >>>>>>> >> >>mxml(58): Warning: 'application' has been deprecated since
>> >>>>>>> >> >> 4.0.
>> >>>>>>> >>Please
>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]             <SetStyle
>> >>>>>>> >> >> target="{Application.application}"
>> >>>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>> >>>>>>> >>waitEvent="updateComplete"
>> >>>>>>> >> />
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>>>> >>>>\Ap
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>>>> >>>>lo.
>> >>>>>>> >> >>mxml(63): Warning: 'application' has been deprecated since
>> >>>>>>> >> >> 4.0.
>> >>>>>>> >>Please
>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]             <AssertStyleValue
>> >>>>>>> >> >>target="{Application.application}"
>> >>>>>>> >> >> styleName="modalTransparency"
>> >>>>>>> >> >>value="-1" />
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>>>> >>>>\Ap
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>>>> >>>>lo.
>> >>>>>>> >> >>mxml(64): Warning: 'application' has been deprecated since
>> >>>>>>> >> >> 4.0.
>> >>>>>>> >>Please
>> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]             <CompareBitmap
>> >>>>>>> >>target="{Application.application}"
>> >>>>>>> >> >>url="../Styles/Baselines/$testID.png" />
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>>>> >>>>\Ap
>> >>>>>>> >>
>> >>>>>>> >> >> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>> >>>>>>> >> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf
>> >>>>>>> >> >> (1714216
>> >>>>>>> >> >> bytes)
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>> >>>>>>> >>>>tte
>> >>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf
>> >>>>>>> >> >> (672785
>> >>>>>>> >>bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>> >>>>>>> >>>>cti
>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>WFs\contentBackgroundAlpha_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\colle
>> >>>>>>> >>>>cti
>> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>> >>>>>>> >>>>Pan
>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>> >>>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.
>> >>>>>>> >> >> Please use
>> >>>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager
>> >>>>>>> >> >> instance'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]                            eventDispatcher =
>> >>>>>>> >>
>> >>>>>>> >> >> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>> >>>>>>> >>>>H_V
>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\containers\
>> >>>>>>> >>>>Pan
>> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>> >>>>>>> >>>>WFs
>> >>>>>>> >> >>\Mirroring_Main_Application.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\containers\
>> >>>>>>> >>>>H_V
>> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>> >>>>>>> >>>>ts\
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>> >>>>>>> >>>>ml
>> >>>>>>> >> >>     [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\effec
>> >>>>>>> >>>>ts\
>> >>>>>>> >>
>> >>>>>>> >> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>> >>>>>>> >>(730329
>> >>>>>>> >> >>bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>> >>>>>>> >>>>tiv
>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>> >>>>>>> >>>>wfs
>> >>>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>> >>>>>>> >>>>liz
>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>> >>>>>>> >>>>tiv
>> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>> >>>>>>> >>>>liz
>> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074
>> >>>>>>> >> >> bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>> >>>>>>> >>>>Can
>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.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\containers\
>> >>>>>>> >>>>Can
>> >>>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>> >>>>>>> >>>>ts\
>> >>>>>>> >>
>> >>>>>>> >> >>
>> >>>>>>> >> >> >> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>> >>>>>>> >>>>ts\
>> >>>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>> >>>>>>> >> >> (733839
>> >>>>>>> >> >>bytes)
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The
>> >>>>>>> >> >> CSS type
>> >>>>>>> >> >>selector 'spark.modules.Module' was not processed, because
>> >>>>>>> >> >> the type
>> >>>>>>> >>was
>> >>>>>>> >> >>not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            s|Module,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The
>> >>>>>>> >> >> CSS type
>> >>>>>>> >> >>selector 'spark.components.TitleWindow' was not processed,
>> >>>>>>> >> >> because
>> >>>>>>> >> >> the
>> >>>>>>> >> >>type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            s|TitleWindow{
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>> >>>>>>> >>>>s\S
>> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>> >>>>>>> >>>>ran
>> >>>>>>> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>> >>>>>>> >>>>tiv
>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>> >>>>>>> >>>>ran
>> >>>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098
>> >>>>>>> >> >> bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>> >>>>>>> >>>>liz
>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>> >>>>>>> >>>>tiv
>> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>> >>>>>>> >>>>liz
>> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745
>> >>>>>>> >> >> bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>> >>>>>>> >>>>ts\
>> >>>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>> >>>>>>> >>>>ts\
>> >>>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966
>> >>>>>>> >> >> bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>> >>>>>>> >>>>Dat
>> >>>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>> >>>>>>> >>>>def
>> >>>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
>> >>>>>>> >>supported by
>> >>>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark,
>> >>>>>>> >> >> mobile'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>> >>>>>>> >>>>def
>> >>>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only
>> >>>>>>> >> >> supported
>> >>>>>>> >> >> by
>> >>>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>> >>>>>>> >>>>e\w
>> >>>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style
>> >>>>>>> >> >> 'borderColor' is
>> >>>>>>> >>only
>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s)
>> >>>>>>> >> >> 'halo,
>> >>>>>>> >>spark'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>> >>>>>>> >>>>e\w
>> >>>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style
>> >>>>>>> >> >> 'symbolColor' is
>> >>>>>>> >>only
>> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s)
>> >>>>>>> >> >> 'spark'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>> >>>>>>> >>>>swc
>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
>> >>>>>>> >>supported by
>> >>>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>> >>>>>>> >> >> mobile'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>> >>>>>>> >>>>swc
>> >>>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is
>> >>>>>>> >> >> only
>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
>> >>>>>>> >> >> 'halo,
>> >>>>>>> >>spark,
>> >>>>>>> >> >>mobile'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>> >>>>>>> >>>>swc
>> >>>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>> >>>>>>> >>supported
>> >>>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>> >>>>>>> >> >> mobile'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>> >>>>>>> >>>>swc
>> >>>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is
>> >>>>>>> >> >> only
>> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
>> >>>>>>> >> >> 'halo,
>> >>>>>>> >>spark,
>> >>>>>>> >> >>mobile'.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138):
>> >>>>>>> >> >> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not
>> >>>>>>> >> >> processed,
>> >>>>>>> >> >> because
>> >>>>>>> >> >>the type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|Accordion,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139):
>> >>>>>>> >> >> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not
>> >>>>>>> >> >> processed,
>> >>>>>>> >> >> because
>> >>>>>>> >> >>the type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|RadioButton,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140):
>> >>>>>>> >> >> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not processed,
>> >>>>>>> >> >> because
>> >>>>>>> >>the
>> >>>>>>> >> >>type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|CheckBox,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141):
>> >>>>>>> >> >> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.controls.List' was not processed,
>> >>>>>>> >> >> because the
>> >>>>>>> >>type
>> >>>>>>> >> >>was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|List,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144):
>> >>>>>>> >> >> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed,
>> >>>>>>> >> >> because the
>> >>>>>>> >>type
>> >>>>>>> >> >>was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|Text,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145):
>> >>>>>>> >> >> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed,
>> >>>>>>> >> >> because the
>> >>>>>>> >>type
>> >>>>>>> >> >>was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|Label,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146):
>> >>>>>>> >> >> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not
>> >>>>>>> >> >> processed,
>> >>>>>>> >>because
>> >>>>>>> >> >>the type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            mx|NumericStepper,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155):
>> >>>>>>> >> >> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'spark.components.HSlider' was not
>> >>>>>>> >> >> processed,
>> >>>>>>> >>because
>> >>>>>>> >> >>the type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            s|HSlider,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156):
>> >>>>>>> >> >> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was not
>> >>>>>>> >> >> processed,
>> >>>>>>> >> >>because the type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            s|NumericStepper,
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158):
>> >>>>>>> >> >> Warning:
>> >>>>>>> >>The
>> >>>>>>> >> >>CSS type selector 'spark.components.TextInput' was not
>> >>>>>>> >> >> processed,
>> >>>>>>> >>because
>> >>>>>>> >> >>the type was not used in the application.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]            s|TextInput{
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>>>> >>>>nen
>> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482
>> >>>>>>> >> >> bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>> >>>>>>> >>>>ent
>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>> >>>>>>> >>>>Dat
>> >>>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [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_getMonthNames_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\States\Curr
>> >>>>>>> >>>>ent
>> >>>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>> >>>>>>> >> >>     [java] Choosing local runner bitmap save
>> >>>>>>> >> >>     [java] okey doke, going to compile
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>> >>>>>>> >>>>liz
>> >>>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>> >>>>>>> >> >>     [java]
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>> >>>>>>> >>>>tte
>> >>>>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf
>> >>>>>>> >> >> (651769
>> >>>>>>> >> >>bytes)
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>> >>>>>>> >> >>     [java] Version 4.10.0 build 0
>> >>>>>>> >> >>     [java] Copyright 2013 The Apache Software Foundation.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java] command line: Error: unable to open
>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>> >>>>>>> >> >> command
>> >>>>>>> >> >>line.
>> >>>>>>> >> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>> >>>>>>> >> >>     [java] Loading configuration file
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>> >>>>
>> >>>>>>> >>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>>>>>> >> >>     [java] here's the failedFile; command line: Error:
>> >>>>>>> >> >> unable to
>> >>>>>>> >> >> open
>> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>> >>>>>>> >> >> command
>> >>>>>>> >> >>line.
>> >>>>>>> >> >>     [java]
>> >>>>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>> >>>>>>> >> >>     [java] Java Result: 1
>> >>>>>>> >> >>     [echo] compileswfs jreturn is 1
>> >>>>>>> >> >> [loadfile]
>> >>>>>>> >>
>> >>>>>>> >> >>
>> >>>>>>> >> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>> >>>>>>> >> >>doesn't exist
>> >>>>>>> >> >>
>> >>>>>>> >> >>do_fail:
>> >>>>>>> >> >>
>> >>>>>>> >> >>BUILD FAILED
>> >>>>>>> >>
>> >>>>>>> >> >>
>> >>>>>>> >> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>> >>>>>>> >>The
>> >>>>>>> >> >>following error occurred while executing this line:
>> >>>>>>> >>
>> >>>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>> >>>>>>> >>SWF
>> >>>>>>> >> >>compile failed. Exiting
>> >>>>>>> >> >>
>> >>>>>>> >> >>Total time: 144 minutes 50 seconds
>> >>>>>>> >> >>Build step 'Execute shell' marked build as failure
>> >>>>>>> >> >
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>> >>
>> >>>>>>> >> --
>> >>>>>>> >> Ix Multimedia Software
>> >>>>>>> >>
>> >>>>>>> >> Jan Luykenstraat 27
>> >>>>>>> >> 3521 VB Utrecht
>> >>>>>>> >>
>> >>>>>>> >> T. 06-51952295
>> >>>>>>> >> I. www.ixsoftware.nl
>> >>>>>>> >>
>> >>>>>>>
>> >>>>>>
>> >>>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> --
>> >>>> Ix Multimedia Software
>> >>>>
>> >>>> Jan Luykenstraat 27
>> >>>> 3521 VB Utrecht
>> >>>>
>> >>>> T. 06-51952295
>> >>>> I. www.ixsoftware.nl
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Ix Multimedia Software
>> >>>
>> >>> Jan Luykenstraat 27
>> >>> 3521 VB Utrecht
>> >>>
>> >>> T. 06-51952295
>> >>> I. www.ixsoftware.nl
>> >>
>> >>
>> >>
>> >> --
>> >> Ix Multimedia Software
>> >>
>> >> Jan Luykenstraat 27
>> >> 3521 VB Utrecht
>> >>
>> >> T. 06-51952295
>> >> I. www.ixsoftware.nl
>> >
>> >
>> >
>> > --
>> > Ix Multimedia Software
>> >
>> > Jan Luykenstraat 27
>> > 3521 VB Utrecht
>> >
>> > T. 06-51952295
>> > I. www.ixsoftware.nl
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>
>



-- 
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

Posted by OmPrakash Muppirala <bi...@gmail.com>.
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 <er...@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 <er...@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 <er...@ixsoftware.nl>
> wrote:
> >> The primary run is finished. It had only (?) 6 errors... but the
> >> subsequent try to run -failures resulted in:
> >>
> >> <output>
> >> -uThe system cannot find the file specified.
> >>
> >> -uThe system cannot find the file specified.
> >>
> >> Skipping testcase check
> >> Doing a regular mini run
> >> </output>
> >>
> >> 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 <er...@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 <er...@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
> >>>> <bi...@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 <ah...@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 <ah...@adobe.com>
> >>>>>> Date: Monday, June 10, 2013 11:59 AM
> >>>>>> To: OmPrakash Muppirala <bi...@gmail.com>, "
> dev@flex.apache.org"
> >>>>>> <de...@flex.apache.org>
> >>>>>>
> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org" <
> erikdebruin@apache.org>,
> >>>>>> "aharui@apache.org" <ah...@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 <bi...@gmail.com>
> >>>>>> Date: Monday, June 10, 2013 10:51 AM
> >>>>>> To: "dev@flex.apache.org" <de...@flex.apache.org>
> >>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
> >>>>>> <jm...@apache.org>, "erikdebruin@apache.org" <
> erikdebruin@apache.org>,
> >>>>>> "aharui@apache.org" <ah...@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=60000 -all
> >>>>>> #./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com>
> wrote:
> >>>>>>>
> >>>>>>> >All clear from me..
> >>>>>>> >
> >>>>>>> >Om
> >>>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl>
> wrote:
> >>>>>>> >
> >>>>>>> >> I'll stay clear of the VM ;-)
> >>>>>>> >>
> >>>>>>> >> EdB
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com"
> >>>>>>> >><fl...@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]                 <AssertMethodValue method="value =
> >>>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar"
> value="null"
> >>>>>>> >>/>
> >>>>>>> >> >>     [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]                 <RunCode
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>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]                 <RunCode
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>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]                 <RunCode
> >>>>>>> >>
> >>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
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
> >>>>>>> >>>>\Ap
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
> >>>>>>> >>>>lo.
> >>>>>>> >> >>mxml(56): Warning: 'application' has been deprecated since
> 4.0.
> >>>>>>> >>Please
> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]             <SetStyle
> target="{Application.application}"
> >>>>>>> >> >>styleName="modalTransparency" value="-1" />
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
> >>>>>>> >>>>\Ap
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
> >>>>>>> >>>>lo.
> >>>>>>> >> >>mxml(57): Warning: 'application' has been deprecated since
> 4.0.
> >>>>>>> >>Please
> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]             <SetStyle
> target="{Application.application}"
> >>>>>>> >> >>styleName="backgroundImage" value="" />
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
> >>>>>>> >>>>\Ap
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
> >>>>>>> >>>>lo.
> >>>>>>> >> >>mxml(58): Warning: 'application' has been deprecated since
> 4.0.
> >>>>>>> >>Please
> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]             <SetStyle
> target="{Application.application}"
> >>>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
> >>>>>>> >>waitEvent="updateComplete"
> >>>>>>> >> />
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
> >>>>>>> >>>>\Ap
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
> >>>>>>> >>>>lo.
> >>>>>>> >> >>mxml(63): Warning: 'application' has been deprecated since
> 4.0.
> >>>>>>> >>Please
> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]             <AssertStyleValue
> >>>>>>> >> >>target="{Application.application}"
> styleName="modalTransparency"
> >>>>>>> >> >>value="-1" />
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
> >>>>>>> >>>>\Ap
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
> >>>>>>> >>>>lo.
> >>>>>>> >> >>mxml(64): Warning: 'application' has been deprecated since
> 4.0.
> >>>>>>> >>Please
> >>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]             <CompareBitmap
> >>>>>>> >>target="{Application.application}"
> >>>>>>> >> >>url="../Styles/Baselines/$testID.png" />
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
> >>>>>>> >>>>\Ap
> >>>>>>> >>
> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
> >>>>>>> >> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
> >>>>>>> >>>>nen
> >>>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf
> (1714216
> >>>>>>> >> >> bytes)
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
> >>>>>>> >>>>tte
> >>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf
> (672785
> >>>>>>> >>bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
> >>>>>>> >>>>cti
> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
> >>>>>>> >> >>     [java] Loading configuration file
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
> >>>>>>> >>>>s\S
> >>>>>>> >> >>WFs\contentBackgroundAlpha_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\colle
> >>>>>>> >>>>cti
> >>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
> >>>>>>> >>>>Pan
> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
> >>>>>>> >>>>s\S
> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
> >>>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.
>  Please use
> >>>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager
> instance'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]                            eventDispatcher =
> >>>>>>> >> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
> >>>>>>> >>>>s\S
> >>>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
> >>>>>>> >>>>H_V
> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\containers\
> >>>>>>> >>>>Pan
> >>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
> >>>>>>> >>>>WFs
> >>>>>>> >> >>\Mirroring_Main_Application.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\containers\
> >>>>>>> >>>>H_V
> >>>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
> >>>>>>> >>>>ts\
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
> >>>>>>> >>>>ml
> >>>>>>> >> >>     [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\effec
> >>>>>>> >>>>ts\
> >>>>>>> >>
> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
> >>>>>>> >>(730329
> >>>>>>> >> >>bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
> >>>>>>> >>>>tiv
> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
> >>>>>>> >>>>wfs
> >>>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
> >>>>>>> >>>>liz
> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
> >>>>>>> >>>>tiv
> >>>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
> >>>>>>> >>>>s\S
> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
> >>>>>>> >>>>liz
> >>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074
> bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
> >>>>>>> >>>>Can
> >>>>>>> >> >>vas\SWFs\PreferredCanvas.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\containers\
> >>>>>>> >>>>Can
> >>>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
> >>>>>>> >>>>ts\
> >>>>>>> >>
> >>>>>>> >> >>
> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
> >>>>>>> >>>>ts\
> >>>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
> >>>>>>> >> >> (733839
> >>>>>>> >> >>bytes)
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
> >>>>>>> >>>>s\S
> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The
> CSS type
> >>>>>>> >> >>selector 'spark.modules.Module' was not processed, because
> the type
> >>>>>>> >>was
> >>>>>>> >> >>not used in the application.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]            s|Module,
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
> >>>>>>> >>>>s\S
> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The
> CSS type
> >>>>>>> >> >>selector 'spark.components.TitleWindow' was not processed,
> because
> >>>>>>> >> >> the
> >>>>>>> >> >>type was not used in the application.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]            s|TitleWindow{
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
> >>>>>>> >>>>s\S
> >>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
> >>>>>>> >>>>ran
> >>>>>>> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
> >>>>>>> >> >>     [java] Loading configuration file
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
> >>>>>>> >>>>tiv
> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
> >>>>>>> >>>>ran
> >>>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098
> bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
> >>>>>>> >>>>liz
> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
> >>>>>>> >>>>tiv
> >>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
> >>>>>>> >>>>liz
> >>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745
> bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
> >>>>>>> >>>>ts\
> >>>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
> >>>>>>> >> >>     [java] Loading configuration file
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>>>>>> >> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
> >>>>>>> >>>>ts\
> >>>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
> >>>>>>> >>>>Dat
> >>>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
> >>>>>>> >> >>     [java] Loading configuration file
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
> >>>>>>> >>>>def
> >>>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
> >>>>>>> >>supported by
> >>>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark,
> mobile'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
> >>>>>>> >>>>def
> >>>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only
> supported
> >>>>>>> >> >> by
> >>>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
> >>>>>>> >>>>e\w
> >>>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style
> 'borderColor' is
> >>>>>>> >>only
> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s)
> 'halo,
> >>>>>>> >>spark'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
> >>>>>>> >>>>e\w
> >>>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style
> 'symbolColor' is
> >>>>>>> >>only
> >>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s)
> 'spark'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
> >>>>>>> >>>>swc
> >>>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
> >>>>>>> >>supported by
> >>>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
> mobile'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
> >>>>>>> >>>>swc
> >>>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is
> only
> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
> 'halo,
> >>>>>>> >>spark,
> >>>>>>> >> >>mobile'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
> >>>>>>> >>>>swc
> >>>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
> >>>>>>> >>supported
> >>>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
> >>>>>>> >> >> mobile'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
> >>>>>>> >>>>swc
> >>>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is
> only
> >>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s)
> 'halo,
> >>>>>>> >>spark,
> >>>>>>> >> >>mobile'.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>>>> >>>>nen
> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138):
> Warning:
> >>>>>>> >>The
> >>>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not processed,
> >>>>>>> >> >> because
> >>>>>>> >> >>the type was not used in the application.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]            mx|Accordion,
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>>>> >>>>nen
> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139):
> Warning:
> >>>>>>> >>The
> >>>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not processed,
> >>>>>>> >> >> because
> >>>>>>> >> >>the type was not used in the application.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]            mx|RadioButton,
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>>>> >>>>nen
> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140):
> Warning:
> >>>>>>> >>The
> >>>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not processed,
> because
> >>>>>>> >>the
> >>>>>>> >> >>type was not used in the application.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]            mx|CheckBox,
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>>>> >>>>nen
> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141):
> Warning:
> >>>>>>> >>The
> >>>>>>> >> >>CSS type selector 'mx.controls.List' was not processed,
> because the
> >>>>>>> >>type
> >>>>>>> >> >>was not used in the application.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]            mx|List,
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>>>> >>>>nen
> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144):
> Warning:
> >>>>>>> >>The
> >>>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed,
> because the
> >>>>>>> >>type
> >>>>>>> >> >>was not used in the application.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]            mx|Text,
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>>>> >>>>nen
> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145):
> Warning:
> >>>>>>> >>The
> >>>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed,
> because the
> >>>>>>> >>type
> >>>>>>> >> >>was not used in the application.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]            mx|Label,
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>>>> >>>>nen
> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146):
> Warning:
> >>>>>>> >>The
> >>>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not
> processed,
> >>>>>>> >>because
> >>>>>>> >> >>the type was not used in the application.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]            mx|NumericStepper,
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>>>> >>>>nen
> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155):
> Warning:
> >>>>>>> >>The
> >>>>>>> >> >>CSS type selector 'spark.components.HSlider' was not
> processed,
> >>>>>>> >>because
> >>>>>>> >> >>the type was not used in the application.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]            s|HSlider,
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>>>> >>>>nen
> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156):
> Warning:
> >>>>>>> >>The
> >>>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was not
> >>>>>>> >> >> processed,
> >>>>>>> >> >>because the type was not used in the application.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]            s|NumericStepper,
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>>>> >>>>nen
> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158):
> Warning:
> >>>>>>> >>The
> >>>>>>> >> >>CSS type selector 'spark.components.TextInput' was not
> processed,
> >>>>>>> >>because
> >>>>>>> >> >>the type was not used in the application.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]            s|TextInput{
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>>>> >>>>nen
> >>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482
> bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
> >>>>>>> >>>>ent
> >>>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
> >>>>>>> >>>>Dat
> >>>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
> >>>>>>> >> >>     [java] Loading configuration file
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>>>>>> >> >>     [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_getMonthNames_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\States\Curr
> >>>>>>> >>>>ent
> >>>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
> >>>>>>> >> >>     [java] Choosing local runner bitmap save
> >>>>>>> >> >>     [java] okey doke, going to compile
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
> >>>>>>> >>>>liz
> >>>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
> >>>>>>> >> >>     [java]
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
> >>>>>>> >>>>tte
> >>>>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf
> (651769
> >>>>>>> >> >>bytes)
> >>>>>>> >> >>     [java] Loading configuration file
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
> >>>>>>> >> >>     [java] Version 4.10.0 build 0
> >>>>>>> >> >>     [java] Copyright 2013 The Apache Software Foundation.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java] command line: Error: unable to open
> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
> >>>>>>> >> >> command
> >>>>>>> >> >>line.
> >>>>>>> >> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
> >>>>>>> >> >>     [java] Loading configuration file
> >>>>>>> >>
> >>>>>>>
> >>>>>>> >>>>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>>>>>> >> >>     [java] here's the failedFile; command line: Error:
> unable to
> >>>>>>> >> >> open
> >>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
> >>>>>>> >> >> command
> >>>>>>> >> >>line.
> >>>>>>> >> >>     [java]
> >>>>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
> >>>>>>> >> >>     [java] Java Result: 1
> >>>>>>> >> >>     [echo] compileswfs jreturn is 1
> >>>>>>> >> >> [loadfile]
> >>>>>>> >>
> >>>>>>> >> >>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
> >>>>>>> >> >>doesn't exist
> >>>>>>> >> >>
> >>>>>>> >> >>do_fail:
> >>>>>>> >> >>
> >>>>>>> >> >>BUILD FAILED
> >>>>>>> >>
> >>>>>>> >> >>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
> >>>>>>> >>The
> >>>>>>> >> >>following error occurred while executing this line:
> >>>>>>> >>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
> >>>>>>> >>SWF
> >>>>>>> >> >>compile failed. Exiting
> >>>>>>> >> >>
> >>>>>>> >> >>Total time: 144 minutes 50 seconds
> >>>>>>> >> >>Build step 'Execute shell' marked build as failure
> >>>>>>> >> >
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>> >>
> >>>>>>> >> --
> >>>>>>> >> Ix Multimedia Software
> >>>>>>> >>
> >>>>>>> >> Jan Luykenstraat 27
> >>>>>>> >> 3521 VB Utrecht
> >>>>>>> >>
> >>>>>>> >> T. 06-51952295
> >>>>>>> >> I. www.ixsoftware.nl
> >>>>>>> >>
> >>>>>>>
> >>>>>>
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Ix Multimedia Software
> >>>>
> >>>> Jan Luykenstraat 27
> >>>> 3521 VB Utrecht
> >>>>
> >>>> T. 06-51952295
> >>>> I. www.ixsoftware.nl
> >>>
> >>>
> >>>
> >>> --
> >>> Ix Multimedia Software
> >>>
> >>> Jan Luykenstraat 27
> >>> 3521 VB Utrecht
> >>>
> >>> T. 06-51952295
> >>> I. www.ixsoftware.nl
> >>
> >>
> >>
> >> --
> >> Ix Multimedia Software
> >>
> >> Jan Luykenstraat 27
> >> 3521 VB Utrecht
> >>
> >> T. 06-51952295
> >> I. www.ixsoftware.nl
> >
> >
> >
> > --
> > Ix Multimedia Software
> >
> > Jan Luykenstraat 27
> > 3521 VB Utrecht
> >
> > T. 06-51952295
> > I. www.ixsoftware.nl
>
>
>
> --
> 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

Posted by Erik de Bruin <er...@ixsoftware.nl>.
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
<bi...@gmail.com> wrote:
> On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin <er...@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?
>>
>
> 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

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin <er...@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?
>
>
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

Posted by Erik de Bruin <er...@ixsoftware.nl>.
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 <er...@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 <er...@ixsoftware.nl> wrote:
>> The primary run is finished. It had only (?) 6 errors... but the
>> subsequent try to run -failures resulted in:
>>
>> <output>
>> -uThe system cannot find the file specified.
>>
>> -uThe system cannot find the file specified.
>>
>> Skipping testcase check
>> Doing a regular mini run
>> </output>
>>
>> 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 <er...@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 <er...@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
>>>> <bi...@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 <ah...@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 <ah...@adobe.com>
>>>>>> Date: Monday, June 10, 2013 11:59 AM
>>>>>> To: OmPrakash Muppirala <bi...@gmail.com>, "dev@flex.apache.org"
>>>>>> <de...@flex.apache.org>
>>>>>>
>>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>>>>> <jm...@apache.org>, "erikdebruin@apache.org" <er...@apache.org>,
>>>>>> "aharui@apache.org" <ah...@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 <bi...@gmail.com>
>>>>>> Date: Monday, June 10, 2013 10:51 AM
>>>>>> To: "dev@flex.apache.org" <de...@flex.apache.org>
>>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>>>>> <jm...@apache.org>, "erikdebruin@apache.org" <er...@apache.org>,
>>>>>> "aharui@apache.org" <ah...@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=60000 -all
>>>>>> #./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com> wrote:
>>>>>>>
>>>>>>> >All clear from me..
>>>>>>> >
>>>>>>> >Om
>>>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>>>>>>> >
>>>>>>> >> I'll stay clear of the VM ;-)
>>>>>>> >>
>>>>>>> >> EdB
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com"
>>>>>>> >><fl...@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]                 <AssertMethodValue method="value =
>>>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar" value="null"
>>>>>>> >>/>
>>>>>>> >> >>     [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]                 <RunCode
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>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]                 <RunCode
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>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]                 <RunCode
>>>>>>> >> >>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
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(56): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>>>> >> >>styleName="modalTransparency" value="-1" />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(57): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>>>> >> >>styleName="backgroundImage" value="" />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(58): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>>>>>>> >>waitEvent="updateComplete"
>>>>>>> >> />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(63): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <AssertStyleValue
>>>>>>> >> >>target="{Application.application}" styleName="modalTransparency"
>>>>>>> >> >>value="-1" />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>>> >>>>lo.
>>>>>>> >> >>mxml(64): Warning: 'application' has been deprecated since 4.0.
>>>>>>> >>Please
>>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]             <CompareBitmap
>>>>>>> >>target="{Application.application}"
>>>>>>> >> >>url="../Styles/Baselines/$testID.png" />
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>>> >>>>\Ap
>>>>>>> >> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>>>>>>> >> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216
>>>>>>> >> >> bytes)
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>>>> >>>>tte
>>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785
>>>>>>> >>bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>>>>>>> >>>>cti
>>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>>>> >>>>s\S
>>>>>>> >> >>WFs\contentBackgroundAlpha_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\colle
>>>>>>> >>>>cti
>>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>>>> >>>>Pan
>>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>>>>>>> >>>>s\S
>>>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>>>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>>>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]                            eventDispatcher =
>>>>>>> >> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>>>> >>>>s\S
>>>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>>>> >>>>H_V
>>>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\containers\
>>>>>>> >>>>Pan
>>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>>>>>>> >>>>WFs
>>>>>>> >> >>\Mirroring_Main_Application.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\containers\
>>>>>>> >>>>H_V
>>>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>>>> >>>>ts\
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>>>>>>> >>>>ml
>>>>>>> >> >>     [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\effec
>>>>>>> >>>>ts\
>>>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>>>>>> >>(730329
>>>>>>> >> >>bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>>>> >>>>tiv
>>>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>>>>>>> >>>>wfs
>>>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>>>> >>>>liz
>>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>>>>>>> >>>>tiv
>>>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>>> >>>>s\S
>>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>>>>>>> >>>>liz
>>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>>>> >>>>Can
>>>>>>> >> >>vas\SWFs\PreferredCanvas.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\containers\
>>>>>>> >>>>Can
>>>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>>>> >>>>ts\
>>>>>>> >>
>>>>>>> >> >> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>>>>>>> >>>>ts\
>>>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>>>>>>> >> >> (733839
>>>>>>> >> >>bytes)
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>>> >>>>s\S
>>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>>>>>>> >> >>selector 'spark.modules.Module' was not processed, because the type
>>>>>>> >>was
>>>>>>> >> >>not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|Module,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>>> >>>>s\S
>>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>>>>>>> >> >>selector 'spark.components.TitleWindow' was not processed, because
>>>>>>> >> >> the
>>>>>>> >> >>type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|TitleWindow{
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>>> >>>>s\S
>>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>>>>>>> >>>>ran
>>>>>>> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>>>> >>>>tiv
>>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>>>>>>> >>>>ran
>>>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>>>> >>>>liz
>>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>>>>>>> >>>>tiv
>>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>>>> >>>>liz
>>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>>>> >>>>ts\
>>>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>>>>>>> >>>>ts\
>>>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>>>> >>>>Dat
>>>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>>>>>>> >>>>def
>>>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
>>>>>>> >>supported by
>>>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>>>>>>> >>>>def
>>>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only supported
>>>>>>> >> >> by
>>>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>>>> >>>>e\w
>>>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is
>>>>>>> >>only
>>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo,
>>>>>>> >>spark'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>>>> >>>>e\w
>>>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is
>>>>>>> >>only
>>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>>> >>>>swc
>>>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
>>>>>>> >>supported by
>>>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>>> >>>>swc
>>>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
>>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>>>> >>spark,
>>>>>>> >> >>mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>>> >>>>swc
>>>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>>>>>>> >>supported
>>>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>>>>>>> >> >> mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>>> >>>>swc
>>>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>>>> >>spark,
>>>>>>> >> >>mobile'.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not processed,
>>>>>>> >> >> because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|Accordion,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not processed,
>>>>>>> >> >> because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|RadioButton,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not processed, because
>>>>>>> >>the
>>>>>>> >> >>type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|CheckBox,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.List' was not processed, because the
>>>>>>> >>type
>>>>>>> >> >>was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|List,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed, because the
>>>>>>> >>type
>>>>>>> >> >>was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|Text,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed, because the
>>>>>>> >>type
>>>>>>> >> >>was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|Label,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not processed,
>>>>>>> >>because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            mx|NumericStepper,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'spark.components.HSlider' was not processed,
>>>>>>> >>because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|HSlider,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was not
>>>>>>> >> >> processed,
>>>>>>> >> >>because the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|NumericStepper,
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning:
>>>>>>> >>The
>>>>>>> >> >>CSS type selector 'spark.components.TextInput' was not processed,
>>>>>>> >>because
>>>>>>> >> >>the type was not used in the application.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]            s|TextInput{
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>>> >>>>nen
>>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>>>>>>> >>>>ent
>>>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>>>> >>>>Dat
>>>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [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_getMonthNames_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\States\Curr
>>>>>>> >>>>ent
>>>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>>> >> >>     [java] okey doke, going to compile
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>>>>>>> >>>>liz
>>>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>>>>>>> >> >>     [java]
>>>>>>> >>
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>>>> >>>>tte
>>>>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>>>>>>> >> >>bytes)
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>>>>>>> >> >>     [java] Version 4.10.0 build 0
>>>>>>> >> >>     [java] Copyright 2013 The Apache Software Foundation.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java] command line: Error: unable to open
>>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>>>>> >> >> command
>>>>>>> >> >>line.
>>>>>>> >> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>>>>>>> >> >>     [java] Loading configuration file
>>>>>>> >>
>>>>>>>
>>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>>> >> >>     [java] here's the failedFile; command line: Error: unable to
>>>>>>> >> >> open
>>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>>>>> >> >> command
>>>>>>> >> >>line.
>>>>>>> >> >>     [java]
>>>>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>>>>>>> >> >>     [java] Java Result: 1
>>>>>>> >> >>     [echo] compileswfs jreturn is 1
>>>>>>> >> >> [loadfile]
>>>>>>> >>
>>>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>>>>>>> >> >>doesn't exist
>>>>>>> >> >>
>>>>>>> >> >>do_fail:
>>>>>>> >> >>
>>>>>>> >> >>BUILD FAILED
>>>>>>> >>
>>>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>>>>>> >>The
>>>>>>> >> >>following error occurred while executing this line:
>>>>>>> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>>>>>> >>SWF
>>>>>>> >> >>compile failed. Exiting
>>>>>>> >> >>
>>>>>>> >> >>Total time: 144 minutes 50 seconds
>>>>>>> >> >>Build step 'Execute shell' marked build as failure
>>>>>>> >> >
>>>>>>> >>
>>>>>>> >>
>>>>>>> >>
>>>>>>> >> --
>>>>>>> >> Ix Multimedia Software
>>>>>>> >>
>>>>>>> >> Jan Luykenstraat 27
>>>>>>> >> 3521 VB Utrecht
>>>>>>> >>
>>>>>>> >> T. 06-51952295
>>>>>>> >> I. www.ixsoftware.nl
>>>>>>> >>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Ix Multimedia Software
>>>>
>>>> Jan Luykenstraat 27
>>>> 3521 VB Utrecht
>>>>
>>>> T. 06-51952295
>>>> I. www.ixsoftware.nl
>>>
>>>
>>>
>>> --
>>> Ix Multimedia Software
>>>
>>> Jan Luykenstraat 27
>>> 3521 VB Utrecht
>>>
>>> T. 06-51952295
>>> I. www.ixsoftware.nl
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl



-- 
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

Posted by Erik de Bruin <er...@ixsoftware.nl>.
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 <er...@ixsoftware.nl> wrote:
> The primary run is finished. It had only (?) 6 errors... but the
> subsequent try to run -failures resulted in:
>
> <output>
> -uThe system cannot find the file specified.
>
> -uThe system cannot find the file specified.
>
> Skipping testcase check
> Doing a regular mini run
> </output>
>
> 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 <er...@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 <er...@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
>>> <bi...@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 <ah...@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 <ah...@adobe.com>
>>>>> Date: Monday, June 10, 2013 11:59 AM
>>>>> To: OmPrakash Muppirala <bi...@gmail.com>, "dev@flex.apache.org"
>>>>> <de...@flex.apache.org>
>>>>>
>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>>>> <jm...@apache.org>, "erikdebruin@apache.org" <er...@apache.org>,
>>>>> "aharui@apache.org" <ah...@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 <bi...@gmail.com>
>>>>> Date: Monday, June 10, 2013 10:51 AM
>>>>> To: "dev@flex.apache.org" <de...@flex.apache.org>
>>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>>>> <jm...@apache.org>, "erikdebruin@apache.org" <er...@apache.org>,
>>>>> "aharui@apache.org" <ah...@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=60000 -all
>>>>> #./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com> wrote:
>>>>>>
>>>>>> >All clear from me..
>>>>>> >
>>>>>> >Om
>>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>>>>>> >
>>>>>> >> I'll stay clear of the VM ;-)
>>>>>> >>
>>>>>> >> EdB
>>>>>> >>
>>>>>> >>
>>>>>> >>
>>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com"
>>>>>> >><fl...@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]                 <AssertMethodValue method="value =
>>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar" value="null"
>>>>>> >>/>
>>>>>> >> >>     [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]                 <RunCode
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>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]                 <RunCode
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>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]                 <RunCode
>>>>>> >> >>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
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>> >>>>\Ap
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>> >>>>lo.
>>>>>> >> >>mxml(56): Warning: 'application' has been deprecated since 4.0.
>>>>>> >>Please
>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>>> >> >>styleName="modalTransparency" value="-1" />
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>> >>>>\Ap
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>> >>>>lo.
>>>>>> >> >>mxml(57): Warning: 'application' has been deprecated since 4.0.
>>>>>> >>Please
>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>>> >> >>styleName="backgroundImage" value="" />
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>> >>>>\Ap
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>> >>>>lo.
>>>>>> >> >>mxml(58): Warning: 'application' has been deprecated since 4.0.
>>>>>> >>Please
>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>>>>>> >>waitEvent="updateComplete"
>>>>>> >> />
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>> >>>>\Ap
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>> >>>>lo.
>>>>>> >> >>mxml(63): Warning: 'application' has been deprecated since 4.0.
>>>>>> >>Please
>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]             <AssertStyleValue
>>>>>> >> >>target="{Application.application}" styleName="modalTransparency"
>>>>>> >> >>value="-1" />
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>> >>>>\Ap
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>>> >>>>lo.
>>>>>> >> >>mxml(64): Warning: 'application' has been deprecated since 4.0.
>>>>>> >>Please
>>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]             <CompareBitmap
>>>>>> >>target="{Application.application}"
>>>>>> >> >>url="../Styles/Baselines/$testID.png" />
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>>> >>>>\Ap
>>>>>> >> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>>>>>> >> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>>>>>> >>>>nen
>>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216
>>>>>> >> >> bytes)
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>>> >>>>tte
>>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785
>>>>>> >>bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>>>>>> >>>>cti
>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>>>>>> >> >>     [java] Loading configuration file
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>>> >>>>s\S
>>>>>> >> >>WFs\contentBackgroundAlpha_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\colle
>>>>>> >>>>cti
>>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>>> >>>>Pan
>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>>>>>> >>>>s\S
>>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]                            eventDispatcher =
>>>>>> >> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>>> >>>>s\S
>>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>>> >>>>H_V
>>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\containers\
>>>>>> >>>>Pan
>>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>>>>>> >>>>WFs
>>>>>> >> >>\Mirroring_Main_Application.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\containers\
>>>>>> >>>>H_V
>>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>>> >>>>ts\
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>>>>>> >>>>ml
>>>>>> >> >>     [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\effec
>>>>>> >>>>ts\
>>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>>>>> >>(730329
>>>>>> >> >>bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>>> >>>>tiv
>>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>>>>>> >>>>wfs
>>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>>> >>>>liz
>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>>>>>> >>>>tiv
>>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>> >>>>s\S
>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>>>>>> >>>>liz
>>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>>> >>>>Can
>>>>>> >> >>vas\SWFs\PreferredCanvas.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\containers\
>>>>>> >>>>Can
>>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>>> >>>>ts\
>>>>>> >>
>>>>>> >> >> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>>>>>> >>>>ts\
>>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>>>>>> >> >> (733839
>>>>>> >> >>bytes)
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>> >>>>s\S
>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>>>>>> >> >>selector 'spark.modules.Module' was not processed, because the type
>>>>>> >>was
>>>>>> >> >>not used in the application.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]            s|Module,
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>> >>>>s\S
>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>>>>>> >> >>selector 'spark.components.TitleWindow' was not processed, because
>>>>>> >> >> the
>>>>>> >> >>type was not used in the application.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]            s|TitleWindow{
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>>> >>>>s\S
>>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>>>>>> >>>>ran
>>>>>> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>>>>>> >> >>     [java] Loading configuration file
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>>> >>>>tiv
>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>>>>>> >>>>ran
>>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>>> >>>>liz
>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>>>>>> >>>>tiv
>>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>>> >>>>liz
>>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>>> >>>>ts\
>>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>>>>>> >> >>     [java] Loading configuration file
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>> >> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>>>>>> >>>>ts\
>>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>>> >>>>Dat
>>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>>>>>> >> >>     [java] Loading configuration file
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>>>>>> >>>>def
>>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
>>>>>> >>supported by
>>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>>>>>> >>>>def
>>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only supported
>>>>>> >> >> by
>>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>>> >>>>e\w
>>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is
>>>>>> >>only
>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo,
>>>>>> >>spark'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>>> >>>>e\w
>>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is
>>>>>> >>only
>>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>> >>>>swc
>>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
>>>>>> >>supported by
>>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>> >>>>swc
>>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>>> >>spark,
>>>>>> >> >>mobile'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>> >>>>swc
>>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>>>>>> >>supported
>>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>>>>>> >> >> mobile'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>>> >>>>swc
>>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>>> >>spark,
>>>>>> >> >>mobile'.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>> >>>>nen
>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning:
>>>>>> >>The
>>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not processed,
>>>>>> >> >> because
>>>>>> >> >>the type was not used in the application.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]            mx|Accordion,
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>> >>>>nen
>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning:
>>>>>> >>The
>>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not processed,
>>>>>> >> >> because
>>>>>> >> >>the type was not used in the application.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]            mx|RadioButton,
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>> >>>>nen
>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning:
>>>>>> >>The
>>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not processed, because
>>>>>> >>the
>>>>>> >> >>type was not used in the application.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]            mx|CheckBox,
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>> >>>>nen
>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning:
>>>>>> >>The
>>>>>> >> >>CSS type selector 'mx.controls.List' was not processed, because the
>>>>>> >>type
>>>>>> >> >>was not used in the application.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]            mx|List,
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>> >>>>nen
>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning:
>>>>>> >>The
>>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed, because the
>>>>>> >>type
>>>>>> >> >>was not used in the application.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]            mx|Text,
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>> >>>>nen
>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning:
>>>>>> >>The
>>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed, because the
>>>>>> >>type
>>>>>> >> >>was not used in the application.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]            mx|Label,
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>> >>>>nen
>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning:
>>>>>> >>The
>>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not processed,
>>>>>> >>because
>>>>>> >> >>the type was not used in the application.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]            mx|NumericStepper,
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>> >>>>nen
>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning:
>>>>>> >>The
>>>>>> >> >>CSS type selector 'spark.components.HSlider' was not processed,
>>>>>> >>because
>>>>>> >> >>the type was not used in the application.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]            s|HSlider,
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>> >>>>nen
>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning:
>>>>>> >>The
>>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was not
>>>>>> >> >> processed,
>>>>>> >> >>because the type was not used in the application.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]            s|NumericStepper,
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>> >>>>nen
>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning:
>>>>>> >>The
>>>>>> >> >>CSS type selector 'spark.components.TextInput' was not processed,
>>>>>> >>because
>>>>>> >> >>the type was not used in the application.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]            s|TextInput{
>>>>>> >> >>     [java]
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>>> >>>>nen
>>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>>>>>> >>>>ent
>>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>>> >>>>Dat
>>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>>>>>> >> >>     [java] Loading configuration file
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>> >> >>     [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_getMonthNames_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\States\Curr
>>>>>> >>>>ent
>>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>>> >> >>     [java] okey doke, going to compile
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>>>>>> >>>>liz
>>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>>>>>> >> >>     [java]
>>>>>> >>
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>>> >>>>tte
>>>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>>>>>> >> >>bytes)
>>>>>> >> >>     [java] Loading configuration file
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>>>>>> >> >>     [java] Version 4.10.0 build 0
>>>>>> >> >>     [java] Copyright 2013 The Apache Software Foundation.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java] command line: Error: unable to open
>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>>> >> >>     [java]
>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>>>> >> >> command
>>>>>> >> >>line.
>>>>>> >> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>>>>>> >> >>     [java] Loading configuration file
>>>>>> >>
>>>>>>
>>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>>> >> >>     [java] here's the failedFile; command line: Error: unable to
>>>>>> >> >> open
>>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>>> >> >>     [java]
>>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>>>> >> >> command
>>>>>> >> >>line.
>>>>>> >> >>     [java]
>>>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>>>>>> >> >>     [java] Java Result: 1
>>>>>> >> >>     [echo] compileswfs jreturn is 1
>>>>>> >> >> [loadfile]
>>>>>> >>
>>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>>>>>> >> >>doesn't exist
>>>>>> >> >>
>>>>>> >> >>do_fail:
>>>>>> >> >>
>>>>>> >> >>BUILD FAILED
>>>>>> >>
>>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>>>>> >>The
>>>>>> >> >>following error occurred while executing this line:
>>>>>> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>>>>> >>SWF
>>>>>> >> >>compile failed. Exiting
>>>>>> >> >>
>>>>>> >> >>Total time: 144 minutes 50 seconds
>>>>>> >> >>Build step 'Execute shell' marked build as failure
>>>>>> >> >
>>>>>> >>
>>>>>> >>
>>>>>> >>
>>>>>> >> --
>>>>>> >> Ix Multimedia Software
>>>>>> >>
>>>>>> >> Jan Luykenstraat 27
>>>>>> >> 3521 VB Utrecht
>>>>>> >>
>>>>>> >> T. 06-51952295
>>>>>> >> I. www.ixsoftware.nl
>>>>>> >>
>>>>>>
>>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Ix Multimedia Software
>>>
>>> Jan Luykenstraat 27
>>> 3521 VB Utrecht
>>>
>>> T. 06-51952295
>>> I. www.ixsoftware.nl
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl



-- 
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

Posted by Erik de Bruin <er...@ixsoftware.nl>.
The primary run is finished. It had only (?) 6 errors... but the
subsequent try to run -failures resulted in:

<output>
-uThe system cannot find the file specified.

-uThe system cannot find the file specified.

Skipping testcase check
Doing a regular mini run
</output>

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 <er...@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 <er...@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
>> <bi...@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 <ah...@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 <ah...@adobe.com>
>>>> Date: Monday, June 10, 2013 11:59 AM
>>>> To: OmPrakash Muppirala <bi...@gmail.com>, "dev@flex.apache.org"
>>>> <de...@flex.apache.org>
>>>>
>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>>> <jm...@apache.org>, "erikdebruin@apache.org" <er...@apache.org>,
>>>> "aharui@apache.org" <ah...@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 <bi...@gmail.com>
>>>> Date: Monday, June 10, 2013 10:51 AM
>>>> To: "dev@flex.apache.org" <de...@flex.apache.org>
>>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>>> <jm...@apache.org>, "erikdebruin@apache.org" <er...@apache.org>,
>>>> "aharui@apache.org" <ah...@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=60000 -all
>>>> #./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com> wrote:
>>>>>
>>>>> >All clear from me..
>>>>> >
>>>>> >Om
>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>>>>> >
>>>>> >> I'll stay clear of the VM ;-)
>>>>> >>
>>>>> >> EdB
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com"
>>>>> >><fl...@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]                 <AssertMethodValue method="value =
>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar" value="null"
>>>>> >>/>
>>>>> >> >>     [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]                 <RunCode
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>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]                 <RunCode
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>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]                 <RunCode
>>>>> >> >>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
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>> >>>>\Ap
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>> >>>>lo.
>>>>> >> >>mxml(56): Warning: 'application' has been deprecated since 4.0.
>>>>> >>Please
>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>> >> >>styleName="modalTransparency" value="-1" />
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>> >>>>\Ap
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>> >>>>lo.
>>>>> >> >>mxml(57): Warning: 'application' has been deprecated since 4.0.
>>>>> >>Please
>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>> >> >>styleName="backgroundImage" value="" />
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>> >>>>\Ap
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>> >>>>lo.
>>>>> >> >>mxml(58): Warning: 'application' has been deprecated since 4.0.
>>>>> >>Please
>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>>>>> >>waitEvent="updateComplete"
>>>>> >> />
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>> >>>>\Ap
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>> >>>>lo.
>>>>> >> >>mxml(63): Warning: 'application' has been deprecated since 4.0.
>>>>> >>Please
>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]             <AssertStyleValue
>>>>> >> >>target="{Application.application}" styleName="modalTransparency"
>>>>> >> >>value="-1" />
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>> >>>>\Ap
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>> >>>>lo.
>>>>> >> >>mxml(64): Warning: 'application' has been deprecated since 4.0.
>>>>> >>Please
>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]             <CompareBitmap
>>>>> >>target="{Application.application}"
>>>>> >> >>url="../Styles/Baselines/$testID.png" />
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>> >>>>\Ap
>>>>> >> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>>>>> >> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216
>>>>> >> >> bytes)
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>> >>>>tte
>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785
>>>>> >>bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>>>>> >>>>cti
>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>> >>>>s\S
>>>>> >> >>WFs\contentBackgroundAlpha_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\colle
>>>>> >>>>cti
>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>> >>>>Pan
>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>>>>> >>>>s\S
>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]                            eventDispatcher =
>>>>> >> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>> >>>>s\S
>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>> >>>>H_V
>>>>> >> >>_Box\SWFs\H_V_Box_basic.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\containers\
>>>>> >>>>Pan
>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>>>>> >>>>WFs
>>>>> >> >>\Mirroring_Main_Application.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\containers\
>>>>> >>>>H_V
>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>> >>>>ts\
>>>>> >>
>>>>>
>>>>> >>>> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>>>>> >>>>ml
>>>>> >> >>     [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\effec
>>>>> >>>>ts\
>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>>>> >>(730329
>>>>> >> >>bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>> >>>>tiv
>>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>>>>> >>>>wfs
>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>> >>>>liz
>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>>>>> >>>>tiv
>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>> >>>>s\S
>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>>>>> >>>>liz
>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>> >>>>Can
>>>>> >> >>vas\SWFs\PreferredCanvas.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\containers\
>>>>> >>>>Can
>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>> >>>>ts\
>>>>> >>
>>>>> >> >> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>>>>> >>>>ts\
>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>>>>> >> >> (733839
>>>>> >> >>bytes)
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>> >>>>s\S
>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>>>>> >> >>selector 'spark.modules.Module' was not processed, because the type
>>>>> >>was
>>>>> >> >>not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            s|Module,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>> >>>>s\S
>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>>>>> >> >>selector 'spark.components.TitleWindow' was not processed, because
>>>>> >> >> the
>>>>> >> >>type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            s|TitleWindow{
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>> >>>>s\S
>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>>>>> >>>>ran
>>>>> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>> >>>>tiv
>>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>>>>> >>>>ran
>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>> >>>>liz
>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>>>>> >>>>tiv
>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>> >>>>liz
>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>> >>>>ts\
>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>>>>> >>>>ts\
>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>> >>>>Dat
>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>>>>> >>>>def
>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
>>>>> >>supported by
>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>>>>> >>>>def
>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only supported
>>>>> >> >> by
>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>> >>>>e\w
>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is
>>>>> >>only
>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo,
>>>>> >>spark'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>> >>>>e\w
>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is
>>>>> >>only
>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>> >>>>swc
>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
>>>>> >>supported by
>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>> >>>>swc
>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>> >>spark,
>>>>> >> >>mobile'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>> >>>>swc
>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>>>>> >>supported
>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>>>>> >> >> mobile'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>> >>>>swc
>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>> >>spark,
>>>>> >> >>mobile'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not processed,
>>>>> >> >> because
>>>>> >> >>the type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|Accordion,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not processed,
>>>>> >> >> because
>>>>> >> >>the type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|RadioButton,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not processed, because
>>>>> >>the
>>>>> >> >>type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|CheckBox,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.controls.List' was not processed, because the
>>>>> >>type
>>>>> >> >>was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|List,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed, because the
>>>>> >>type
>>>>> >> >>was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|Text,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed, because the
>>>>> >>type
>>>>> >> >>was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|Label,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not processed,
>>>>> >>because
>>>>> >> >>the type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|NumericStepper,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'spark.components.HSlider' was not processed,
>>>>> >>because
>>>>> >> >>the type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            s|HSlider,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was not
>>>>> >> >> processed,
>>>>> >> >>because the type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            s|NumericStepper,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'spark.components.TextInput' was not processed,
>>>>> >>because
>>>>> >> >>the type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            s|TextInput{
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>>>>> >>>>ent
>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>> >>>>Dat
>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [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_getMonthNames_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\States\Curr
>>>>> >>>>ent
>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>>>>> >>>>liz
>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>> >>>>tte
>>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>>>>> >> >>bytes)
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>>>>> >> >>     [java] Version 4.10.0 build 0
>>>>> >> >>     [java] Copyright 2013 The Apache Software Foundation.
>>>>> >> >>     [java]
>>>>> >> >>     [java] command line: Error: unable to open
>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>> >> >>     [java]
>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>>> >> >> command
>>>>> >> >>line.
>>>>> >> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java] here's the failedFile; command line: Error: unable to
>>>>> >> >> open
>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>> >> >>     [java]
>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>>> >> >> command
>>>>> >> >>line.
>>>>> >> >>     [java]
>>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>>>>> >> >>     [java] Java Result: 1
>>>>> >> >>     [echo] compileswfs jreturn is 1
>>>>> >> >> [loadfile]
>>>>> >>
>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>>>>> >> >>doesn't exist
>>>>> >> >>
>>>>> >> >>do_fail:
>>>>> >> >>
>>>>> >> >>BUILD FAILED
>>>>> >>
>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>>>> >>The
>>>>> >> >>following error occurred while executing this line:
>>>>> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>>>> >>SWF
>>>>> >> >>compile failed. Exiting
>>>>> >> >>
>>>>> >> >>Total time: 144 minutes 50 seconds
>>>>> >> >>Build step 'Execute shell' marked build as failure
>>>>> >> >
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> --
>>>>> >> Ix Multimedia Software
>>>>> >>
>>>>> >> Jan Luykenstraat 27
>>>>> >> 3521 VB Utrecht
>>>>> >>
>>>>> >> T. 06-51952295
>>>>> >> I. www.ixsoftware.nl
>>>>> >>
>>>>>
>>>>
>>>
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl



-- 
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

Posted by Erik de Bruin <er...@ixsoftware.nl>.
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 <er...@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
> <bi...@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 <ah...@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 <ah...@adobe.com>
>>> Date: Monday, June 10, 2013 11:59 AM
>>> To: OmPrakash Muppirala <bi...@gmail.com>, "dev@flex.apache.org"
>>> <de...@flex.apache.org>
>>>
>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>> <jm...@apache.org>, "erikdebruin@apache.org" <er...@apache.org>,
>>> "aharui@apache.org" <ah...@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 <bi...@gmail.com>
>>> Date: Monday, June 10, 2013 10:51 AM
>>> To: "dev@flex.apache.org" <de...@flex.apache.org>
>>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>>> <jm...@apache.org>, "erikdebruin@apache.org" <er...@apache.org>,
>>> "aharui@apache.org" <ah...@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=60000 -all
>>> #./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com> wrote:
>>>>
>>>> >All clear from me..
>>>> >
>>>> >Om
>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>>>> >
>>>> >> I'll stay clear of the VM ;-)
>>>> >>
>>>> >> EdB
>>>> >>
>>>> >>
>>>> >>
>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com"
>>>> >><fl...@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]                 <AssertMethodValue method="value =
>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar" value="null"
>>>> >>/>
>>>> >> >>     [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]                 <RunCode
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>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]                 <RunCode
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>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]                 <RunCode
>>>> >> >>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
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>> >>>>\Ap
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>> >>>>lo.
>>>> >> >>mxml(56): Warning: 'application' has been deprecated since 4.0.
>>>> >>Please
>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>> >> >>     [java]
>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>> >> >>styleName="modalTransparency" value="-1" />
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>> >>>>\Ap
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>> >>>>lo.
>>>> >> >>mxml(57): Warning: 'application' has been deprecated since 4.0.
>>>> >>Please
>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>> >> >>     [java]
>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>> >> >>styleName="backgroundImage" value="" />
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>> >>>>\Ap
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>> >>>>lo.
>>>> >> >>mxml(58): Warning: 'application' has been deprecated since 4.0.
>>>> >>Please
>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>> >> >>     [java]
>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>>>> >>waitEvent="updateComplete"
>>>> >> />
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>> >>>>\Ap
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>> >>>>lo.
>>>> >> >>mxml(63): Warning: 'application' has been deprecated since 4.0.
>>>> >>Please
>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>> >> >>     [java]
>>>> >> >>     [java]             <AssertStyleValue
>>>> >> >>target="{Application.application}" styleName="modalTransparency"
>>>> >> >>value="-1" />
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>> >>>>\Ap
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>> >>>>lo.
>>>> >> >>mxml(64): Warning: 'application' has been deprecated since 4.0.
>>>> >>Please
>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>> >> >>     [java]
>>>> >> >>     [java]             <CompareBitmap
>>>> >>target="{Application.application}"
>>>> >> >>url="../Styles/Baselines/$testID.png" />
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>> >>>>\Ap
>>>> >> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>>>> >> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>>>> >>>>nen
>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216
>>>> >> >> bytes)
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>> >>>>tte
>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785
>>>> >>bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>>>> >>>>cti
>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>>>> >> >>     [java] Loading configuration file
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>> >>>>s\S
>>>> >> >>WFs\contentBackgroundAlpha_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\colle
>>>> >>>>cti
>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>> >>>>Pan
>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>>>> >>>>s\S
>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>>>> >> >>     [java]
>>>> >> >>     [java]                            eventDispatcher =
>>>> >> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>> >>>>s\S
>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>> >>>>H_V
>>>> >> >>_Box\SWFs\H_V_Box_basic.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\containers\
>>>> >>>>Pan
>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>>>> >>>>WFs
>>>> >> >>\Mirroring_Main_Application.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\containers\
>>>> >>>>H_V
>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>> >>>>ts\
>>>> >>
>>>>
>>>> >>>> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>>>> >>>>ml
>>>> >> >>     [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\effec
>>>> >>>>ts\
>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>>> >>(730329
>>>> >> >>bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>> >>>>tiv
>>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>>>> >>>>wfs
>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>> >>>>liz
>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>>>> >>>>tiv
>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>> >>>>s\S
>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>>>> >>>>liz
>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>> >>>>Can
>>>> >> >>vas\SWFs\PreferredCanvas.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\containers\
>>>> >>>>Can
>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>> >>>>ts\
>>>> >>
>>>> >> >> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>>>> >>>>ts\
>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>>>> >> >> (733839
>>>> >> >>bytes)
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>> >>>>s\S
>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>>>> >> >>selector 'spark.modules.Module' was not processed, because the type
>>>> >>was
>>>> >> >>not used in the application.
>>>> >> >>     [java]
>>>> >> >>     [java]            s|Module,
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>> >>>>s\S
>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>>>> >> >>selector 'spark.components.TitleWindow' was not processed, because
>>>> >> >> the
>>>> >> >>type was not used in the application.
>>>> >> >>     [java]
>>>> >> >>     [java]            s|TitleWindow{
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>> >>>>s\S
>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>>>> >>>>ran
>>>> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>>>> >> >>     [java] Loading configuration file
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>> >>>>tiv
>>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>>>> >>>>ran
>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>> >>>>liz
>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>>>> >>>>tiv
>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>> >>>>liz
>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>> >>>>ts\
>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>>>> >> >>     [java] Loading configuration file
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>> >> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>>>> >>>>ts\
>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>> >>>>Dat
>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>>>> >> >>     [java] Loading configuration file
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>>>> >>>>def
>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
>>>> >>supported by
>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>>>> >>>>def
>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only supported
>>>> >> >> by
>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>> >>>>e\w
>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is
>>>> >>only
>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo,
>>>> >>spark'.
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>> >>>>e\w
>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is
>>>> >>only
>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>> >>>>swc
>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
>>>> >>supported by
>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>> >>>>swc
>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>> >>spark,
>>>> >> >>mobile'.
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>> >>>>swc
>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>>>> >>supported
>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>>>> >> >> mobile'.
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>> >>>>swc
>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>> >>spark,
>>>> >> >>mobile'.
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>> >>>>nen
>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning:
>>>> >>The
>>>> >> >>CSS type selector 'mx.containers.Accordion' was not processed,
>>>> >> >> because
>>>> >> >>the type was not used in the application.
>>>> >> >>     [java]
>>>> >> >>     [java]            mx|Accordion,
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>> >>>>nen
>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning:
>>>> >>The
>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not processed,
>>>> >> >> because
>>>> >> >>the type was not used in the application.
>>>> >> >>     [java]
>>>> >> >>     [java]            mx|RadioButton,
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>> >>>>nen
>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning:
>>>> >>The
>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not processed, because
>>>> >>the
>>>> >> >>type was not used in the application.
>>>> >> >>     [java]
>>>> >> >>     [java]            mx|CheckBox,
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>> >>>>nen
>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning:
>>>> >>The
>>>> >> >>CSS type selector 'mx.controls.List' was not processed, because the
>>>> >>type
>>>> >> >>was not used in the application.
>>>> >> >>     [java]
>>>> >> >>     [java]            mx|List,
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>> >>>>nen
>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning:
>>>> >>The
>>>> >> >>CSS type selector 'mx.controls.Text' was not processed, because the
>>>> >>type
>>>> >> >>was not used in the application.
>>>> >> >>     [java]
>>>> >> >>     [java]            mx|Text,
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>> >>>>nen
>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning:
>>>> >>The
>>>> >> >>CSS type selector 'mx.controls.Label' was not processed, because the
>>>> >>type
>>>> >> >>was not used in the application.
>>>> >> >>     [java]
>>>> >> >>     [java]            mx|Label,
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>> >>>>nen
>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning:
>>>> >>The
>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not processed,
>>>> >>because
>>>> >> >>the type was not used in the application.
>>>> >> >>     [java]
>>>> >> >>     [java]            mx|NumericStepper,
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>> >>>>nen
>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning:
>>>> >>The
>>>> >> >>CSS type selector 'spark.components.HSlider' was not processed,
>>>> >>because
>>>> >> >>the type was not used in the application.
>>>> >> >>     [java]
>>>> >> >>     [java]            s|HSlider,
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>> >>>>nen
>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning:
>>>> >>The
>>>> >> >>CSS type selector 'spark.components.NumericStepper' was not
>>>> >> >> processed,
>>>> >> >>because the type was not used in the application.
>>>> >> >>     [java]
>>>> >> >>     [java]            s|NumericStepper,
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>> >>>>nen
>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning:
>>>> >>The
>>>> >> >>CSS type selector 'spark.components.TextInput' was not processed,
>>>> >>because
>>>> >> >>the type was not used in the application.
>>>> >> >>     [java]
>>>> >> >>     [java]            s|TextInput{
>>>> >> >>     [java]
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>> >>>>nen
>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>>>> >>>>ent
>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>> >>>>Dat
>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>>>> >> >>     [java] Loading configuration file
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>> >> >>     [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_getMonthNames_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\States\Curr
>>>> >>>>ent
>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>>>> >> >>     [java] Choosing local runner bitmap save
>>>> >> >>     [java] okey doke, going to compile
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>>>> >>>>liz
>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>>>> >> >>     [java]
>>>> >>
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>> >>>>tte
>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>>>> >> >>bytes)
>>>> >> >>     [java] Loading configuration file
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>>>> >> >>     [java] Version 4.10.0 build 0
>>>> >> >>     [java] Copyright 2013 The Apache Software Foundation.
>>>> >> >>     [java]
>>>> >> >>     [java] command line: Error: unable to open
>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>> >> >>     [java]
>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>> >> >> command
>>>> >> >>line.
>>>> >> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>>>> >> >>     [java] Loading configuration file
>>>> >>
>>>>
>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>> >> >>     [java] here's the failedFile; command line: Error: unable to
>>>> >> >> open
>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>> >> >>     [java]
>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>> >> >> command
>>>> >> >>line.
>>>> >> >>     [java]
>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>>>> >> >>     [java] Java Result: 1
>>>> >> >>     [echo] compileswfs jreturn is 1
>>>> >> >> [loadfile]
>>>> >>
>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>>>> >> >>doesn't exist
>>>> >> >>
>>>> >> >>do_fail:
>>>> >> >>
>>>> >> >>BUILD FAILED
>>>> >>
>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>>> >>The
>>>> >> >>following error occurred while executing this line:
>>>> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>>> >>SWF
>>>> >> >>compile failed. Exiting
>>>> >> >>
>>>> >> >>Total time: 144 minutes 50 seconds
>>>> >> >>Build step 'Execute shell' marked build as failure
>>>> >> >
>>>> >>
>>>> >>
>>>> >>
>>>> >> --
>>>> >> Ix Multimedia Software
>>>> >>
>>>> >> Jan Luykenstraat 27
>>>> >> 3521 VB Utrecht
>>>> >>
>>>> >> T. 06-51952295
>>>> >> I. www.ixsoftware.nl
>>>> >>
>>>>
>>>
>>
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl



-- 
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

Posted by Erik de Bruin <er...@ixsoftware.nl>.
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
<bi...@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 <ah...@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 <ah...@adobe.com>
>> Date: Monday, June 10, 2013 11:59 AM
>> To: OmPrakash Muppirala <bi...@gmail.com>, "dev@flex.apache.org"
>> <de...@flex.apache.org>
>>
>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>> <jm...@apache.org>, "erikdebruin@apache.org" <er...@apache.org>,
>> "aharui@apache.org" <ah...@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 <bi...@gmail.com>
>> Date: Monday, June 10, 2013 10:51 AM
>> To: "dev@flex.apache.org" <de...@flex.apache.org>
>> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org"
>> <jm...@apache.org>, "erikdebruin@apache.org" <er...@apache.org>,
>> "aharui@apache.org" <ah...@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=60000 -all
>> #./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com> wrote:
>>>
>>> >All clear from me..
>>> >
>>> >Om
>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>>> >
>>> >> I'll stay clear of the VM ;-)
>>> >>
>>> >> EdB
>>> >>
>>> >>
>>> >>
>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com"
>>> >><fl...@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]                 <AssertMethodValue method="value =
>>> >> >>Application.application.dg1.scroll_horizontalScrollBar" value="null"
>>> >>/>
>>> >> >>     [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]                 <RunCode
>>> >>
>>> >>
>>>
>>> >>>> >>>>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]                 <RunCode
>>> >>
>>> >>
>>>
>>> >>>> >>>>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]                 <RunCode
>>> >> >>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
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>> >>>>\Ap
>>> >>
>>> >>
>>>
>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>> >>>>lo.
>>> >> >>mxml(56): Warning: 'application' has been deprecated since 4.0.
>>> >>Please
>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>> >> >>     [java]
>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>> >> >>styleName="modalTransparency" value="-1" />
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>> >>>>\Ap
>>> >>
>>> >>
>>>
>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>> >>>>lo.
>>> >> >>mxml(57): Warning: 'application' has been deprecated since 4.0.
>>> >>Please
>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>> >> >>     [java]
>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>> >> >>styleName="backgroundImage" value="" />
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>> >>>>\Ap
>>> >>
>>> >>
>>>
>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>> >>>>lo.
>>> >> >>mxml(58): Warning: 'application' has been deprecated since 4.0.
>>> >>Please
>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>> >> >>     [java]
>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>> >> >>styleName="backgroundColor" value="0x00ff00"
>>> >>waitEvent="updateComplete"
>>> >> />
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>> >>>>\Ap
>>> >>
>>> >>
>>>
>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>> >>>>lo.
>>> >> >>mxml(63): Warning: 'application' has been deprecated since 4.0.
>>> >>Please
>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>> >> >>     [java]
>>> >> >>     [java]             <AssertStyleValue
>>> >> >>target="{Application.application}" styleName="modalTransparency"
>>> >> >>value="-1" />
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>> >>>>\Ap
>>> >>
>>> >>
>>>
>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>> >>>>lo.
>>> >> >>mxml(64): Warning: 'application' has been deprecated since 4.0.
>>> >>Please
>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>> >> >>     [java]
>>> >> >>     [java]             <CompareBitmap
>>> >>target="{Application.application}"
>>> >> >>url="../Styles/Baselines/$testID.png" />
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>> >>>>\Ap
>>> >> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>>> >> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>>> >>>>nen
>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216
>>> >> >> bytes)
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>> >>>>tte
>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785
>>> >>bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>>> >>>>cti
>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>>> >> >>     [java] Loading configuration file
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>> >>>>s\S
>>> >> >>WFs\contentBackgroundAlpha_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\colle
>>> >>>>cti
>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>> >>>>Pan
>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>>> >>>>s\S
>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>>> >> >>     [java]
>>> >> >>     [java]                            eventDispatcher =
>>> >> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>> >>>>s\S
>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>> >>>>H_V
>>> >> >>_Box\SWFs\H_V_Box_basic.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\containers\
>>> >>>>Pan
>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>>> >>>>WFs
>>> >> >>\Mirroring_Main_Application.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\containers\
>>> >>>>H_V
>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>> >>>>ts\
>>> >>
>>>
>>> >>>> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>>> >>>>ml
>>> >> >>     [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\effec
>>> >>>>ts\
>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>> >>(730329
>>> >> >>bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>> >>>>tiv
>>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>>> >>>>wfs
>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>> >>>>liz
>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>>> >>>>tiv
>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>> >>>>s\S
>>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>>> >>>>liz
>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>> >>>>Can
>>> >> >>vas\SWFs\PreferredCanvas.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\containers\
>>> >>>>Can
>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>> >>>>ts\
>>> >>
>>> >> >> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>>> >>>>ts\
>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>>> >> >> (733839
>>> >> >>bytes)
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>> >>>>s\S
>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>>> >> >>selector 'spark.modules.Module' was not processed, because the type
>>> >>was
>>> >> >>not used in the application.
>>> >> >>     [java]
>>> >> >>     [java]            s|Module,
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>> >>>>s\S
>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>>> >> >>selector 'spark.components.TitleWindow' was not processed, because
>>> >> >> the
>>> >> >>type was not used in the application.
>>> >> >>     [java]
>>> >> >>     [java]            s|TitleWindow{
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>> >>>>s\S
>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>>> >>>>ran
>>> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>>> >> >>     [java] Loading configuration file
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>> >>>>tiv
>>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>>> >>>>ran
>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>> >>>>liz
>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>>> >>>>tiv
>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>> >>>>liz
>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>> >>>>ts\
>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>>> >> >>     [java] Loading configuration file
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>>> >>>>ts\
>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>> >>>>Dat
>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>>> >> >>     [java] Loading configuration file
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>>> >>>>def
>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
>>> >>supported by
>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>>> >>>>def
>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only supported
>>> >> >> by
>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>> >>>>e\w
>>> >> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is
>>> >>only
>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo,
>>> >>spark'.
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>> >>>>e\w
>>> >> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is
>>> >>only
>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>> >>>>swc
>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
>>> >>supported by
>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>> >>>>swc
>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>> >>spark,
>>> >> >>mobile'.
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>> >>>>swc
>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>>> >>supported
>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>>> >> >> mobile'.
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>> >>>>swc
>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>> >>spark,
>>> >> >>mobile'.
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>nen
>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning:
>>> >>The
>>> >> >>CSS type selector 'mx.containers.Accordion' was not processed,
>>> >> >> because
>>> >> >>the type was not used in the application.
>>> >> >>     [java]
>>> >> >>     [java]            mx|Accordion,
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>nen
>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning:
>>> >>The
>>> >> >>CSS type selector 'mx.controls.RadioButton' was not processed,
>>> >> >> because
>>> >> >>the type was not used in the application.
>>> >> >>     [java]
>>> >> >>     [java]            mx|RadioButton,
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>nen
>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning:
>>> >>The
>>> >> >>CSS type selector 'mx.controls.CheckBox' was not processed, because
>>> >>the
>>> >> >>type was not used in the application.
>>> >> >>     [java]
>>> >> >>     [java]            mx|CheckBox,
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>nen
>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning:
>>> >>The
>>> >> >>CSS type selector 'mx.controls.List' was not processed, because the
>>> >>type
>>> >> >>was not used in the application.
>>> >> >>     [java]
>>> >> >>     [java]            mx|List,
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>nen
>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning:
>>> >>The
>>> >> >>CSS type selector 'mx.controls.Text' was not processed, because the
>>> >>type
>>> >> >>was not used in the application.
>>> >> >>     [java]
>>> >> >>     [java]            mx|Text,
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>nen
>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning:
>>> >>The
>>> >> >>CSS type selector 'mx.controls.Label' was not processed, because the
>>> >>type
>>> >> >>was not used in the application.
>>> >> >>     [java]
>>> >> >>     [java]            mx|Label,
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>nen
>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning:
>>> >>The
>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not processed,
>>> >>because
>>> >> >>the type was not used in the application.
>>> >> >>     [java]
>>> >> >>     [java]            mx|NumericStepper,
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>nen
>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning:
>>> >>The
>>> >> >>CSS type selector 'spark.components.HSlider' was not processed,
>>> >>because
>>> >> >>the type was not used in the application.
>>> >> >>     [java]
>>> >> >>     [java]            s|HSlider,
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>nen
>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning:
>>> >>The
>>> >> >>CSS type selector 'spark.components.NumericStepper' was not
>>> >> >> processed,
>>> >> >>because the type was not used in the application.
>>> >> >>     [java]
>>> >> >>     [java]            s|NumericStepper,
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>nen
>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning:
>>> >>The
>>> >> >>CSS type selector 'spark.components.TextInput' was not processed,
>>> >>because
>>> >> >>the type was not used in the application.
>>> >> >>     [java]
>>> >> >>     [java]            s|TextInput{
>>> >> >>     [java]
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>> >>>>nen
>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>>> >>>>ent
>>> >> >>Syntax\SWFs\statesApp_array.mxml
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>> >>>>Dat
>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>>> >> >>     [java] Loading configuration file
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >> >>     [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_getMonthNames_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\States\Curr
>>> >>>>ent
>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>>> >> >>     [java] Choosing local runner bitmap save
>>> >> >>     [java] okey doke, going to compile
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>>> >>>>liz
>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>>> >> >>     [java]
>>> >>
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>> >>>>tte
>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>>> >> >>bytes)
>>> >> >>     [java] Loading configuration file
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>>> >> >>     [java] Version 4.10.0 build 0
>>> >> >>     [java] Copyright 2013 The Apache Software Foundation.
>>> >> >>     [java]
>>> >> >>     [java] command line: Error: unable to open
>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>> >> >>     [java]
>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>> >> >> command
>>> >> >>line.
>>> >> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>>> >> >>     [java] Loading configuration file
>>> >>
>>>
>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>> >> >>     [java] here's the failedFile; command line: Error: unable to
>>> >> >> open
>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>> >> >>     [java]
>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>> >> >> command
>>> >> >>line.
>>> >> >>     [java]
>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>>> >> >>     [java] Java Result: 1
>>> >> >>     [echo] compileswfs jreturn is 1
>>> >> >> [loadfile]
>>> >>
>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>>> >> >>doesn't exist
>>> >> >>
>>> >> >>do_fail:
>>> >> >>
>>> >> >>BUILD FAILED
>>> >>
>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>> >>The
>>> >> >>following error occurred while executing this line:
>>> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>> >>SWF
>>> >> >>compile failed. Exiting
>>> >> >>
>>> >> >>Total time: 144 minutes 50 seconds
>>> >> >>Build step 'Execute shell' marked build as failure
>>> >> >
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> Ix Multimedia Software
>>> >>
>>> >> Jan Luykenstraat 27
>>> >> 3521 VB Utrecht
>>> >>
>>> >> T. 06-51952295
>>> >> I. www.ixsoftware.nl
>>> >>
>>>
>>
>



-- 
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

Posted by OmPrakash Muppirala <bi...@gmail.com>.
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 <ah...@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 <ah...@adobe.com>
> Date: Monday, June 10, 2013 11:59 AM
> To: OmPrakash Muppirala <bi...@gmail.com>, "dev@flex.apache.org" <
> dev@flex.apache.org>
>
> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org" <
> jmclean@apache.org>, "erikdebruin@apache.org" <er...@apache.org>, "
> aharui@apache.org" <ah...@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 <bi...@gmail.com>
> Date: Monday, June 10, 2013 10:51 AM
> To: "dev@flex.apache.org" <de...@flex.apache.org>
> Cc: Erik de Bruin <er...@ixsoftware.nl>, "jmclean@apache.org" <
> jmclean@apache.org>, "erikdebruin@apache.org" <er...@apache.org>, "
> aharui@apache.org" <ah...@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=60000 -all
> #./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com> wrote:
>>
>> >All clear from me..
>> >
>> >Om
>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>> >
>> >> I'll stay clear of the VM ;-)
>> >>
>> >> EdB
>> >>
>> >>
>> >>
>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com"
>> >><fl...@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]                 <AssertMethodValue method="value =
>> >> >>Application.application.dg1.scroll_horizontalScrollBar" value="null"
>> >>/>
>> >> >>     [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]                 <RunCode
>> >>
>> >>
>>
>> >>>>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]                 <RunCode
>> >>
>> >>
>>
>> >>>>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]                 <RunCode
>> >> >>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
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>\Ap
>> >>
>> >>
>>
>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>lo.
>> >> >>mxml(56): Warning: 'application' has been deprecated since 4.0.
>> >>Please
>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >> >>     [java]
>> >> >>     [java]             <SetStyle target="{Application.application}"
>> >> >>styleName="modalTransparency" value="-1" />
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>\Ap
>> >>
>> >>
>>
>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>lo.
>> >> >>mxml(57): Warning: 'application' has been deprecated since 4.0.
>> >>Please
>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >> >>     [java]
>> >> >>     [java]             <SetStyle target="{Application.application}"
>> >> >>styleName="backgroundImage" value="" />
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>\Ap
>> >>
>> >>
>>
>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>lo.
>> >> >>mxml(58): Warning: 'application' has been deprecated since 4.0.
>> >>Please
>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >> >>     [java]
>> >> >>     [java]             <SetStyle target="{Application.application}"
>> >> >>styleName="backgroundColor" value="0x00ff00"
>> >>waitEvent="updateComplete"
>> >> />
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>\Ap
>> >>
>> >>
>>
>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>lo.
>> >> >>mxml(63): Warning: 'application' has been deprecated since 4.0.
>> >>Please
>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >> >>     [java]
>> >> >>     [java]             <AssertStyleValue
>> >> >>target="{Application.application}" styleName="modalTransparency"
>> >> >>value="-1" />
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>\Ap
>> >>
>> >>
>>
>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>> >>>>lo.
>> >> >>mxml(64): Warning: 'application' has been deprecated since 4.0.
>> >>Please
>> >> >>use 'FlexGlobals.topLevelApplication'.
>> >> >>     [java]
>> >> >>     [java]             <CompareBitmap
>> >>target="{Application.application}"
>> >> >>url="../Styles/Baselines/$testID.png" />
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>> >>>>\Ap
>> >> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>> >> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>> >>>>nen
>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216
>> bytes)
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>> >>>>tte
>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785
>> >>bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>> >>>>cti
>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>> >> >>     [java] Loading configuration file
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>> >>>>s\S
>> >> >>WFs\contentBackgroundAlpha_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\colle
>> >>>>cti
>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>> >>>>Pan
>> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>> >>>>s\S
>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>> >> >>     [java]
>> >> >>     [java]                            eventDispatcher =
>> >> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>> >>>>s\S
>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>> >>>>H_V
>> >> >>_Box\SWFs\H_V_Box_basic.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\containers\
>> >>>>Pan
>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>> >>>>WFs
>> >> >>\Mirroring_Main_Application.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\containers\
>> >>>>H_V
>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>> >>>>ts\
>> >>
>>
>> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>> >>>>ml
>> >> >>     [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\effec
>> >>>>ts\
>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>> >>(730329
>> >> >>bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>> >>>>tiv
>> >> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>> >>>>wfs
>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>> >>>>liz
>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>> >>>>tiv
>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>> >>>>s\S
>> >> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>> >>>>liz
>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>> >>>>Can
>> >> >>vas\SWFs\PreferredCanvas.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\containers\
>> >>>>Can
>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>> >>>>ts\
>> >>
>> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>> >>>>ts\
>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf (733839
>> >> >>bytes)
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>> >>>>s\S
>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>> >> >>selector 'spark.modules.Module' was not processed, because the type
>> >>was
>> >> >>not used in the application.
>> >> >>     [java]
>> >> >>     [java]            s|Module,
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>> >>>>s\S
>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>> >> >>selector 'spark.components.TitleWindow' was not processed, because
>> the
>> >> >>type was not used in the application.
>> >> >>     [java]
>> >> >>     [java]            s|TitleWindow{
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>> >>>>s\S
>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>> >>>>ran
>> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>> >> >>     [java] Loading configuration file
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>> >>>>tiv
>> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>> >>>>ran
>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>> >>>>liz
>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>> >>>>tiv
>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>> >>>>liz
>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>> >>>>ts\
>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>> >> >>     [java] Loading configuration file
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>> >>>>ts\
>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>> >>>>Dat
>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>> >> >>     [java] Loading configuration file
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>> >>>>def
>> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
>> >>supported by
>> >> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>> >>>>def
>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only supported
>> by
>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>> >>>>e\w
>> >> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is
>> >>only
>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo,
>> >>spark'.
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>> >>>>e\w
>> >> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is
>> >>only
>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>> >>>>swc
>> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
>> >>supported by
>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>> >>>>swc
>> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>> >>spark,
>> >> >>mobile'.
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>> >>>>swc
>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>> >>supported
>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>> mobile'.
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>> >>>>swc
>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>> >>spark,
>> >> >>mobile'.
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>nen
>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning:
>> >>The
>> >> >>CSS type selector 'mx.containers.Accordion' was not processed,
>> because
>> >> >>the type was not used in the application.
>> >> >>     [java]
>> >> >>     [java]            mx|Accordion,
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>nen
>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning:
>> >>The
>> >> >>CSS type selector 'mx.controls.RadioButton' was not processed,
>> because
>> >> >>the type was not used in the application.
>> >> >>     [java]
>> >> >>     [java]            mx|RadioButton,
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>nen
>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning:
>> >>The
>> >> >>CSS type selector 'mx.controls.CheckBox' was not processed, because
>> >>the
>> >> >>type was not used in the application.
>> >> >>     [java]
>> >> >>     [java]            mx|CheckBox,
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>nen
>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning:
>> >>The
>> >> >>CSS type selector 'mx.controls.List' was not processed, because the
>> >>type
>> >> >>was not used in the application.
>> >> >>     [java]
>> >> >>     [java]            mx|List,
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>nen
>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning:
>> >>The
>> >> >>CSS type selector 'mx.controls.Text' was not processed, because the
>> >>type
>> >> >>was not used in the application.
>> >> >>     [java]
>> >> >>     [java]            mx|Text,
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>nen
>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning:
>> >>The
>> >> >>CSS type selector 'mx.controls.Label' was not processed, because the
>> >>type
>> >> >>was not used in the application.
>> >> >>     [java]
>> >> >>     [java]            mx|Label,
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>nen
>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning:
>> >>The
>> >> >>CSS type selector 'mx.controls.NumericStepper' was not processed,
>> >>because
>> >> >>the type was not used in the application.
>> >> >>     [java]
>> >> >>     [java]            mx|NumericStepper,
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>nen
>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning:
>> >>The
>> >> >>CSS type selector 'spark.components.HSlider' was not processed,
>> >>because
>> >> >>the type was not used in the application.
>> >> >>     [java]
>> >> >>     [java]            s|HSlider,
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>nen
>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning:
>> >>The
>> >> >>CSS type selector 'spark.components.NumericStepper' was not
>> processed,
>> >> >>because the type was not used in the application.
>> >> >>     [java]
>> >> >>     [java]            s|NumericStepper,
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>nen
>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning:
>> >>The
>> >> >>CSS type selector 'spark.components.TextInput' was not processed,
>> >>because
>> >> >>the type was not used in the application.
>> >> >>     [java]
>> >> >>     [java]            s|TextInput{
>> >> >>     [java]
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>> >>>>nen
>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>> >>>>ent
>> >> >>Syntax\SWFs\statesApp_array.mxml
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>> >>>>Dat
>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>> >> >>     [java] Loading configuration file
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> >>     [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_getMonthNames_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\States\Curr
>> >>>>ent
>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>> >> >>     [java] Choosing local runner bitmap save
>> >> >>     [java] okey doke, going to compile
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>> >>>>liz
>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>> >> >>     [java]
>> >>
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>> >>>>tte
>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>> >> >>bytes)
>> >> >>     [java] Loading configuration file
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> >>     [java] Apache Flex Compiler (mxmlc)
>> >> >>     [java] Version 4.10.0 build 0
>> >> >>     [java] Copyright 2013 The Apache Software Foundation.
>> >> >>     [java]
>> >> >>     [java] command line: Error: unable to open
>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >> >>     [java]
>> >> >>     [java] Use 'mxmlc -help' for information about using the command
>> >> >>line.
>> >> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>> >> >>     [java] Loading configuration file
>> >>
>>
>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >> >>     [java] here's the failedFile; command line: Error: unable to
>> open
>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >> >>     [java]
>> >> >>     [java] Use 'mxmlc -help' for information about using the command
>> >> >>line.
>> >> >>     [java]
>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>> >> >>     [java] Java Result: 1
>> >> >>     [echo] compileswfs jreturn is 1
>> >> >> [loadfile]
>> >>
>> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>> >> >>doesn't exist
>> >> >>
>> >> >>do_fail:
>> >> >>
>> >> >>BUILD FAILED
>> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>> >>The
>> >> >>following error occurred while executing this line:
>> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>> >>SWF
>> >> >>compile failed. Exiting
>> >> >>
>> >> >>Total time: 144 minutes 50 seconds
>> >> >>Build step 'Execute shell' marked build as failure
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> 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

Posted by Alex Harui <ah...@adobe.com>.
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 <ah...@adobe.com>>
Date: Monday, June 10, 2013 11:59 AM
To: OmPrakash Muppirala <bi...@gmail.com>>, "dev@flex.apache.org<ma...@flex.apache.org>" <de...@flex.apache.org>>
Cc: Erik de Bruin <er...@ixsoftware.nl>>, "jmclean@apache.org<ma...@apache.org>" <jm...@apache.org>>, "erikdebruin@apache.org<ma...@apache.org>" <er...@apache.org>>, "aharui@apache.org<ma...@apache.org>" <ah...@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 <bi...@gmail.com>>
Date: Monday, June 10, 2013 10:51 AM
To: "dev@flex.apache.org<ma...@flex.apache.org>" <de...@flex.apache.org>>
Cc: Erik de Bruin <er...@ixsoftware.nl>>, "jmclean@apache.org<ma...@apache.org>" <jm...@apache.org>>, "erikdebruin@apache.org<ma...@apache.org>" <er...@apache.org>>, "aharui@apache.org<ma...@apache.org>" <ah...@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=60000 -all
#./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com>> wrote:

>All clear from me..
>
>Om
>On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl>> wrote:
>
>> I'll stay clear of the VM ;-)
>>
>> EdB
>>
>>
>>
>> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com<ma...@gmail.com>"
>><fl...@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]                 <AssertMethodValue method="value =
>> >>Application.application.dg1.scroll_horizontalScrollBar" value="null"
>>/>
>> >>     [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<http://datagrid_properties_editable_halo.mx>
>>>>ml(
>> >>93): Warning: 'application' has been deprecated since 4.0.  Please use
>> >>'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]                 <RunCode
>>
>>
>>>>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<http://datagrid_properties_editable_halo.mx>
>>>>ml(
>> >>110): Warning: 'application' has been deprecated since 4.0.  Please
>>use
>> >>'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]                 <RunCode
>>
>>
>>>>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<http://datagrid_properties_editable_halo.mx>
>>>>ml(
>> >>132): Warning: 'application' has been deprecated since 4.0.  Please
>>use
>> >>'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]                 <RunCode
>> >>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
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(56): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <SetStyle target="{Application.application}"
>> >>styleName="modalTransparency" value="-1" />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(57): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <SetStyle target="{Application.application}"
>> >>styleName="backgroundImage" value="" />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(58): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <SetStyle target="{Application.application}"
>> >>styleName="backgroundColor" value="0x00ff00"
>>waitEvent="updateComplete"
>> />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(63): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <AssertStyleValue
>> >>target="{Application.application}" styleName="modalTransparency"
>> >>value="-1" />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(64): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <CompareBitmap
>>target="{Application.application}"
>> >>url="../Styles/Baselines/$testID.png" />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>>>>nen
>> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216 bytes)
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>tte
>> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785
>>bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>>>>cti
>> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>s\S
>> >>WFs\contentBackgroundAlpha_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\colle
>>>>cti
>> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>Pan
>> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>>>>s\S
>> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>> >>     [java]
>> >>     [java]                            eventDispatcher =
>> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>s\S
>> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>H_V
>> >>_Box\SWFs\H_V_Box_basic.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\containers\
>>>>Pan
>> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>>>>WFs
>> >>\Mirroring_Main_Application.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\containers\
>>>>H_V
>> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>ts\
>>
>>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>>>>ml
>> >>     [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\effec
>>>>ts\
>> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>(730329
>> >>bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>tiv
>> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>>>>wfs
>> >>\Mirroring_Main_Application.swf (1763731 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>liz
>> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>>>>tiv
>> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>s\S
>> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>>>>liz
>> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>Can
>> >>vas\SWFs\PreferredCanvas.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\containers\
>>>>Can
>> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>ts\
>> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>>>>ts\
>> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf (733839
>> >>bytes)
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>s\S
>> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>> >>selector 'spark.modules.Module' was not processed, because the type
>>was
>> >>not used in the application.
>> >>     [java]
>> >>     [java]            s|Module,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>s\S
>> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>> >>selector 'spark.components.TitleWindow' was not processed, because the
>> >>type was not used in the application.
>> >>     [java]
>> >>     [java]            s|TitleWindow{
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>s\S
>> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>>>>ran
>> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>tiv
>> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>>>>ran
>> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>liz
>> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>>>>tiv
>> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>liz
>> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>ts\
>> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>>>>ts\
>> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>Dat
>> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>>>>def
>> >>aults.css(143): Warning: The style 'backgroundColor' is only
>>supported by
>> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>>>>def
>> >>aults.css(376): Warning: The style 'cornerRadius' is only supported by
>> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>e\w
>> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is
>>only
>> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo,
>>spark'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>e\w
>> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is
>>only
>> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>swc
>> >>$defaults.css(271): Warning: The style 'borderColor' is only
>>supported by
>> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>swc
>> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
>> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>spark,
>> >>mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>swc
>> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>>supported
>> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>swc
>> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>spark,
>> >>mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning:
>>The
>> >>CSS type selector 'mx.containers.Accordion' was not processed, because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            mx|Accordion,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning:
>>The
>> >>CSS type selector 'mx.controls.RadioButton' was not processed, because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            mx|RadioButton,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning:
>>The
>> >>CSS type selector 'mx.controls.CheckBox' was not processed, because
>>the
>> >>type was not used in the application.
>> >>     [java]
>> >>     [java]            mx|CheckBox,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning:
>>The
>> >>CSS type selector 'mx.controls.List' was not processed, because the
>>type
>> >>was not used in the application.
>> >>     [java]
>> >>     [java]            mx|List,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning:
>>The
>> >>CSS type selector 'mx.controls.Text' was not processed, because the
>>type
>> >>was not used in the application.
>> >>     [java]
>> >>     [java]            mx|Text,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning:
>>The
>> >>CSS type selector 'mx.controls.Label' was not processed, because the
>>type
>> >>was not used in the application.
>> >>     [java]
>> >>     [java]            mx|Label,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning:
>>The
>> >>CSS type selector 'mx.controls.NumericStepper' was not processed,
>>because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            mx|NumericStepper,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning:
>>The
>> >>CSS type selector 'spark.components.HSlider' was not processed,
>>because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            s|HSlider,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning:
>>The
>> >>CSS type selector 'spark.components.NumericStepper' was not processed,
>> >>because the type was not used in the application.
>> >>     [java]
>> >>     [java]            s|NumericStepper,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning:
>>The
>> >>CSS type selector 'spark.components.TextInput' was not processed,
>>because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            s|TextInput{
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>>>>ent
>> >>Syntax\SWFs\statesApp_array.mxml
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>Dat
>> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [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_getMonthNames_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\States\Curr
>>>>ent
>> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>>>>liz
>> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>tte
>> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>> >>bytes)
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java] Apache Flex Compiler (mxmlc)
>> >>     [java] Version 4.10.0 build 0
>> >>     [java] Copyright 2013 The Apache Software Foundation.
>> >>     [java]
>> >>     [java] command line: Error: unable to open
>> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >>     [java]
>> >>     [java] Use 'mxmlc -help' for information about using the command
>> >>line.
>> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java] here's the failedFile; command line: Error: unable to open
>> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >>     [java]
>> >>     [java] Use 'mxmlc -help' for information about using the command
>> >>line.
>> >>     [java]
>> >>     [java] Compile Error detected. Flag set to exit. bye
>> >>     [java] Java Result: 1
>> >>     [echo] compileswfs jreturn is 1
>> >> [loadfile]
>> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>> >>doesn't exist
>> >>
>> >>do_fail:
>> >>
>> >>BUILD FAILED
>> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>The
>> >>following error occurred while executing this line:
>> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>SWF
>> >>compile failed. Exiting
>> >>
>> >>Total time: 144 minutes 50 seconds
>> >>Build step 'Execute shell' marked build as failure
>> >
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>



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

Posted by Alex Harui <ah...@adobe.com>.
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 <bi...@gmail.com>>
Date: Monday, June 10, 2013 10:51 AM
To: "dev@flex.apache.org<ma...@flex.apache.org>" <de...@flex.apache.org>>
Cc: Erik de Bruin <er...@ixsoftware.nl>>, "jmclean@apache.org<ma...@apache.org>" <jm...@apache.org>>, "erikdebruin@apache.org<ma...@apache.org>" <er...@apache.org>>, "aharui@apache.org<ma...@apache.org>" <ah...@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=60000 -all
#./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com>> wrote:

>All clear from me..
>
>Om
>On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl>> wrote:
>
>> I'll stay clear of the VM ;-)
>>
>> EdB
>>
>>
>>
>> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com<ma...@gmail.com>"
>><fl...@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]                 <AssertMethodValue method="value =
>> >>Application.application.dg1.scroll_horizontalScrollBar" value="null"
>>/>
>> >>     [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<http://datagrid_properties_editable_halo.mx>
>>>>ml(
>> >>93): Warning: 'application' has been deprecated since 4.0.  Please use
>> >>'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]                 <RunCode
>>
>>
>>>>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<http://datagrid_properties_editable_halo.mx>
>>>>ml(
>> >>110): Warning: 'application' has been deprecated since 4.0.  Please
>>use
>> >>'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]                 <RunCode
>>
>>
>>>>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<http://datagrid_properties_editable_halo.mx>
>>>>ml(
>> >>132): Warning: 'application' has been deprecated since 4.0.  Please
>>use
>> >>'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]                 <RunCode
>> >>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
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(56): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <SetStyle target="{Application.application}"
>> >>styleName="modalTransparency" value="-1" />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(57): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <SetStyle target="{Application.application}"
>> >>styleName="backgroundImage" value="" />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(58): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <SetStyle target="{Application.application}"
>> >>styleName="backgroundColor" value="0x00ff00"
>>waitEvent="updateComplete"
>> />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(63): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <AssertStyleValue
>> >>target="{Application.application}" styleName="modalTransparency"
>> >>value="-1" />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(64): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <CompareBitmap
>>target="{Application.application}"
>> >>url="../Styles/Baselines/$testID.png" />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>>>>nen
>> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216 bytes)
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>tte
>> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785
>>bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>>>>cti
>> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>s\S
>> >>WFs\contentBackgroundAlpha_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\colle
>>>>cti
>> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>Pan
>> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>>>>s\S
>> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>> >>     [java]
>> >>     [java]                            eventDispatcher =
>> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>s\S
>> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>H_V
>> >>_Box\SWFs\H_V_Box_basic.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\containers\
>>>>Pan
>> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>>>>WFs
>> >>\Mirroring_Main_Application.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\containers\
>>>>H_V
>> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>ts\
>>
>>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>>>>ml
>> >>     [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\effec
>>>>ts\
>> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>(730329
>> >>bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>tiv
>> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>>>>wfs
>> >>\Mirroring_Main_Application.swf (1763731 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>liz
>> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>>>>tiv
>> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>s\S
>> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>>>>liz
>> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>Can
>> >>vas\SWFs\PreferredCanvas.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\containers\
>>>>Can
>> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>ts\
>> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>>>>ts\
>> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf (733839
>> >>bytes)
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>s\S
>> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>> >>selector 'spark.modules.Module' was not processed, because the type
>>was
>> >>not used in the application.
>> >>     [java]
>> >>     [java]            s|Module,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>s\S
>> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>> >>selector 'spark.components.TitleWindow' was not processed, because the
>> >>type was not used in the application.
>> >>     [java]
>> >>     [java]            s|TitleWindow{
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>s\S
>> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>>>>ran
>> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>tiv
>> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>>>>ran
>> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>liz
>> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>>>>tiv
>> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>liz
>> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>ts\
>> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>>>>ts\
>> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>Dat
>> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>>>>def
>> >>aults.css(143): Warning: The style 'backgroundColor' is only
>>supported by
>> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>>>>def
>> >>aults.css(376): Warning: The style 'cornerRadius' is only supported by
>> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>e\w
>> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is
>>only
>> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo,
>>spark'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>e\w
>> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is
>>only
>> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>swc
>> >>$defaults.css(271): Warning: The style 'borderColor' is only
>>supported by
>> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>swc
>> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
>> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>spark,
>> >>mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>swc
>> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>>supported
>> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>swc
>> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>spark,
>> >>mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning:
>>The
>> >>CSS type selector 'mx.containers.Accordion' was not processed, because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            mx|Accordion,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning:
>>The
>> >>CSS type selector 'mx.controls.RadioButton' was not processed, because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            mx|RadioButton,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning:
>>The
>> >>CSS type selector 'mx.controls.CheckBox' was not processed, because
>>the
>> >>type was not used in the application.
>> >>     [java]
>> >>     [java]            mx|CheckBox,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning:
>>The
>> >>CSS type selector 'mx.controls.List' was not processed, because the
>>type
>> >>was not used in the application.
>> >>     [java]
>> >>     [java]            mx|List,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning:
>>The
>> >>CSS type selector 'mx.controls.Text' was not processed, because the
>>type
>> >>was not used in the application.
>> >>     [java]
>> >>     [java]            mx|Text,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning:
>>The
>> >>CSS type selector 'mx.controls.Label' was not processed, because the
>>type
>> >>was not used in the application.
>> >>     [java]
>> >>     [java]            mx|Label,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning:
>>The
>> >>CSS type selector 'mx.controls.NumericStepper' was not processed,
>>because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            mx|NumericStepper,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning:
>>The
>> >>CSS type selector 'spark.components.HSlider' was not processed,
>>because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            s|HSlider,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning:
>>The
>> >>CSS type selector 'spark.components.NumericStepper' was not processed,
>> >>because the type was not used in the application.
>> >>     [java]
>> >>     [java]            s|NumericStepper,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning:
>>The
>> >>CSS type selector 'spark.components.TextInput' was not processed,
>>because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            s|TextInput{
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>>>>ent
>> >>Syntax\SWFs\statesApp_array.mxml
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>Dat
>> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [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_getMonthNames_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\States\Curr
>>>>ent
>> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>>>>liz
>> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>tte
>> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>> >>bytes)
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java] Apache Flex Compiler (mxmlc)
>> >>     [java] Version 4.10.0 build 0
>> >>     [java] Copyright 2013 The Apache Software Foundation.
>> >>     [java]
>> >>     [java] command line: Error: unable to open
>> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >>     [java]
>> >>     [java] Use 'mxmlc -help' for information about using the command
>> >>line.
>> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java] here's the failedFile; command line: Error: unable to open
>> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >>     [java]
>> >>     [java] Use 'mxmlc -help' for information about using the command
>> >>line.
>> >>     [java]
>> >>     [java] Compile Error detected. Flag set to exit. bye
>> >>     [java] Java Result: 1
>> >>     [echo] compileswfs jreturn is 1
>> >> [loadfile]
>> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>> >>doesn't exist
>> >>
>> >>do_fail:
>> >>
>> >>BUILD FAILED
>> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>The
>> >>following error occurred while executing this line:
>> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>SWF
>> >>compile failed. Exiting
>> >>
>> >>Total time: 144 minutes 50 seconds
>> >>Build step 'Execute shell' marked build as failure
>> >
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl<http://www.ixsoftware.nl>
>>



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

Posted by OmPrakash Muppirala <bi...@gmail.com>.
This is the script in Jenkins.sh.

export SHELLOPTS
set -o igncr

./mini_run.sh -timeout=60000 -all
#./mini_run.sh -timeout=60000 -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 <ah...@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" <bi...@gmail.com> wrote:
>
> >All clear from me..
> >
> >Om
> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
> >
> >> I'll stay clear of the VM ;-)
> >>
> >> EdB
> >>
> >>
> >>
> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com"
> >><fl...@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]                 <AssertMethodValue method="value =
> >> >>Application.application.dg1.scroll_horizontalScrollBar" value="null"
> >>/>
> >> >>     [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]                 <RunCode
> >>
> >>
> >>>>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]                 <RunCode
> >>
> >>
> >>>>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]                 <RunCode
> >> >>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
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
> >>>>\Ap
> >>
> >>
> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
> >>>>lo.
> >> >>mxml(56): Warning: 'application' has been deprecated since 4.0.
> >>Please
> >> >>use 'FlexGlobals.topLevelApplication'.
> >> >>     [java]
> >> >>     [java]             <SetStyle target="{Application.application}"
> >> >>styleName="modalTransparency" value="-1" />
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
> >>>>\Ap
> >>
> >>
> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
> >>>>lo.
> >> >>mxml(57): Warning: 'application' has been deprecated since 4.0.
> >>Please
> >> >>use 'FlexGlobals.topLevelApplication'.
> >> >>     [java]
> >> >>     [java]             <SetStyle target="{Application.application}"
> >> >>styleName="backgroundImage" value="" />
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
> >>>>\Ap
> >>
> >>
> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
> >>>>lo.
> >> >>mxml(58): Warning: 'application' has been deprecated since 4.0.
> >>Please
> >> >>use 'FlexGlobals.topLevelApplication'.
> >> >>     [java]
> >> >>     [java]             <SetStyle target="{Application.application}"
> >> >>styleName="backgroundColor" value="0x00ff00"
> >>waitEvent="updateComplete"
> >> />
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
> >>>>\Ap
> >>
> >>
> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
> >>>>lo.
> >> >>mxml(63): Warning: 'application' has been deprecated since 4.0.
> >>Please
> >> >>use 'FlexGlobals.topLevelApplication'.
> >> >>     [java]
> >> >>     [java]             <AssertStyleValue
> >> >>target="{Application.application}" styleName="modalTransparency"
> >> >>value="-1" />
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
> >>>>\Ap
> >>
> >>
> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
> >>>>lo.
> >> >>mxml(64): Warning: 'application' has been deprecated since 4.0.
> >>Please
> >> >>use 'FlexGlobals.topLevelApplication'.
> >> >>     [java]
> >> >>     [java]             <CompareBitmap
> >>target="{Application.application}"
> >> >>url="../Styles/Baselines/$testID.png" />
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
> >>>>\Ap
> >> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
> >> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
> >>>>nen
> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216 bytes)
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
> >>>>tte
> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785
> >>bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
> >>>>cti
> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
> >> >>     [java] Loading configuration file
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
> >>>>s\S
> >> >>WFs\contentBackgroundAlpha_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\colle
> >>>>cti
> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
> >>>>Pan
> >> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
> >>>>s\S
> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
> >> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
> >> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
> >> >>     [java]
> >> >>     [java]                            eventDispatcher =
> >> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
> >>>>s\S
> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
> >>>>H_V
> >> >>_Box\SWFs\H_V_Box_basic.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\containers\
> >>>>Pan
> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
> >>>>WFs
> >> >>\Mirroring_Main_Application.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\containers\
> >>>>H_V
> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
> >>>>ts\
> >>
> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
> >>>>ml
> >> >>     [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\effec
> >>>>ts\
> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
> >>(730329
> >> >>bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
> >>>>tiv
> >> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
> >>>>wfs
> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
> >>>>liz
> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
> >>>>tiv
> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
> >>>>s\S
> >> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
> >>>>liz
> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
> >>>>Can
> >> >>vas\SWFs\PreferredCanvas.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\containers\
> >>>>Can
> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
> >>>>ts\
> >> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
> >>>>ts\
> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf (733839
> >> >>bytes)
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
> >>>>s\S
> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
> >> >>selector 'spark.modules.Module' was not processed, because the type
> >>was
> >> >>not used in the application.
> >> >>     [java]
> >> >>     [java]            s|Module,
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
> >>>>s\S
> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
> >> >>selector 'spark.components.TitleWindow' was not processed, because the
> >> >>type was not used in the application.
> >> >>     [java]
> >> >>     [java]            s|TitleWindow{
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
> >>>>s\S
> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
> >>>>ran
> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
> >> >>     [java] Loading configuration file
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
> >>>>tiv
> >> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
> >>>>ran
> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
> >>>>liz
> >> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
> >>>>tiv
> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
> >>>>liz
> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
> >>>>ts\
> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
> >> >>     [java] Loading configuration file
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
> >>>>ts\
> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
> >>>>Dat
> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
> >> >>     [java] Loading configuration file
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
> >>>>def
> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
> >>supported by
> >> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
> >>>>def
> >> >>aults.css(376): Warning: The style 'cornerRadius' is only supported by
> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
> >>>>e\w
> >> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is
> >>only
> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo,
> >>spark'.
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
> >>>>e\w
> >> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is
> >>only
> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
> >>>>swc
> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
> >>supported by
> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
> >>>>swc
> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
> >>spark,
> >> >>mobile'.
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
> >>>>swc
> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
> >>supported
> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
> >>>>swc
> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
> >>spark,
> >> >>mobile'.
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>nen
> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning:
> >>The
> >> >>CSS type selector 'mx.containers.Accordion' was not processed, because
> >> >>the type was not used in the application.
> >> >>     [java]
> >> >>     [java]            mx|Accordion,
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>nen
> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning:
> >>The
> >> >>CSS type selector 'mx.controls.RadioButton' was not processed, because
> >> >>the type was not used in the application.
> >> >>     [java]
> >> >>     [java]            mx|RadioButton,
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>nen
> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning:
> >>The
> >> >>CSS type selector 'mx.controls.CheckBox' was not processed, because
> >>the
> >> >>type was not used in the application.
> >> >>     [java]
> >> >>     [java]            mx|CheckBox,
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>nen
> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning:
> >>The
> >> >>CSS type selector 'mx.controls.List' was not processed, because the
> >>type
> >> >>was not used in the application.
> >> >>     [java]
> >> >>     [java]            mx|List,
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>nen
> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning:
> >>The
> >> >>CSS type selector 'mx.controls.Text' was not processed, because the
> >>type
> >> >>was not used in the application.
> >> >>     [java]
> >> >>     [java]            mx|Text,
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>nen
> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning:
> >>The
> >> >>CSS type selector 'mx.controls.Label' was not processed, because the
> >>type
> >> >>was not used in the application.
> >> >>     [java]
> >> >>     [java]            mx|Label,
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>nen
> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning:
> >>The
> >> >>CSS type selector 'mx.controls.NumericStepper' was not processed,
> >>because
> >> >>the type was not used in the application.
> >> >>     [java]
> >> >>     [java]            mx|NumericStepper,
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>nen
> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning:
> >>The
> >> >>CSS type selector 'spark.components.HSlider' was not processed,
> >>because
> >> >>the type was not used in the application.
> >> >>     [java]
> >> >>     [java]            s|HSlider,
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>nen
> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning:
> >>The
> >> >>CSS type selector 'spark.components.NumericStepper' was not processed,
> >> >>because the type was not used in the application.
> >> >>     [java]
> >> >>     [java]            s|NumericStepper,
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>nen
> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning:
> >>The
> >> >>CSS type selector 'spark.components.TextInput' was not processed,
> >>because
> >> >>the type was not used in the application.
> >> >>     [java]
> >> >>     [java]            s|TextInput{
> >> >>     [java]
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
> >>>>nen
> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
> >>>>ent
> >> >>Syntax\SWFs\statesApp_array.mxml
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
> >>>>Dat
> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
> >> >>     [java] Loading configuration file
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> >>     [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_getMonthNames_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\States\Curr
> >>>>ent
> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
> >> >>     [java] Choosing local runner bitmap save
> >> >>     [java] okey doke, going to compile
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
> >>>>liz
> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
> >> >>     [java]
> >>
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
> >>>>tte
> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
> >> >>bytes)
> >> >>     [java] Loading configuration file
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> >>     [java] Apache Flex Compiler (mxmlc)
> >> >>     [java] Version 4.10.0 build 0
> >> >>     [java] Copyright 2013 The Apache Software Foundation.
> >> >>     [java]
> >> >>     [java] command line: Error: unable to open
> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
> >> >>     [java]
> >> >>     [java] Use 'mxmlc -help' for information about using the command
> >> >>line.
> >> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
> >> >>     [java] Loading configuration file
> >>
> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >> >>     [java] here's the failedFile; command line: Error: unable to open
> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
> >> >>     [java]
> >> >>     [java] Use 'mxmlc -help' for information about using the command
> >> >>line.
> >> >>     [java]
> >> >>     [java] Compile Error detected. Flag set to exit. bye
> >> >>     [java] Java Result: 1
> >> >>     [echo] compileswfs jreturn is 1
> >> >> [loadfile]
> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
> >> >>doesn't exist
> >> >>
> >> >>do_fail:
> >> >>
> >> >>BUILD FAILED
> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
> >>The
> >> >>following error occurred while executing this line:
> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
> >>SWF
> >> >>compile failed. Exiting
> >> >>
> >> >>Total time: 144 minutes 50 seconds
> >> >>Build step 'Execute shell' marked build as failure
> >> >
> >>
> >>
> >>
> >> --
> >> 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

Posted by Alex Harui <ah...@adobe.com>.
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" <bi...@gmail.com> wrote:

>All clear from me..
>
>Om
>On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>
>> I'll stay clear of the VM ;-)
>>
>> EdB
>>
>>
>>
>> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com"
>><fl...@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]                 <AssertMethodValue method="value =
>> >>Application.application.dg1.scroll_horizontalScrollBar" value="null"
>>/>
>> >>     [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]                 <RunCode
>>
>>
>>>>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]                 <RunCode
>>
>>
>>>>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]                 <RunCode
>> >>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
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(56): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <SetStyle target="{Application.application}"
>> >>styleName="modalTransparency" value="-1" />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(57): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <SetStyle target="{Application.application}"
>> >>styleName="backgroundImage" value="" />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(58): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <SetStyle target="{Application.application}"
>> >>styleName="backgroundColor" value="0x00ff00"
>>waitEvent="updateComplete"
>> />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(63): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <AssertStyleValue
>> >>target="{Application.application}" styleName="modalTransparency"
>> >>value="-1" />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>>
>>
>>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>lo.
>> >>mxml(64): Warning: 'application' has been deprecated since 4.0.
>>Please
>> >>use 'FlexGlobals.topLevelApplication'.
>> >>     [java]
>> >>     [java]             <CompareBitmap
>>target="{Application.application}"
>> >>url="../Styles/Baselines/$testID.png" />
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>\Ap
>> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\compo
>>>>nen
>> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216 bytes)
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>tte
>> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785
>>bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>>>>cti
>> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>s\S
>> >>WFs\contentBackgroundAlpha_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\colle
>>>>cti
>> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>Pan
>> >>el\SWFs\SkinImprovements_Panel_Basic.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\style
>>>>s\S
>> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>> >>     [java]
>> >>     [java]                            eventDispatcher =
>> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>s\S
>> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>H_V
>> >>_Box\SWFs\H_V_Box_basic.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\containers\
>>>>Pan
>> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>>>>WFs
>> >>\Mirroring_Main_Application.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\containers\
>>>>H_V
>> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>ts\
>>
>>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>>>>ml
>> >>     [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\effec
>>>>ts\
>> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>(730329
>> >>bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>tiv
>> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\s
>>>>wfs
>> >>\Mirroring_Main_Application.swf (1763731 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>liz
>> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primi
>>>>tiv
>> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>s\S
>> >>ubModules\SWFs\SubModuleTest_basic1.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\globa
>>>>liz
>> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>Can
>> >>vas\SWFs\PreferredCanvas.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\containers\
>>>>Can
>> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>ts\
>> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effec
>>>>ts\
>> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf (733839
>> >>bytes)
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>s\S
>> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>> >>selector 'spark.modules.Module' was not processed, because the type
>>was
>> >>not used in the application.
>> >>     [java]
>> >>     [java]            s|Module,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>s\S
>> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>> >>selector 'spark.components.TitleWindow' was not processed, because the
>> >>type was not used in the application.
>> >>     [java]
>> >>     [java]            s|TitleWindow{
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>s\S
>> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>>>>ran
>> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>tiv
>> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\T
>>>>ran
>> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>liz
>> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primi
>>>>tiv
>> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>liz
>> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>ts\
>> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [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\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effec
>>>>ts\
>> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>Dat
>> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>>>>def
>> >>aults.css(143): Warning: The style 'backgroundColor' is only
>>supported by
>> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>>>>def
>> >>aults.css(376): Warning: The style 'cornerRadius' is only supported by
>> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>e\w
>> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is
>>only
>> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo,
>>spark'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>e\w
>> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is
>>only
>> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>swc
>> >>$defaults.css(271): Warning: The style 'borderColor' is only
>>supported by
>> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>swc
>> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
>> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>spark,
>> >>mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>swc
>> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>>supported
>> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>swc
>> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>spark,
>> >>mobile'.
>> >>     [java]
>> >>     [java]
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning:
>>The
>> >>CSS type selector 'mx.containers.Accordion' was not processed, because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            mx|Accordion,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning:
>>The
>> >>CSS type selector 'mx.controls.RadioButton' was not processed, because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            mx|RadioButton,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning:
>>The
>> >>CSS type selector 'mx.controls.CheckBox' was not processed, because
>>the
>> >>type was not used in the application.
>> >>     [java]
>> >>     [java]            mx|CheckBox,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning:
>>The
>> >>CSS type selector 'mx.controls.List' was not processed, because the
>>type
>> >>was not used in the application.
>> >>     [java]
>> >>     [java]            mx|List,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning:
>>The
>> >>CSS type selector 'mx.controls.Text' was not processed, because the
>>type
>> >>was not used in the application.
>> >>     [java]
>> >>     [java]            mx|Text,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning:
>>The
>> >>CSS type selector 'mx.controls.Label' was not processed, because the
>>type
>> >>was not used in the application.
>> >>     [java]
>> >>     [java]            mx|Label,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning:
>>The
>> >>CSS type selector 'mx.controls.NumericStepper' was not processed,
>>because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            mx|NumericStepper,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning:
>>The
>> >>CSS type selector 'spark.components.HSlider' was not processed,
>>because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            s|HSlider,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning:
>>The
>> >>CSS type selector 'spark.components.NumericStepper' was not processed,
>> >>because the type was not used in the application.
>> >>     [java]
>> >>     [java]            s|NumericStepper,
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning:
>>The
>> >>CSS type selector 'spark.components.TextInput' was not processed,
>>because
>> >>the type was not used in the application.
>> >>     [java]
>> >>     [java]            s|TextInput{
>> >>     [java]
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>nen
>> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>>>>ent
>> >>Syntax\SWFs\statesApp_array.mxml
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>Dat
>> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [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_getMonthNames_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\States\Curr
>>>>ent
>> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>> >>     [java] Choosing local runner bitmap save
>> >>     [java] okey doke, going to compile
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>>>>liz
>> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>> >>     [java]
>>
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>tte
>> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>> >>bytes)
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java] Apache Flex Compiler (mxmlc)
>> >>     [java] Version 4.10.0 build 0
>> >>     [java] Copyright 2013 The Apache Software Foundation.
>> >>     [java]
>> >>     [java] command line: Error: unable to open
>> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >>     [java]
>> >>     [java] Use 'mxmlc -help' for information about using the command
>> >>line.
>> >>     [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\ComboBox\SWFs\ComboBox_basic.mxml
>> >>     [java] Loading configuration file
>>
>>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>> >>     [java] here's the failedFile; command line: Error: unable to open
>> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>> >>     [java]
>> >>     [java] Use 'mxmlc -help' for information about using the command
>> >>line.
>> >>     [java]
>> >>     [java] Compile Error detected. Flag set to exit. bye
>> >>     [java] Java Result: 1
>> >>     [echo] compileswfs jreturn is 1
>> >> [loadfile]
>> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>> >>doesn't exist
>> >>
>> >>do_fail:
>> >>
>> >>BUILD FAILED
>> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>The
>> >>following error occurred while executing this line:
>> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>SWF
>> >>compile failed. Exiting
>> >>
>> >>Total time: 144 minutes 50 seconds
>> >>Build step 'Execute shell' marked build as failure
>> >
>>
>>
>>
>> --
>> 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

Posted by OmPrakash Muppirala <bi...@gmail.com>.
All clear from me..

Om
On Jun 10, 2013 10:01 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:

> I'll stay clear of the VM ;-)
>
> EdB
>
>
>
> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com" <fl...@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_halo
> >>.mxml(370): Warning: 'application' has been deprecated since 4.0.  Please
> >>use 'FlexGlobals.topLevelApplication'.
> >>     [java]
> >>     [java]                 <AssertMethodValue method="value =
> >>Application.application.dg1.scroll_horizontalScrollBar" value="null" />
> >>     [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]                 <RunCode
>
> >>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]                 <RunCode
>
> >>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]                 <RunCode
> >>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]             <SetStyle target="{Application.application}"
> >>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]             <SetStyle target="{Application.application}"
> >>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]             <SetStyle target="{Application.application}"
> >>styleName="backgroundColor" value="0x00ff00" waitEvent="updateComplete"
> />
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>
> >>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.
> >>mxml(63): Warning: 'application' has been deprecated since 4.0.  Please
> >>use 'FlexGlobals.topLevelApplication'.
> >>     [java]
> >>     [java]             <AssertStyleValue
> >>target="{Application.application}" 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(64): Warning: 'application' has been deprecated since 4.0.  Please
> >>use 'FlexGlobals.topLevelApplication'.
> >>     [java]
> >>     [java]             <CompareBitmap target="{Application.application}"
> >>url="../Styles/Baselines/$testID.png" />
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
> >>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\componen
> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216 bytes)
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatte
> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\collecti
> >>ons\Sort\SWFs\SF_sortField_descending.mxml
> >>     [java] Loading configuration file
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\styles\S
> >>WFs\contentBackgroundAlpha_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\collecti
> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\Pan
> >>el\SWFs\SkinImprovements_Panel_Basic.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\styles\S
> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
> >>     [java]
> >>     [java]                            eventDispatcher =
> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\styles\S
> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\H_V
> >>_Box\SWFs\H_V_Box_basic.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\containers\Pan
> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\SWFs
> >>\Mirroring_Main_Application.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\containers\H_V
> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effects\
> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_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\effects\
> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf (730329
> >>bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primitiv
> >>es\Rect\SWFs\FXG_Rect_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\Mirroring\swfs
> >>\Mirroring_Main_Application.swf (1763731 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globaliz
> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primitiv
> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\S
> >>ubModules\SWFs\SubModuleTest_basic1.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\globaliz
> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\Can
> >>vas\SWFs\PreferredCanvas.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\containers\Can
> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effects\
> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effects\
> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf (733839
> >>bytes)
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\S
> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
> >>selector 'spark.modules.Module' was not processed, because the type was
> >>not used in the application.
> >>     [java]
> >>     [java]            s|Module,
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\S
> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
> >>selector 'spark.components.TitleWindow' was not processed, because the
> >>type was not used in the application.
> >>     [java]
> >>     [java]            s|TitleWindow{
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\S
> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\Tran
> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
> >>     [java] Loading configuration file
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primitiv
> >>es\Graphic\SWFs\FXG_Filters.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\mx\states\Tran
> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globaliz
> >>ation\Collator\SWFs\CLT_Fallback_equals_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\primitiv
> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globaliz
> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effects\
> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
> >>     [java] Loading configuration file
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effects\
> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
> >>     [java] Loading configuration file
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$def
> >>aults.css(143): Warning: The style 'backgroundColor' is only supported by
> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
> >>     [java]
> >>     [java]
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$def
> >>aults.css(376): Warning: The style 'cornerRadius' is only supported by
> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
> >>     [java]
> >>     [java]
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wireframe\w
> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is only
> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo, spark'.
> >>     [java]
> >>     [java]
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wireframe\w
> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is only
> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
> >>     [java]
> >>     [java]
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc
> >>$defaults.css(271): Warning: The style 'borderColor' is only supported by
> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
> >>     [java]
> >>     [java]
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc
> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
> >>mobile'.
> >>     [java]
> >>     [java]
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc
> >>$defaults.css(274): Warning: The style 'cornerRadius' is only supported
> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
> >>     [java]
> >>     [java]
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc
> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
> >>mobile'.
> >>     [java]
> >>     [java]
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning: The
> >>CSS type selector 'mx.containers.Accordion' was not processed, because
> >>the type was not used in the application.
> >>     [java]
> >>     [java]            mx|Accordion,
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning: The
> >>CSS type selector 'mx.controls.RadioButton' was not processed, because
> >>the type was not used in the application.
> >>     [java]
> >>     [java]            mx|RadioButton,
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning: The
> >>CSS type selector 'mx.controls.CheckBox' was not processed, because the
> >>type was not used in the application.
> >>     [java]
> >>     [java]            mx|CheckBox,
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning: The
> >>CSS type selector 'mx.controls.List' was not processed, because the type
> >>was not used in the application.
> >>     [java]
> >>     [java]            mx|List,
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning: The
> >>CSS type selector 'mx.controls.Text' was not processed, because the type
> >>was not used in the application.
> >>     [java]
> >>     [java]            mx|Text,
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning: The
> >>CSS type selector 'mx.controls.Label' was not processed, because the type
> >>was not used in the application.
> >>     [java]
> >>     [java]            mx|Label,
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning: The
> >>CSS type selector 'mx.controls.NumericStepper' was not processed, because
> >>the type was not used in the application.
> >>     [java]
> >>     [java]            mx|NumericStepper,
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning: The
> >>CSS type selector 'spark.components.HSlider' was not processed, because
> >>the type was not used in the application.
> >>     [java]
> >>     [java]            s|HSlider,
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning: The
> >>CSS type selector 'spark.components.NumericStepper' was not processed,
> >>because the type was not used in the application.
> >>     [java]
> >>     [java]            s|NumericStepper,
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning: The
> >>CSS type selector 'spark.components.TextInput' was not processed, because
> >>the type was not used in the application.
> >>     [java]
> >>     [java]            s|TextInput{
> >>     [java]
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Current
> >>Syntax\SWFs\statesApp_array.mxml
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
> >>     [java] Loading configuration file
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>     [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_getMonthNames_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\States\Current
> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLocaliz
> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
> >>     [java]
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatte
> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
> >>bytes)
> >>     [java] Loading configuration file
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>     [java] Apache Flex Compiler (mxmlc)
> >>     [java] Version 4.10.0 build 0
> >>     [java] Copyright 2013 The Apache Software Foundation.
> >>     [java]
> >>     [java] command line: Error: unable to open
> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
> >>     [java]
> >>     [java] Use 'mxmlc -help' for information about using the command
> >>line.
> >>     [java] Choosing local runner bitmap save
> >>     [java] okey doke, going to compile
>
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
> >>ts\ComboBox\SWFs\ComboBox_basic.mxml
> >>     [java] Loading configuration file
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
> >>     [java] here's the failedFile; command line: Error: unable to open
> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
> >>     [java]
> >>     [java] Use 'mxmlc -help' for information about using the command
> >>line.
> >>     [java]
> >>     [java] Compile Error detected. Flag set to exit. bye
> >>     [java] Java Result: 1
> >>     [echo] compileswfs jreturn is 1
> >> [loadfile]
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
> >>doesn't exist
> >>
> >>do_fail:
> >>
> >>BUILD FAILED
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219: The
> >>following error occurred while executing this line:
> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980: SWF
> >>compile failed. Exiting
> >>
> >>Total time: 144 minutes 50 seconds
> >>Build step 'Execute shell' marked build as failure
> >
>
>
>
> --
> 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

Posted by Erik de Bruin <er...@ixsoftware.nl>.
I'll stay clear of the VM ;-)

EdB



On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <ah...@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.mustella@gmail.com" <fl...@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_halo
>>.mxml(370): Warning: 'application' has been deprecated since 4.0.  Please
>>use 'FlexGlobals.topLevelApplication'.
>>     [java]
>>     [java]                 <AssertMethodValue method="value =
>>Application.application.dg1.scroll_horizontalScrollBar" value="null" />
>>     [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]                 <RunCode
>>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]                 <RunCode
>>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]                 <RunCode
>>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]             <SetStyle target="{Application.application}"
>>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]             <SetStyle target="{Application.application}"
>>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]             <SetStyle target="{Application.application}"
>>styleName="backgroundColor" value="0x00ff00" waitEvent="updateComplete" />
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.
>>mxml(63): Warning: 'application' has been deprecated since 4.0.  Please
>>use 'FlexGlobals.topLevelApplication'.
>>     [java]
>>     [java]             <AssertStyleValue
>>target="{Application.application}" 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(64): Warning: 'application' has been deprecated since 4.0.  Please
>>use 'FlexGlobals.topLevelApplication'.
>>     [java]
>>     [java]             <CompareBitmap target="{Application.application}"
>>url="../Styles/Baselines/$testID.png" />
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\componen
>>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216 bytes)
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatte
>>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\collecti
>>ons\Sort\SWFs\SF_sortField_descending.mxml
>>     [java] Loading configuration file
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\styles\S
>>WFs\contentBackgroundAlpha_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\collecti
>>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\Pan
>>el\SWFs\SkinImprovements_Panel_Basic.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\styles\S
>>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>>     [java]
>>     [java]                            eventDispatcher =
>>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\styles\S
>>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\H_V
>>_Box\SWFs\H_V_Box_basic.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\containers\Pan
>>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\SWFs
>>\Mirroring_Main_Application.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\containers\H_V
>>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effects\
>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_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\effects\
>>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf (730329
>>bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primitiv
>>es\Rect\SWFs\FXG_Rect_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\Mirroring\swfs
>>\Mirroring_Main_Application.swf (1763731 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globaliz
>>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primitiv
>>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\S
>>ubModules\SWFs\SubModuleTest_basic1.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\globaliz
>>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\Can
>>vas\SWFs\PreferredCanvas.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\containers\Can
>>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effects\
>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effects\
>>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf (733839
>>bytes)
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\S
>>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>>selector 'spark.modules.Module' was not processed, because the type was
>>not used in the application.
>>     [java]
>>     [java]            s|Module,
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\S
>>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>>selector 'spark.components.TitleWindow' was not processed, because the
>>type was not used in the application.
>>     [java]
>>     [java]            s|TitleWindow{
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\S
>>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\Tran
>>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>>     [java] Loading configuration file
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primitiv
>>es\Graphic\SWFs\FXG_Filters.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\mx\states\Tran
>>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globaliz
>>ation\Collator\SWFs\CLT_Fallback_equals_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\primitiv
>>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globaliz
>>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effects\
>>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>>     [java] Loading configuration file
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effects\
>>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>>eChooser\SWFs\DateChooser_Basic_spark.mxml
>>     [java] Loading configuration file
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$def
>>aults.css(143): Warning: The style 'backgroundColor' is only supported by
>>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>>     [java]
>>     [java]
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$def
>>aults.css(376): Warning: The style 'cornerRadius' is only supported by
>>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>>     [java]
>>     [java]
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wireframe\w
>>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is only
>>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo, spark'.
>>     [java]
>>     [java]
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wireframe\w
>>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is only
>>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>>     [java]
>>     [java]
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc
>>$defaults.css(271): Warning: The style 'borderColor' is only supported by
>>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>>     [java]
>>     [java]
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc
>>$defaults.css(269): Warning: The style 'backgroundColor' is only
>>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>>mobile'.
>>     [java]
>>     [java]
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc
>>$defaults.css(274): Warning: The style 'cornerRadius' is only supported
>>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>>     [java]
>>     [java]
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc
>>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>>mobile'.
>>     [java]
>>     [java]
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning: The
>>CSS type selector 'mx.containers.Accordion' was not processed, because
>>the type was not used in the application.
>>     [java]
>>     [java]            mx|Accordion,
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning: The
>>CSS type selector 'mx.controls.RadioButton' was not processed, because
>>the type was not used in the application.
>>     [java]
>>     [java]            mx|RadioButton,
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning: The
>>CSS type selector 'mx.controls.CheckBox' was not processed, because the
>>type was not used in the application.
>>     [java]
>>     [java]            mx|CheckBox,
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning: The
>>CSS type selector 'mx.controls.List' was not processed, because the type
>>was not used in the application.
>>     [java]
>>     [java]            mx|List,
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning: The
>>CSS type selector 'mx.controls.Text' was not processed, because the type
>>was not used in the application.
>>     [java]
>>     [java]            mx|Text,
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning: The
>>CSS type selector 'mx.controls.Label' was not processed, because the type
>>was not used in the application.
>>     [java]
>>     [java]            mx|Label,
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning: The
>>CSS type selector 'mx.controls.NumericStepper' was not processed, because
>>the type was not used in the application.
>>     [java]
>>     [java]            mx|NumericStepper,
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning: The
>>CSS type selector 'spark.components.HSlider' was not processed, because
>>the type was not used in the application.
>>     [java]
>>     [java]            s|HSlider,
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning: The
>>CSS type selector 'spark.components.NumericStepper' was not processed,
>>because the type was not used in the application.
>>     [java]
>>     [java]            s|NumericStepper,
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning: The
>>CSS type selector 'spark.components.TextInput' was not processed, because
>>the type was not used in the application.
>>     [java]
>>     [java]            s|TextInput{
>>     [java]
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Current
>>Syntax\SWFs\statesApp_array.mxml
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>>     [java] Loading configuration file
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>     [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_getMonthNames_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\States\Current
>>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLocaliz
>>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>>     [java]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatte
>>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>>bytes)
>>     [java] Loading configuration file
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>     [java] Apache Flex Compiler (mxmlc)
>>     [java] Version 4.10.0 build 0
>>     [java] Copyright 2013 The Apache Software Foundation.
>>     [java]
>>     [java] command line: Error: unable to open
>>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>     [java]
>>     [java] Use 'mxmlc -help' for information about using the command
>>line.
>>     [java] Choosing local runner bitmap save
>>     [java] okey doke, going to compile
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>>ts\ComboBox\SWFs\ComboBox_basic.mxml
>>     [java] Loading configuration file
>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>     [java] here's the failedFile; command line: Error: unable to open
>>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>     [java]
>>     [java] Use 'mxmlc -help' for information about using the command
>>line.
>>     [java]
>>     [java] Compile Error detected. Flag set to exit. bye
>>     [java] Java Result: 1
>>     [echo] compileswfs jreturn is 1
>> [loadfile]
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>>doesn't exist
>>
>>do_fail:
>>
>>BUILD FAILED
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219: The
>>following error occurred while executing this line:
>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980: SWF
>>compile failed. Exiting
>>
>>Total time: 144 minutes 50 seconds
>>Build step 'Execute shell' marked build as failure
>



-- 
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

Posted by Alex Harui <ah...@adobe.com>.
Strange.  Anybody using the VM?  Otherwise I will log in in a few minutes.

On 6/10/13 5:09 AM, "flex.mustella@gmail.com" <fl...@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_halo
>.mxml(370): Warning: 'application' has been deprecated since 4.0.  Please
>use 'FlexGlobals.topLevelApplication'.
>     [java]
>     [java]                 <AssertMethodValue method="value =
>Application.application.dg1.scroll_horizontalScrollBar" value="null" />
>     [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]                 <RunCode
>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]                 <RunCode
>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]                 <RunCode
>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]             <SetStyle target="{Application.application}"
>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]             <SetStyle target="{Application.application}"
>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]             <SetStyle target="{Application.application}"
>styleName="backgroundColor" value="0x00ff00" waitEvent="updateComplete" />
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.
>mxml(63): Warning: 'application' has been deprecated since 4.0.  Please
>use 'FlexGlobals.topLevelApplication'.
>     [java]
>     [java]             <AssertStyleValue
>target="{Application.application}" 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(64): Warning: 'application' has been deprecated since 4.0.  Please
>use 'FlexGlobals.topLevelApplication'.
>     [java]
>     [java]             <CompareBitmap target="{Application.application}"
>url="../Styles/Baselines/$testID.png" />
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Ap
>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>(836703 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\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\componen
>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216 bytes)
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatte
>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\collecti
>ons\Sort\SWFs\SF_sortField_descending.mxml
>     [java] Loading configuration file
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\styles\S
>WFs\contentBackgroundAlpha_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\collecti
>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\Pan
>el\SWFs\SkinImprovements_Panel_Basic.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\styles\S
>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>     [java]
>     [java]                            eventDispatcher =
>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\styles\S
>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\H_V
>_Box\SWFs\H_V_Box_basic.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\containers\Pan
>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\SWFs
>\Mirroring_Main_Application.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\containers\H_V
>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effects\
>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_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\effects\
>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf (730329
>bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primitiv
>es\Rect\SWFs\FXG_Rect_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\Mirroring\swfs
>\Mirroring_Main_Application.swf (1763731 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globaliz
>ation\StringTools\SWFs\ST_fallback_toUpperCase.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\primitiv
>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\S
>ubModules\SWFs\SubModuleTest_basic1.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\globaliz
>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\Can
>vas\SWFs\PreferredCanvas.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\containers\Can
>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effects\
>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effects\
>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf (733839
>bytes)
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\S
>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>selector 'spark.modules.Module' was not processed, because the type was
>not used in the application.
>     [java]
>     [java]            s|Module,
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\S
>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>selector 'spark.components.TitleWindow' was not processed, because the
>type was not used in the application.
>     [java]
>     [java]            s|TitleWindow{
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\S
>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\Tran
>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>     [java] Loading configuration file
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primitiv
>es\Graphic\SWFs\FXG_Filters.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\mx\states\Tran
>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globaliz
>ation\Collator\SWFs\CLT_Fallback_equals_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\primitiv
>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globaliz
>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effects\
>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>     [java] Loading configuration file
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effects\
>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>eChooser\SWFs\DateChooser_Basic_spark.mxml
>     [java] Loading configuration file
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$def
>aults.css(143): Warning: The style 'backgroundColor' is only supported by
>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>     [java]
>     [java]
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$def
>aults.css(376): Warning: The style 'cornerRadius' is only supported by
>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>     [java]
>     [java]
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wireframe\w
>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is only
>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo, spark'.
>     [java]
>     [java]
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wireframe\w
>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is only
>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>     [java]
>     [java]
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc
>$defaults.css(271): Warning: The style 'borderColor' is only supported by
>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>     [java]
>     [java]
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc
>$defaults.css(269): Warning: The style 'backgroundColor' is only
>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>mobile'.
>     [java]
>     [java]
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc
>$defaults.css(274): Warning: The style 'cornerRadius' is only supported
>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>     [java]
>     [java]
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc
>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>mobile'.
>     [java]
>     [java]
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning: The
>CSS type selector 'mx.containers.Accordion' was not processed, because
>the type was not used in the application.
>     [java]
>     [java]            mx|Accordion,
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning: The
>CSS type selector 'mx.controls.RadioButton' was not processed, because
>the type was not used in the application.
>     [java]
>     [java]            mx|RadioButton,
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning: The
>CSS type selector 'mx.controls.CheckBox' was not processed, because the
>type was not used in the application.
>     [java]
>     [java]            mx|CheckBox,
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning: The
>CSS type selector 'mx.controls.List' was not processed, because the type
>was not used in the application.
>     [java]
>     [java]            mx|List,
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning: The
>CSS type selector 'mx.controls.Text' was not processed, because the type
>was not used in the application.
>     [java]
>     [java]            mx|Text,
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning: The
>CSS type selector 'mx.controls.Label' was not processed, because the type
>was not used in the application.
>     [java]
>     [java]            mx|Label,
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning: The
>CSS type selector 'mx.controls.NumericStepper' was not processed, because
>the type was not used in the application.
>     [java]
>     [java]            mx|NumericStepper,
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning: The
>CSS type selector 'spark.components.HSlider' was not processed, because
>the type was not used in the application.
>     [java]
>     [java]            s|HSlider,
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning: The
>CSS type selector 'spark.components.NumericStepper' was not processed,
>because the type was not used in the application.
>     [java]
>     [java]            s|NumericStepper,
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning: The
>CSS type selector 'spark.components.TextInput' was not processed, because
>the type was not used in the application.
>     [java]
>     [java]            s|TextInput{
>     [java]
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Current
>Syntax\SWFs\statesApp_array.mxml
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>     [java] Loading configuration file
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>     [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_getMonthNames_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\States\Current
>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLocaliz
>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>     [java]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatte
>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>bytes)
>     [java] Loading configuration file
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>     [java] Apache Flex Compiler (mxmlc)
>     [java] Version 4.10.0 build 0
>     [java] Copyright 2013 The Apache Software Foundation.
>     [java]
>     [java] command line: Error: unable to open
>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>     [java]
>     [java] Use 'mxmlc -help' for information about using the command
>line.
>     [java] Choosing local runner bitmap save
>     [java] okey doke, going to compile
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\componen
>ts\ComboBox\SWFs\ComboBox_basic.mxml
>     [java] Loading configuration file
>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>     [java] here's the failedFile; command line: Error: unable to open
>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>     [java]
>     [java] Use 'mxmlc -help' for information about using the command
>line.
>     [java]
>     [java] Compile Error detected. Flag set to exit. bye
>     [java] Java Result: 1
>     [echo] compileswfs jreturn is 1
> [loadfile]
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>doesn't exist
>
>do_fail:
>
>BUILD FAILED
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219: The
>following error occurred while executing this line:
>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980: SWF
>compile failed. Exiting
>
>Total time: 144 minutes 50 seconds
>Build step 'Execute shell' marked build as failure


Build failed in Jenkins: flex-sdk_mustella #149

Posted by fl...@gmail.com.
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\DataGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_halo.mxml(370): Warning: 'application' has been deprecated since 4.0.  Please use 'FlexGlobals.topLevelApplication'.
     [java] 
     [java]                 <AssertMethodValue method="value = Application.application.dg1.scroll_horizontalScrollBar" value="null" />
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\LinkBar\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\formatters\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\formatters\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\Button\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\DataGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mxml(93): Warning: 'application' has been deprecated since 4.0.  Please use 'FlexGlobals.topLevelApplication'.
     [java] 
     [java]                 <RunCode code="Application.application.setColumnConfig3(Application.application.dg1)" />
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\DataGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mxml(110): Warning: 'application' has been deprecated since 4.0.  Please use 'FlexGlobals.topLevelApplication'.
     [java] 
     [java]                 <RunCode code="Application.application.setColumnConfig3(Application.application.dg1)" />
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\DataGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mxml(132): Warning: 'application' has been deprecated since 4.0.  Please use 'FlexGlobals.topLevelApplication'.
     [java] 
     [java]                 <RunCode code="Application.application.dg1.dataProvider.removeItemAt(0)" waitTarget="dg1" waitEvent="updateComplete" />
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\DataGrid\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\Application_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\Button\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\components\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\Application_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.mxml(56): Warning: 'application' has been deprecated since 4.0.  Please use 'FlexGlobals.topLevelApplication'.
     [java] 
     [java]             <SetStyle target="{Application.application}" styleName="modalTransparency" value="-1" />
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Application_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.mxml(57): Warning: 'application' has been deprecated since 4.0.  Please use 'FlexGlobals.topLevelApplication'.
     [java] 
     [java]             <SetStyle target="{Application.application}" styleName="backgroundImage" value="" />
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Application_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.mxml(58): Warning: 'application' has been deprecated since 4.0.  Please use 'FlexGlobals.topLevelApplication'.
     [java] 
     [java]             <SetStyle target="{Application.application}" styleName="backgroundColor" value="0x00ff00" waitEvent="updateComplete" />
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Application_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.mxml(63): Warning: 'application' has been deprecated since 4.0.  Please use 'FlexGlobals.topLevelApplication'.
     [java] 
     [java]             <AssertStyleValue target="{Application.application}" styleName="modalTransparency" value="-1" />
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Application_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Halo.mxml(64): Warning: 'application' has been deprecated since 4.0.  Please use 'FlexGlobals.topLevelApplication'.
     [java] 
     [java]             <CompareBitmap target="{Application.application}" url="../Styles/Baselines/$testID.png" />
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application\Application_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf (836703 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatters\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.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\gumbo\components\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216 bytes)
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatters\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\collections\Sort\SWFs\SF_sortField_descending.mxml
     [java] Loading configuration file C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\styles\SWFs\contentBackgroundAlpha_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\collections\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\Panel\SWFs\SkinImprovements_Panel_Basic.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\styles\SWFs\contentBackgroundAlpha_main.mxml(37): Warning: 'loadStyleDeclarations' has been deprecated since 4.0.  Please use 'IStyleManager2.loadStyleDeclarations on a style manager instance'.
     [java] 
     [java] 				eventDispatcher = StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\styles\SWFs\contentBackgroundAlpha_main.swf (2355677 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\H_V_Box\SWFs\H_V_Box_basic.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\containers\Panel\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\SWFs\Mirroring_Main_Application.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\containers\H_V_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effects\AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_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\effects\AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf (730329 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primitives\Rect\SWFs\FXG_Rect_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\Mirroring\swfs\Mirroring_Main_Application.swf (1763731 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globalization\StringTools\SWFs\ST_fallback_toUpperCase.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\primitives\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\SubModules\SWFs\SubModuleTest_basic1.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\globalization\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\Canvas\SWFs\PreferredCanvas.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\containers\Canvas\SWFs\PreferredCanvas.swf (582423 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effects\AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_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\effects\AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf (733839 bytes)
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\SubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type selector 'spark.modules.Module' was not processed, because the type was not used in the application.
     [java] 
     [java]  		s|Module,
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\SubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type selector 'spark.components.TitleWindow' was not processed, because the type was not used in the application.
     [java] 
     [java]  		s|TitleWindow{
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModules\SubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\Transition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
     [java] Loading configuration file C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primitives\Graphic\SWFs\FXG_Filters.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\mx\states\Transition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globalization\Collator\SWFs\CLT_Fallback_equals_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\primitives\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globalization\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effects\SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
     [java] Loading configuration file C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\components\TitleWindow\SWFs\TitleWindow_Wireframe_basic.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\effects\SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\DateChooser\SWFs\DateChooser_Basic_spark.mxml
     [java] Loading configuration file C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$defaults.css(143): Warning: The style 'backgroundColor' is only supported by type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
     [java] 
     [java] 
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$defaults.css(376): Warning: The style 'cornerRadius' is only supported by type 'mx.core.Container' with the theme(s) 'halo, spark'.
     [java] 
     [java] 
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wireframe\wireframe.swc$defaults.css(244): Warning: The style 'borderColor' is only supported by type 'mx.controls.DataGrid' with the theme(s) 'halo, spark'.
     [java] 
     [java] 
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wireframe\wireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is only supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
     [java] 
     [java] 
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc$defaults.css(271): Warning: The style 'borderColor' is only supported by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
     [java] 
     [java] 
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc$defaults.css(269): Warning: The style 'backgroundColor' is only supported by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
     [java] 
     [java] 
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc$defaults.css(274): Warning: The style 'cornerRadius' is only supported by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
     [java] 
     [java] 
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.swc$defaults.css(271): Warning: The style 'backgroundAlpha' is only supported by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
     [java] 
     [java] 
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\components\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning: The CSS type selector 'mx.containers.Accordion' was not processed, because the type was not used in the application.
     [java] 
     [java] 		mx|Accordion,
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\components\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning: The CSS type selector 'mx.controls.RadioButton' was not processed, because the type was not used in the application.
     [java] 
     [java] 		mx|RadioButton,
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\components\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning: The CSS type selector 'mx.controls.CheckBox' was not processed, because the type was not used in the application.
     [java] 
     [java] 		mx|CheckBox,
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\components\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning: The CSS type selector 'mx.controls.List' was not processed, because the type was not used in the application.
     [java] 
     [java] 		mx|List,
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\components\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning: The CSS type selector 'mx.controls.Text' was not processed, because the type was not used in the application.
     [java] 
     [java] 		mx|Text,
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\components\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning: The CSS type selector 'mx.controls.Label' was not processed, because the type was not used in the application.
     [java] 
     [java] 		mx|Label,
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\components\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning: The CSS type selector 'mx.controls.NumericStepper' was not processed, because the type was not used in the application.
     [java] 
     [java] 		mx|NumericStepper,
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\components\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning: The CSS type selector 'spark.components.HSlider' was not processed, because the type was not used in the application.
     [java] 
     [java] 		s|HSlider,
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\components\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning: The CSS type selector 'spark.components.NumericStepper' was not processed, because the type was not used in the application.
     [java] 
     [java] 		s|NumericStepper,
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\components\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning: The CSS type selector 'spark.components.TextInput' was not processed, because the type was not used in the application.
     [java] 
     [java] 		s|TextInput{
     [java] 
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\components\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\CurrentSyntax\SWFs\statesApp_array.mxml
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\DateChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
     [java] Loading configuration file C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatters\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_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\States\CurrentSyntax\SWFs\statesApp_array.swf (695274 bytes)
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLocalization\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
     [java] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\formatters\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769 bytes)
     [java] Loading configuration file C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
     [java] Apache Flex Compiler (mxmlc)
     [java] Version 4.10.0 build 0
     [java] Copyright 2013 The Apache Software Foundation.
     [java] 
     [java] command line: Error: unable to open 'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
     [java] 
     [java] Use 'mxmlc -help' for information about using the command line.
     [java] Choosing local runner bitmap save
     [java] okey doke, going to compile C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\components\ComboBox\SWFs\ComboBox_basic.mxml
     [java] Loading configuration file C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
     [java] here's the failedFile; command line: Error: unable to open 'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
     [java] 
     [java] Use 'mxmlc -help' for information about using the command line.
     [java] 
     [java] Compile Error detected. Flag set to exit. bye
     [java] Java Result: 1
     [echo] compileswfs jreturn is 1
 [loadfile] C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties doesn't exist

do_fail:

BUILD FAILED
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219: The following error occurred while executing this line:
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980: SWF compile failed. Exiting

Total time: 144 minutes 50 seconds
Build step 'Execute shell' marked build as failure