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

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

Objections?

EdB



On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
bigosma...@gmail.com wrote:
 Once Git is up, I will make this change and start the run.

 Thanks,
 Om


 On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui aha...@adobe.com wrote:

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

 Thanks,
 -Alex

 From: Alex Harui aha...@adobe.com
 Date: Monday, June 10, 2013 11:59 AM
 To: OmPrakash Muppirala bigosma...@gmail.com, dev@flex.apache.org
 dev@flex.apache.org

 Cc: Erik de Bruin e...@ixsoftware.nl, jmcl...@apache.org
 jmcl...@apache.org, erikdebr...@apache.org erikdebr...@apache.org,
 aha...@apache.org aha...@apache.org
 Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149

 There is a valid failures.txt.

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

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

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

 -Alex

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

 This is the script in Jenkins.sh.

 export SHELLOPTS
 set -o igncr

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

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

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

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

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


 On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui aha...@adobe.com wrote:

 Looks like running -failures didn't quite work and it tried to run
 everything.

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

 -Alex

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

 All clear from me..
 
 Om
 On Jun 10, 2013 10:01 AM, Erik de Bruin e...@ixsoftware.nl wrote:
 
  I'll stay clear of the VM ;-)
 
  EdB
 
 
 
  On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui aha...@adobe.com wrote:
   Strange.  Anybody using the VM?  Otherwise I will log in in a few
  minutes.
  
   On 6/10/13 5:09 AM, flex.muste...@gmail.com
 flex.muste...@gmail.com
   wrote:
  
  See http://localhost:8080/job/flex-sdk_mustella/149/
  
  --
  [...truncated 90833 lines...]
   [java] Loading configuration file
 

  C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
   [java]
 
 

  C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
 Dat
 
 

  aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
 alo
  .mxml(370): Warning: 'application' has been deprecated since 4.0.
 Please
  use 'FlexGlobals.topLevelApplication'.
   [java]
   [java] 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

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

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

See you in about 9 hrs ;-)

EdB



On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin e...@ixsoftware.nl wrote:
 Is this already running? In about 15 min. I'll take a peek at the VM
 and if I don't see a run, I'll make the changes (sh) and start the
 run...

 Objections?

 EdB



 On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
 bigosma...@gmail.com wrote:
 Once Git is up, I will make this change and start the run.

 Thanks,
 Om


 On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui aha...@adobe.com wrote:

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

 Thanks,
 -Alex

 From: Alex Harui aha...@adobe.com
 Date: Monday, June 10, 2013 11:59 AM
 To: OmPrakash Muppirala bigosma...@gmail.com, dev@flex.apache.org
 dev@flex.apache.org

 Cc: Erik de Bruin e...@ixsoftware.nl, jmcl...@apache.org
 jmcl...@apache.org, erikdebr...@apache.org erikdebr...@apache.org,
 aha...@apache.org aha...@apache.org
 Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149

 There is a valid failures.txt.

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

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

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

 -Alex

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

 This is the script in Jenkins.sh.

 export SHELLOPTS
 set -o igncr

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

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

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

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

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


 On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui aha...@adobe.com wrote:

 Looks like running -failures didn't quite work and it tried to run
 everything.

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

 -Alex

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

 All clear from me..
 
 Om
 On Jun 10, 2013 10:01 AM, Erik de Bruin e...@ixsoftware.nl wrote:
 
  I'll stay clear of the VM ;-)
 
  EdB
 
 
 
  On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui aha...@adobe.com wrote:
   Strange.  Anybody using the VM?  Otherwise I will log in in a few
  minutes.
  
   On 6/10/13 5:09 AM, flex.muste...@gmail.com
 flex.muste...@gmail.com
   wrote:
  
  See http://localhost:8080/job/flex-sdk_mustella/149/
  
  --
  [...truncated 90833 lines...]
   [java] Loading configuration file
 

  C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
   [java]
 
 

  C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
 Dat
 
 

  aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
 alo
  .mxml(370): Warning: 'application' has been deprecated since 4.0.
 Please
  use 'FlexGlobals.topLevelApplication'.
   [java]
   [java] 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

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

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

EdB



On Wed, Jun 12, 2013 at 7:35 PM, Erik de Bruin e...@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 e...@ixsoftware.nl wrote:
 Ok, made the changes to Jenkins.sh and started build #150...

 See you in about 9 hrs ;-)

 EdB



 On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin e...@ixsoftware.nl wrote:
 Is this already running? In about 15 min. I'll take a peek at the VM
 and if I don't see a run, I'll make the changes (sh) and start the
 run...

 Objections?

 EdB



 On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
 bigosma...@gmail.com wrote:
 Once Git is up, I will make this change and start the run.

 Thanks,
 Om


 On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui aha...@adobe.com wrote:

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

 Thanks,
 -Alex

 From: Alex Harui aha...@adobe.com
 Date: Monday, June 10, 2013 11:59 AM
 To: OmPrakash Muppirala bigosma...@gmail.com, dev@flex.apache.org
 dev@flex.apache.org

 Cc: Erik de Bruin e...@ixsoftware.nl, jmcl...@apache.org
 jmcl...@apache.org, erikdebr...@apache.org erikdebr...@apache.org,
 aha...@apache.org aha...@apache.org
 Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149

 There is a valid failures.txt.

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

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

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

 -Alex

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

 This is the script in Jenkins.sh.

 export SHELLOPTS
 set -o igncr

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

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

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

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

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


 On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui aha...@adobe.com wrote:

 Looks like running -failures didn't quite work and it tried to run
 everything.

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

 -Alex

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

 All clear from me..
 
 Om
 On Jun 10, 2013 10:01 AM, Erik de Bruin e...@ixsoftware.nl wrote:
 
  I'll stay clear of the VM ;-)
 
  EdB
 
 
 
  On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui aha...@adobe.com wrote:
   Strange.  Anybody using the VM?  Otherwise I will log in in a few
  minutes.
  
   On 6/10/13 5:09 AM, flex.muste...@gmail.com
 flex.muste...@gmail.com
   wrote:
  
  See http://localhost:8080/job/flex-sdk_mustella/149/
  
  --
  [...truncated 90833 lines...]
   [java] Loading configuration file
 

  C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
   [java]
 
 

  C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
 Dat
 
 

  aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
 alo
  .mxml(370): Warning: 'application' has been deprecated since 4.0.
 Please
  use 'FlexGlobals.topLevelApplication'.
   [java]
   [java] 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

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

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

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 e...@ixsoftware.nl wrote:
 Ok, made the changes to Jenkins.sh and started build #150...

 See you in about 9 hrs ;-)

 EdB



 On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin e...@ixsoftware.nl wrote:
 Is this already running? In about 15 min. I'll take a peek at the VM
 and if I don't see a run, I'll make the changes (sh) and start the
 run...

 Objections?

 EdB



 On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
 bigosma...@gmail.com wrote:
 Once Git is up, I will make this change and start the run.

 Thanks,
 Om


 On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui aha...@adobe.com wrote:

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

 Thanks,
 -Alex

 From: Alex Harui aha...@adobe.com
 Date: Monday, June 10, 2013 11:59 AM
 To: OmPrakash Muppirala bigosma...@gmail.com, dev@flex.apache.org
 dev@flex.apache.org

 Cc: Erik de Bruin e...@ixsoftware.nl, jmcl...@apache.org
 jmcl...@apache.org, erikdebr...@apache.org erikdebr...@apache.org,
 aha...@apache.org aha...@apache.org
 Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149

 There is a valid failures.txt.

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

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

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

 -Alex

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

 This is the script in Jenkins.sh.

 export SHELLOPTS
 set -o igncr

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

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

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

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

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


 On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui aha...@adobe.com wrote:

 Looks like running -failures didn't quite work and it tried to run
 everything.

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

 -Alex

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

 All clear from me..
 
 Om
 On Jun 10, 2013 10:01 AM, Erik de Bruin e...@ixsoftware.nl wrote:
 
  I'll stay clear of the VM ;-)
 
  EdB
 
 
 
  On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui aha...@adobe.com wrote:
   Strange.  Anybody using the VM?  Otherwise I will log in in a few
  minutes.
  
   On 6/10/13 5:09 AM, flex.muste...@gmail.com
 flex.muste...@gmail.com
   wrote:
  
  See http://localhost:8080/job/flex-sdk_mustella/149/
  
  --
  [...truncated 90833 lines...]
   [java] Loading configuration file
 

  C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
   [java]
 
 

  C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
 Dat
 
 

  aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
 alo
  .mxml(370): Warning: 'application' has been deprecated since 4.0.
 Please
  use 'FlexGlobals.topLevelApplication'.
   [java]
   [java] 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

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

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

Currently the script has:

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

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

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

Thoughts?

EdB



On Wed, Jun 12, 2013 at 7:36 PM, Erik de Bruin e...@ixsoftware.nl wrote:
 Just FYI: I'm done with the VM for the day, so if you want access, take it.

 EdB



 On Wed, Jun 12, 2013 at 7:35 PM, Erik de Bruin e...@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 e...@ixsoftware.nl wrote:
 Ok, made the changes to Jenkins.sh and started build #150...

 See you in about 9 hrs ;-)

 EdB



 On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin e...@ixsoftware.nl wrote:
 Is this already running? In about 15 min. I'll take a peek at the VM
 and if I don't see a run, I'll make the changes (sh) and start the
 run...

 Objections?

 EdB



 On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
 bigosma...@gmail.com wrote:
 Once Git is up, I will make this change and start the run.

 Thanks,
 Om


 On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui aha...@adobe.com wrote:

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

 Thanks,
 -Alex

 From: Alex Harui aha...@adobe.com
 Date: Monday, June 10, 2013 11:59 AM
 To: OmPrakash Muppirala bigosma...@gmail.com, dev@flex.apache.org
 dev@flex.apache.org

 Cc: Erik de Bruin e...@ixsoftware.nl, jmcl...@apache.org
 jmcl...@apache.org, erikdebr...@apache.org erikdebr...@apache.org,
 aha...@apache.org aha...@apache.org
 Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149

 There is a valid failures.txt.

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

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

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

 -Alex

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

 This is the script in Jenkins.sh.

 export SHELLOPTS
 set -o igncr

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

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

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

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

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


 On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui aha...@adobe.com wrote:

 Looks like running -failures didn't quite work and it tried to run
 everything.

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

 -Alex

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

 All clear from me..
 
 Om
 On Jun 10, 2013 10:01 AM, Erik de Bruin e...@ixsoftware.nl wrote:
 
  I'll stay clear of the VM ;-)
 
  EdB
 
 
 
  On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui aha...@adobe.com wrote:
   Strange.  Anybody using the VM?  Otherwise I will log in in a few
  minutes.
  
   On 6/10/13 5:09 AM, flex.muste...@gmail.com
 flex.muste...@gmail.com
   wrote:
  
  See http://localhost:8080/job/flex-sdk_mustella/149/
  
  --
  [...truncated 90833 lines...]
   [java] Loading configuration file
 

  C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
   [java]
 
 

  C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
 Dat
 
 

  aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
 alo
  .mxml(370): Warning: 'application' has been deprecated since 4.0.
 Please
  use 'FlexGlobals.topLevelApplication'.
   [java]
   [java] AssertMethodValue

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

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

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

Thanks,
Om

On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin e...@ixsoftware.nl wrote:

 A question for the command line ninjas out there:

 Currently the script has:

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

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

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

 Thoughts?

 EdB



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

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

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

On Wed, Jun 12, 2013 at 10:42 AM, OmPrakash Muppirala
bigosma...@gmail.comwrote:

 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 e...@ixsoftware.nlwrote:

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

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

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

Does that make sense to anyone?

EdB



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

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

 Thanks,
 Om


 On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin e...@ixsoftware.nl wrote:

 A question for the command line ninjas out there:

 Currently the script has:

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

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

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

 Thoughts?

 EdB



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

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

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

 A question for the command line ninjas out there:

 Currently the script has:

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

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

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

 Thoughts?


But this check passed, which is why  mini_run tried to run a -failures,
right?  I think it is something inside mini_run.sh that is causing this
problem.

Om


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

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

EdB



On Wed, Jun 12, 2013 at 8:01 PM, OmPrakash Muppirala
bigosma...@gmail.com wrote:
 On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin e...@ixsoftware.nl wrote:

 A question for the command line ninjas out there:

 Currently the script has:

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

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

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

 Thoughts?


 But this check passed, which is why  mini_run tried to run a -failures,
 right?  I think it is something inside mini_run.sh that is causing this
 problem.

 Om



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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


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

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

-Alex

On 6/12/13 10:50 AM, Erik de Bruin e...@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 e...@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
 bigosma...@gmail.com wrote:
 First off, I am going to stop the full run.  I dont think that is
required
 at this point.  Any objections, let me know now.

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

 Thanks,
 Om


 On Wed, Jun 12, 2013 at 10:39 AM, Erik de Bruin e...@ixsoftware.nl
wrote:

 A question for the command line ninjas out there:

 Currently the script has:

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

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

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

 Thoughts?

 EdB



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

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

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

The LangPacks test I will look into.

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

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

-Alex

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

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

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

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

Thanks,
Om


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

Currently the script has:

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

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

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

Thoughts?

EdB



On Wed, Jun 12, 2013 at 7:36 PM, Erik de Bruin 
e...@ixsoftware.nlmailto:e...@ixsoftware.nl wrote:
 Just FYI: I'm done with the VM for the day, so if you want access, take it.

 EdB



 On Wed, Jun 12, 2013 at 7:35 PM, Erik de Bruin 
 e...@ixsoftware.nlmailto:e...@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 
 e...@ixsoftware.nlmailto:e...@ixsoftware.nl wrote:
 Ok, made the changes to Jenkins.sh and started build #150...

 See you in about 9 hrs ;-)

 EdB



 On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin 
 e...@ixsoftware.nlmailto:e...@ixsoftware.nl wrote:
 Is this already running? In about 15 min. I'll take a peek at the VM
 and if I don't see a run, I'll make the changes (sh) and start the
 run...

 Objections?

 EdB



 On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
 bigosma...@gmail.commailto:bigosma...@gmail.com wrote:
 Once Git is up, I will make this change and start the run.

 Thanks,
 Om


 On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui 
 aha...@adobe.commailto:aha...@adobe.com wrote:

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

 Thanks,
 -Alex

 From: Alex Harui aha...@adobe.commailto:aha...@adobe.com
 Date: Monday, June 10, 2013 11:59 AM
 To: OmPrakash Muppirala 
 bigosma...@gmail.commailto:bigosma...@gmail.com, 
 dev@flex.apache.orgmailto:dev@flex.apache.org
 dev@flex.apache.orgmailto:dev@flex.apache.org

 Cc: Erik de Bruin e...@ixsoftware.nlmailto:e...@ixsoftware.nl, 
 jmcl...@apache.orgmailto:jmcl...@apache.org
 jmcl...@apache.orgmailto:jmcl...@apache.org, 
 erikdebr...@apache.orgmailto:erikdebr...@apache.org 
 erikdebr...@apache.orgmailto:erikdebr...@apache.org,
 aha...@apache.orgmailto:aha...@apache.org 
 aha...@apache.orgmailto:aha...@apache.org
 Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149

 There is a valid failures.txt.

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

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

 But in test_changes.sh, we run minirun via sh ./mini_run.sh …  Is there
 some issue

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

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

Thanks,
-Alex

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

There is a valid failures.txt.

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

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

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

-Alex

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

This is the script in Jenkins.sh.

export SHELLOPTS
set -o igncr

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

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

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

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

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


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

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

-Alex

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

All clear from me..

Om
On Jun 10, 2013 10:01 AM, Erik de Bruin 
e...@ixsoftware.nlmailto:e...@ixsoftware.nl wrote:

 I'll stay clear of the VM ;-)

 EdB



 On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui 
 aha...@adobe.commailto:aha...@adobe.com wrote:
  Strange.  Anybody using the VM?  Otherwise I will log in in a few
 minutes.
 
  On 6/10/13 5:09 AM, 
  flex.muste...@gmail.commailto:flex.muste...@gmail.com
flex.muste...@gmail.commailto:flex.muste...@gmail.com
  wrote:
 
 See http://localhost:8080/job/flex-sdk_mustella/149/
 
 --
 [...truncated 90833 lines...]
  [java] Loading configuration file

C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
  [java]


C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
Dat


aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
alo
 .mxml(370): Warning: 'application' has been deprecated since 4.0.
Please
 use 'FlexGlobals.topLevelApplication'.
  [java]
  [java] 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

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

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

Thanks,
Om

On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui aha...@adobe.com wrote:

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

 Thanks,
 -Alex

 From: Alex Harui aha...@adobe.com
 Date: Monday, June 10, 2013 11:59 AM
 To: OmPrakash Muppirala bigosma...@gmail.com, dev@flex.apache.org 
 dev@flex.apache.org

 Cc: Erik de Bruin e...@ixsoftware.nl, jmcl...@apache.org 
 jmcl...@apache.org, erikdebr...@apache.org erikdebr...@apache.org, 
 aha...@apache.org aha...@apache.org
 Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149

 There is a valid failures.txt.

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

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

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

 -Alex

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

 This is the script in Jenkins.sh.

 export SHELLOPTS
 set -o igncr

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

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

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

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

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


 On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui aha...@adobe.com wrote:

 Looks like running -failures didn't quite work and it tried to run
 everything.

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

 -Alex

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

 All clear from me..
 
 Om
 On Jun 10, 2013 10:01 AM, Erik de Bruin e...@ixsoftware.nl wrote:
 
  I'll stay clear of the VM ;-)
 
  EdB
 
 
 
  On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui aha...@adobe.com wrote:
   Strange.  Anybody using the VM?  Otherwise I will log in in a few
  minutes.
  
   On 6/10/13 5:09 AM, flex.muste...@gmail.com
 flex.muste...@gmail.com
   wrote:
  
  See http://localhost:8080/job/flex-sdk_mustella/149/
  
  --
  [...truncated 90833 lines...]
   [java] Loading configuration file
 

 C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
   [java]
 
 

 C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
 Dat
 
 

 aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
 alo
  .mxml(370): Warning: 'application' has been deprecated since 4.0.
 Please
  use 'FlexGlobals.topLevelApplication'.
   [java]
   [java] 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

Build failed in Jenkins: flex-sdk_mustella #149

2013-06-10 Thread flex . mustella
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 

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

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

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

See http://localhost:8080/job/flex-sdk_mustella/149/

--
[...truncated 90833 lines...]
 [java] Loading configuration file
C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
 [java]
C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\Dat
aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_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 

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

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

export SHELLOPTS
set -o igncr

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

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

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

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

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


On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui aha...@adobe.com wrote:

 Looks like running -failures didn't quite work and it tried to run
 everything.

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

 -Alex

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

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

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

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

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

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

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

-Alex

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

This is the script in Jenkins.sh.

export SHELLOPTS
set -o igncr

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

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

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

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

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


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

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

-Alex

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

All clear from me..

Om
On Jun 10, 2013 10:01 AM, Erik de Bruin 
e...@ixsoftware.nlmailto:e...@ixsoftware.nl wrote:

 I'll stay clear of the VM ;-)

 EdB



 On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui 
 aha...@adobe.commailto:aha...@adobe.com wrote:
  Strange.  Anybody using the VM?  Otherwise I will log in in a few
 minutes.
 
  On 6/10/13 5:09 AM, 
  flex.muste...@gmail.commailto:flex.muste...@gmail.com
flex.muste...@gmail.commailto:flex.muste...@gmail.com
  wrote:
 
 See http://localhost:8080/job/flex-sdk_mustella/149/
 
 --
 [...truncated 90833 lines...]
  [java] Loading configuration file

C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
  [java]


C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
Dat


aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
alo
 .mxml(370): Warning: 'application' has been deprecated since 4.0.
Please
 use 'FlexGlobals.topLevelApplication'.
  [java]
  [java] 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.mxhttp://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.mxhttp://datagrid_properties_editable_halo.mx
ml(
 110): Warning: 'application' has been deprecated since 4.0.  Please
use
 'FlexGlobals.topLevelApplication