[jira] [Created] (CB-11284) Telemetry: Log platform/plugin subcommands

2016-05-17 Thread Omar Mefire (JIRA)
Omar Mefire created CB-11284:


 Summary: Telemetry: Log platform/plugin subcommands
 Key: CB-11284
 URL: https://issues.apache.org/jira/browse/CB-11284
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CLI
Reporter: Omar Mefire
Assignee: Omar Mefire






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11276) On Git-Bash, CLI opting me out of telemetry without prompting me first

2016-05-16 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11276:
-
Summary: On Git-Bash, CLI opting me out of telemetry without prompting me 
first  (was: Telemetry opting me out without prompts)

> On Git-Bash, CLI opting me out of telemetry without prompting me first
> --
>
> Key: CB-11276
> URL: https://issues.apache.org/jira/browse/CB-11276
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
> Environment: Windows 10
>Reporter: Omar Mefire
>
> Running ```cordova --version``` the first time, I expect to get prompted 
> about telemetry. But instead, I automatically get opted out.
> This issue only happens when I'm running the CLI from git-bash (MINGW64). 
> Things work fine with Powershell or the default command line.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11276) Telemetry opting me out without prompts

2016-05-16 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15285191#comment-15285191
 ] 

Omar Mefire commented on CB-11276:
--

The issue is due to a bug in insight: 
https://github.com/yeoman/insight/blob/cd02a9c7df328ee5adc9ec0725d4b48a97cc9686/lib/index.js#L133
Insight is bugging because of: https://github.com/nodejs/node/issues/3006

The gist of the issue is that the process is not recognized to be running as 
TTY, which leads to insight ending the process and opting out: 

Furthermore, commenting the TTY related code out from insight, leads to yet 
another error: https://github.com/SBoudrias/Inquirer.js/issues/290

Insight, which we depend on doesn't play well with git-bash/MinGW.

> Telemetry opting me out without prompts
> ---
>
> Key: CB-11276
> URL: https://issues.apache.org/jira/browse/CB-11276
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
> Environment: Windows 10
>Reporter: Omar Mefire
>
> Running ```cordova --version``` the first time, I expect to get prompted 
> about telemetry. But instead, I automatically get opted out.
> This issue only happens when I'm running the CLI from git-bash (MINGW64). 
> Things work fine with Powershell or the default command line.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11276) Telemetry opting me out without prompts

2016-05-16 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11276:
-
Description: 
Running ```cordova --version``` the first time, I expect to get prompted about 
telemetry. But instead, I automatically get opted out.

This issue only happens when I'm running the CLI from git-bash (MINGW64). 
Things work fine with Powershell or the default command line.

  was:
I installed VS2015. In the documentation, there are no further instruction on 
how to do that, so I went with the default options. All that just to get 
MSBuild installed.

So then:
{code}
npm install -g cordova
cordova create CordovaApp
cd CordovaApp
cordova platform add windows
cordova run windows
{code}
So it's a *completely virgin* project. The default's oughta work, right? Wrong:
{code}
d:\Projecten\CordovaApp>cordova run windows
Building project: 
d:\Projecten\CordovaApp\platforms\windows\CordovaApp.Windows.jsproj
Configuration : debug
Platform  : anycpu
C:\Program Files 
(x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2049,5): error 
MSB3774: Could not find
SDK "Microsoft.WinJS.2.0, Version=1.0". 
[d:\Projecten\CordovaApp\platforms\windows\CordovaApp.Windows.jsproj]
Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed with 
exit code 1
{code}
So, either a step is missing from the documentation, or it's looking for 
something that located someplace else.

Remember, all related components are *completely* default. I have NEVER touched 
ANY configuration of ANY of the involved components or code!


> Telemetry opting me out without prompts
> ---
>
> Key: CB-11276
> URL: https://issues.apache.org/jira/browse/CB-11276
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
> Environment: Windows 10
>Reporter: Omar Mefire
>Assignee: Raghav Katyal
>
> Running ```cordova --version``` the first time, I expect to get prompted 
> about telemetry. But instead, I automatically get opted out.
> This issue only happens when I'm running the CLI from git-bash (MINGW64). 
> Things work fine with Powershell or the default command line.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11276) Telemetry opting me out without prompts

2016-05-16 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11276:
-
Assignee: (was: Raghav Katyal)

> Telemetry opting me out without prompts
> ---
>
> Key: CB-11276
> URL: https://issues.apache.org/jira/browse/CB-11276
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
> Environment: Windows 10
>Reporter: Omar Mefire
>
> Running ```cordova --version``` the first time, I expect to get prompted 
> about telemetry. But instead, I automatically get opted out.
> This issue only happens when I'm running the CLI from git-bash (MINGW64). 
> Things work fine with Powershell or the default command line.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11276) Telemetry opting me out without prompts

2016-05-16 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11276:
-
Affects Version/s: (was: 6.1.1)

> Telemetry opting me out without prompts
> ---
>
> Key: CB-11276
> URL: https://issues.apache.org/jira/browse/CB-11276
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
> Environment: Windows 10, VS2015
>Reporter: Omar Mefire
>Assignee: Raghav Katyal
>
> I installed VS2015. In the documentation, there are no further instruction on 
> how to do that, so I went with the default options. All that just to get 
> MSBuild installed.
> So then:
> {code}
> npm install -g cordova
> cordova create CordovaApp
> cd CordovaApp
> cordova platform add windows
> cordova run windows
> {code}
> So it's a *completely virgin* project. The default's oughta work, right? 
> Wrong:
> {code}
> d:\Projecten\CordovaApp>cordova run windows
> Building project: 
> d:\Projecten\CordovaApp\platforms\windows\CordovaApp.Windows.jsproj
> Configuration : debug
> Platform  : anycpu
> C:\Program Files 
> (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2049,5): error 
> MSB3774: Could not find
> SDK "Microsoft.WinJS.2.0, Version=1.0". 
> [d:\Projecten\CordovaApp\platforms\windows\CordovaApp.Windows.jsproj]
> Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed 
> with exit code 1
> {code}
> So, either a step is missing from the documentation, or it's looking for 
> something that located someplace else.
> Remember, all related components are *completely* default. I have NEVER 
> touched ANY configuration of ANY of the involved components or code!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11276) Telemetry opting me out without prompts

2016-05-16 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11276:
-
Component/s: (was: Windows)
 CLI

> Telemetry opting me out without prompts
> ---
>
> Key: CB-11276
> URL: https://issues.apache.org/jira/browse/CB-11276
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
> Environment: Windows 10, VS2015
>Reporter: Omar Mefire
>Assignee: Raghav Katyal
>
> I installed VS2015. In the documentation, there are no further instruction on 
> how to do that, so I went with the default options. All that just to get 
> MSBuild installed.
> So then:
> {code}
> npm install -g cordova
> cordova create CordovaApp
> cd CordovaApp
> cordova platform add windows
> cordova run windows
> {code}
> So it's a *completely virgin* project. The default's oughta work, right? 
> Wrong:
> {code}
> d:\Projecten\CordovaApp>cordova run windows
> Building project: 
> d:\Projecten\CordovaApp\platforms\windows\CordovaApp.Windows.jsproj
> Configuration : debug
> Platform  : anycpu
> C:\Program Files 
> (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2049,5): error 
> MSB3774: Could not find
> SDK "Microsoft.WinJS.2.0, Version=1.0". 
> [d:\Projecten\CordovaApp\platforms\windows\CordovaApp.Windows.jsproj]
> Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed 
> with exit code 1
> {code}
> So, either a step is missing from the documentation, or it's looking for 
> something that located someplace else.
> Remember, all related components are *completely* default. I have NEVER 
> touched ANY configuration of ANY of the involved components or code!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11276) Telemetry opting me out without prompts

2016-05-16 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11276:
-
Environment: Windows 10  (was: Windows 10, VS2015)

> Telemetry opting me out without prompts
> ---
>
> Key: CB-11276
> URL: https://issues.apache.org/jira/browse/CB-11276
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
> Environment: Windows 10
>Reporter: Omar Mefire
>Assignee: Raghav Katyal
>
> I installed VS2015. In the documentation, there are no further instruction on 
> how to do that, so I went with the default options. All that just to get 
> MSBuild installed.
> So then:
> {code}
> npm install -g cordova
> cordova create CordovaApp
> cd CordovaApp
> cordova platform add windows
> cordova run windows
> {code}
> So it's a *completely virgin* project. The default's oughta work, right? 
> Wrong:
> {code}
> d:\Projecten\CordovaApp>cordova run windows
> Building project: 
> d:\Projecten\CordovaApp\platforms\windows\CordovaApp.Windows.jsproj
> Configuration : debug
> Platform  : anycpu
> C:\Program Files 
> (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2049,5): error 
> MSB3774: Could not find
> SDK "Microsoft.WinJS.2.0, Version=1.0". 
> [d:\Projecten\CordovaApp\platforms\windows\CordovaApp.Windows.jsproj]
> Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed 
> with exit code 1
> {code}
> So, either a step is missing from the documentation, or it's looking for 
> something that located someplace else.
> Remember, all related components are *completely* default. I have NEVER 
> touched ANY configuration of ANY of the involved components or code!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-11276) Telemetry opting me out without prompts

2016-05-16 Thread Omar Mefire (JIRA)
Omar Mefire created CB-11276:


 Summary: Telemetry opting me out without prompts
 Key: CB-11276
 URL: https://issues.apache.org/jira/browse/CB-11276
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Affects Versions: 6.1.1
 Environment: Windows 10, VS2015
Reporter: Omar Mefire
Assignee: Raghav Katyal


I installed VS2015. In the documentation, there are no further instruction on 
how to do that, so I went with the default options. All that just to get 
MSBuild installed.

So then:
{code}
npm install -g cordova
cordova create CordovaApp
cd CordovaApp
cordova platform add windows
cordova run windows
{code}
So it's a *completely virgin* project. The default's oughta work, right? Wrong:
{code}
d:\Projecten\CordovaApp>cordova run windows
Building project: 
d:\Projecten\CordovaApp\platforms\windows\CordovaApp.Windows.jsproj
Configuration : debug
Platform  : anycpu
C:\Program Files 
(x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2049,5): error 
MSB3774: Could not find
SDK "Microsoft.WinJS.2.0, Version=1.0". 
[d:\Projecten\CordovaApp\platforms\windows\CordovaApp.Windows.jsproj]
Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed with 
exit code 1
{code}
So, either a step is missing from the documentation, or it's looking for 
something that located someplace else.

Remember, all related components are *completely* default. I have NEVER touched 
ANY configuration of ANY of the involved components or code!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-11263) `cordova telemetry help` should display telemetry help

2016-05-13 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire resolved CB-11263.
--
Resolution: Fixed

> `cordova telemetry help` should display telemetry help
> --
>
> Key: CB-11263
> URL: https://issues.apache.org/jira/browse/CB-11263
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: Master
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Running: `cordova telemetry help` ends up disabling telemetry instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11263) `cordova telemetry help` should display telemetry help

2016-05-13 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11263:
-
Component/s: (was: CordovaLib)
 CLI

> `cordova telemetry help` should display telemetry help
> --
>
> Key: CB-11263
> URL: https://issues.apache.org/jira/browse/CB-11263
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: Master
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Running: `cordova telemetry help` ends up disabling telemetry instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11263) `cordova telemetry help` should display telemetry help

2016-05-13 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11263:
-
Environment: (was: OS X)

> `cordova telemetry help` should display telemetry help
> --
>
> Key: CB-11263
> URL: https://issues.apache.org/jira/browse/CB-11263
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: Master
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Running: `cordova telemetry help` ends up disabling telemetry instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11263) `cordova telemetry help` should display telemetry help

2016-05-13 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11263:
-
Labels:   (was: cordova-lib platform restore save)

> `cordova telemetry help` should display telemetry help
> --
>
> Key: CB-11263
> URL: https://issues.apache.org/jira/browse/CB-11263
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: Master
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Running: `cordova telemetry help` ends up disabling telemetry instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-11263) `cordova telemetry help` should display telemetry help

2016-05-13 Thread Omar Mefire (JIRA)
Omar Mefire created CB-11263:


 Summary: `cordova telemetry help` should display telemetry help
 Key: CB-11263
 URL: https://issues.apache.org/jira/browse/CB-11263
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib
Affects Versions: Master
 Environment: OS X
Reporter: Omar Mefire
Assignee: Omar Mefire


Steps to reproduce:
1. Create a blank app: {{cordova create test com.app.test test}}
2. Add and save a platform: {{cordova platform add --save ios}}
3. Add and save another platform: {{cordova platform add --save android}}
4. Remove the platforms: {{cordova platform remove android ios}}
5. Try to restore platforms automatically: {{cordova prepare}}

Expected: both platforms installed and prepared
Actual:
{noformat}
Error: Trying to initialize npm when settings have not been restored from a 
previous initialization.
{noformat}

Running {{cordova prepare}} again fixes the issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11263) `cordova telemetry help` should display telemetry help

2016-05-13 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11263:
-
Description: Running: `cordova telemetry help` ends up disabling telemetry 
instead.  (was: Steps to reproduce:
1. Create a blank app: {{cordova create test com.app.test test}}
2. Add and save a platform: {{cordova platform add --save ios}}
3. Add and save another platform: {{cordova platform add --save android}}
4. Remove the platforms: {{cordova platform remove android ios}}
5. Try to restore platforms automatically: {{cordova prepare}}

Expected: both platforms installed and prepared
Actual:
{noformat}
Error: Trying to initialize npm when settings have not been restored from a 
previous initialization.
{noformat}

Running {{cordova prepare}} again fixes the issue.)

> `cordova telemetry help` should display telemetry help
> --
>
> Key: CB-11263
> URL: https://issues.apache.org/jira/browse/CB-11263
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: Master
> Environment: OS X
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>  Labels: cordova-lib, platform, restore, save
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Running: `cordova telemetry help` ends up disabling telemetry instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11232) Appium tests fail because 'Selenium error: session is terminated'

2016-05-09 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11232:
-
Assignee: Alexander Sorokin

> Appium tests fail because 'Selenium error: session is terminated'
> -
>
> Key: CB-11232
> URL: https://issues.apache.org/jira/browse/CB-11232
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
> Environment: Mac OSX
>Reporter: Omar Mefire
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, ios, triaged
>
> Logs: 
> https://ci.apache.org/builders/cordova-ios/builds/2529/steps/running-appium-tests/logs/stdio
> ==
> {noformat}
> [MEDIC LOG Mon, 09 May 2016 18:15:04 GMT] Uncaught exception! Killing server 
> and exiting in 2 seconds...
> [MEDIC LOG Mon, 09 May 2016 18:15:04 GMT] Uncaught exception! Killing server 
> and exiting in 2 seconds...
> [MEDIC LOG Mon, 09 May 2016 18:15:05 GMT] Appium process exited.
> [MEDIC LOG Mon, 09 May 2016 18:15:06 GMT] FATAL: Error: [currentContext()] 
> Error response status: 6,  Selenium error: A session is either terminated or 
> not started
> at exports.newError 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/utils.js:139:13)
> at 
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/callbacks.js:75:19
> at 
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/webdriver.js:174:5
> at Request._callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/http-utils.js:87:7)
> at Request.self.callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:368:22)
> at Request.emit (events.js:110:17)
> at Request. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1219:14)
> at Request.emit (events.js:129:20)
> at IncomingMessage. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1167:12)
> at IncomingMessage.emit (events.js:129:20)
> program finished with exit code 1
> elapsedTime=3700.311833
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11232) Appium tests fail because 'Selenium error: session is terminated'

2016-05-09 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11232:
-
Labels: found-by-ci ios triaged  (was: found-by-ci ios ios, triaged)

> Appium tests fail because 'Selenium error: session is terminated'
> -
>
> Key: CB-11232
> URL: https://issues.apache.org/jira/browse/CB-11232
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
> Environment: Mac OSX
>Reporter: Omar Mefire
>Assignee: Raghav Katyal
>  Labels: found-by-ci, ios, triaged
>
> {noformat}
> Total failures: 1
> Failing tests:
> org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
> XMLHttpRequest.spec.9 calls onload from successful http get
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11232) Appium tests fail because 'Selenium error: session is terminated'

2016-05-09 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11232:
-
Assignee: (was: Raghav Katyal)

> Appium tests fail because 'Selenium error: session is terminated'
> -
>
> Key: CB-11232
> URL: https://issues.apache.org/jira/browse/CB-11232
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
> Environment: Mac OSX
>Reporter: Omar Mefire
>  Labels: found-by-ci, ios, triaged
>
> Logs: 
> https://ci.apache.org/builders/cordova-ios/builds/2529/steps/running-appium-tests/logs/stdio
> ==
> {noformat}
> [MEDIC LOG Mon, 09 May 2016 18:15:04 GMT] Uncaught exception! Killing server 
> and exiting in 2 seconds...
> [MEDIC LOG Mon, 09 May 2016 18:15:04 GMT] Uncaught exception! Killing server 
> and exiting in 2 seconds...
> [MEDIC LOG Mon, 09 May 2016 18:15:05 GMT] Appium process exited.
> [MEDIC LOG Mon, 09 May 2016 18:15:06 GMT] FATAL: Error: [currentContext()] 
> Error response status: 6,  Selenium error: A session is either terminated or 
> not started
> at exports.newError 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/utils.js:139:13)
> at 
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/callbacks.js:75:19
> at 
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/webdriver.js:174:5
> at Request._callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/http-utils.js:87:7)
> at Request.self.callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:368:22)
> at Request.emit (events.js:110:17)
> at Request. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1219:14)
> at Request.emit (events.js:129:20)
> at IncomingMessage. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1167:12)
> at IncomingMessage.emit (events.js:129:20)
> program finished with exit code 1
> elapsedTime=3700.311833
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11232) Appium tests fail because 'Selenium error: session is terminated'

2016-05-09 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11232:
-
Environment: Mac OSX  (was: Windows Phone 8.1, Mac OSX)

> Appium tests fail because 'Selenium error: session is terminated'
> -
>
> Key: CB-11232
> URL: https://issues.apache.org/jira/browse/CB-11232
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
> Environment: Mac OSX
>Reporter: Omar Mefire
>Assignee: Raghav Katyal
>  Labels: found-by-ci, ios, triaged
>
> {noformat}
> Total failures: 1
> Failing tests:
> org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
> XMLHttpRequest.spec.9 calls onload from successful http get
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11232) Appium tests fail because 'Selenium error: session is terminated'

2016-05-09 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11232:
-
Description: 
Logs: 
https://ci.apache.org/builders/cordova-ios/builds/2529/steps/running-appium-tests/logs/stdio
==
{noformat}
[MEDIC LOG Mon, 09 May 2016 18:15:04 GMT] Uncaught exception! Killing server 
and exiting in 2 seconds...
[MEDIC LOG Mon, 09 May 2016 18:15:04 GMT] Uncaught exception! Killing server 
and exiting in 2 seconds...
[MEDIC LOG Mon, 09 May 2016 18:15:05 GMT] Appium process exited.
[MEDIC LOG Mon, 09 May 2016 18:15:06 GMT] FATAL: Error: [currentContext()] 
Error response status: 6,  Selenium error: A session is either terminated or 
not started
at exports.newError 
(/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/utils.js:139:13)
at 
/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/callbacks.js:75:19
at 
/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/webdriver.js:174:5
at Request._callback 
(/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/http-utils.js:87:7)
at Request.self.callback 
(/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:368:22)
at Request.emit (events.js:110:17)
at Request. 
(/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1219:14)
at Request.emit (events.js:129:20)
at IncomingMessage. 
(/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1167:12)
at IncomingMessage.emit (events.js:129:20)
program finished with exit code 1
elapsedTime=3700.311833
{noformat}

  was:
{noformat}
Total failures: 1
Failing tests:
org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
XMLHttpRequest.spec.9 calls onload from successful http get
Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
{noformat}


> Appium tests fail because 'Selenium error: session is terminated'
> -
>
> Key: CB-11232
> URL: https://issues.apache.org/jira/browse/CB-11232
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
> Environment: Mac OSX
>Reporter: Omar Mefire
>Assignee: Raghav Katyal
>  Labels: found-by-ci, ios, triaged
>
> Logs: 
> https://ci.apache.org/builders/cordova-ios/builds/2529/steps/running-appium-tests/logs/stdio
> ==
> {noformat}
> [MEDIC LOG Mon, 09 May 2016 18:15:04 GMT] Uncaught exception! Killing server 
> and exiting in 2 seconds...
> [MEDIC LOG Mon, 09 May 2016 18:15:04 GMT] Uncaught exception! Killing server 
> and exiting in 2 seconds...
> [MEDIC LOG Mon, 09 May 2016 18:15:05 GMT] Appium process exited.
> [MEDIC LOG Mon, 09 May 2016 18:15:06 GMT] FATAL: Error: [currentContext()] 
> Error response status: 6,  Selenium error: A session is either terminated or 
> not started
> at exports.newError 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/utils.js:139:13)
> at 
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/callbacks.js:75:19
> at 
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/webdriver.js:174:5
> at Request._callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/wd/lib/http-utils.js:87:7)
> at Request.self.callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:368:22)
> at Request.emit (events.js:110:17)
> at Request. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1219:14)
> at Request.emit (events.js:129:20)
> at IncomingMessage. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1167:12)
> at IncomingMessage.emit (events.js:129:20)
> program finished with exit code 1
> elapsedTime=3700.311833
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-11232) Appium tests fail because 'Selenium error: session is terminated'

2016-05-09 Thread Omar Mefire (JIRA)
Omar Mefire created CB-11232:


 Summary: Appium tests fail because 'Selenium error: session is 
terminated'
 Key: CB-11232
 URL: https://issues.apache.org/jira/browse/CB-11232
 Project: Apache Cordova
  Issue Type: Test
  Components: mobile-spec
 Environment: Windows Phone 8.1, Mac OSX
Reporter: Omar Mefire
Assignee: Raghav Katyal


{noformat}
Total failures: 1
Failing tests:
org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
XMLHttpRequest.spec.9 calls onload from successful http get
Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11232) Appium tests fail because 'Selenium error: session is terminated'

2016-05-09 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11232:
-
Labels: found-by-ci ios ios, triaged  (was: found-by-ci ios triaged windows)

> Appium tests fail because 'Selenium error: session is terminated'
> -
>
> Key: CB-11232
> URL: https://issues.apache.org/jira/browse/CB-11232
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
> Environment: Windows Phone 8.1, Mac OSX
>Reporter: Omar Mefire
>Assignee: Raghav Katyal
>  Labels: found-by-ci, ios, ios,, triaged
>
> {noformat}
> Total failures: 1
> Failing tests:
> org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
> XMLHttpRequest.spec.9 calls onload from successful http get
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11050) XHR tests failing intermittently

2016-05-09 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276749#comment-15276749
 ] 

Omar Mefire commented on CB-11050:
--

stack trace on cordova-android-osx: 
https://ci.apache.org/builders/cordova-android-osx/builds/2531/steps/getting-test-results/logs/stdio

{noformat}
Total failures: 1
Failing tests:
org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
XMLHttpRequest.spec.9 calls onload from successful http get
SecurityError: Failed to execute 'open' on 'XMLHttpRequest': Refused to 
connect to 'http://google.com/' because it violates the document's Content 
Security Policy.
Error: Failed to execute 'open' on 'XMLHttpRequest': Refused to 
connect to 'http://google.com/' because it violates the document's Content 
Security Policy.
at createXHR 
(file:///android_asset/www/plugins/org.apache.cordova.mobilespec.tests/tests/localXHR.tests.js:48:17)
at Object. 
(file:///android_asset/www/plugins/org.apache.cordova.mobilespec.tests/tests/localXHR.tests.js:104:13)
at attemptAsync 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1771:24)
at QueueRunner.run 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1726:9)
at QueueRunner.execute 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1714:10)
at Spec.Env.queueRunnerFactory 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:608:35)
at Spec.execute 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:346:10)
at Object.fn 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:2059:43)
at attemptAsync 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1771:24)
at QueueRunner.run 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1726:9)
Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
at 
file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1764:23
program finished with exit code 0
elapsedTime=0.653166
{noformat}

> XHR tests failing intermittently
> 
>
> Key: CB-11050
> URL: https://issues.apache.org/jira/browse/CB-11050
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
> Environment: Windows Phone 8.1, Mac OSX
>Reporter: Richard B Knoll
>Assignee: Raghav Katyal
>  Labels: found-by-ci, ios, triaged, windows
>
> {noformat}
> Total failures: 1
> Failing tests:
> org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
> XMLHttpRequest.spec.9 calls onload from successful http get
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11050) XHR tests failing intermittently

2016-05-09 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276744#comment-15276744
 ] 

Omar Mefire commented on CB-11050:
--

I think it might be due to a CSP issue, which results in google.com not being 
accessible from the test/plugin

> XHR tests failing intermittently
> 
>
> Key: CB-11050
> URL: https://issues.apache.org/jira/browse/CB-11050
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
> Environment: Windows Phone 8.1, Mac OSX
>Reporter: Richard B Knoll
>Assignee: Raghav Katyal
>  Labels: found-by-ci, ios, triaged, windows
>
> {noformat}
> Total failures: 1
> Failing tests:
> org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
> XMLHttpRequest.spec.9 calls onload from successful http get
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11050) XHR tests failing intermittently in windows Phone 8.1 CI

2016-05-09 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276737#comment-15276737
 ] 

Omar Mefire commented on CB-11050:
--

@raghav, I'm reopening this issue as it's showing up in iOS now: 
https://ci.apache.org/builders/cordova-ios/builds/2528/steps/getting-test-results/logs/stdio

{noformat}

Total failures: 1
Failing tests:

org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
XMLHttpRequest.spec.9 calls onload from successful http get
SecurityError: SecurityError: DOM Exception 18 in 
file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/plugins/org.apache.cordova.mobilespec.tests/tests/localXHR.tests.js
 (line 48)
open@[native code]

createXHR@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/plugins/org.apache.cordova.mobilespec.tests/tests/localXHR.tests.js:48:21

file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/plugins/org.apache.cordova.mobilespec.tests/tests/localXHR.tests.js:104:22

attemptAsync@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1771:28

run@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1726:21

execute@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1714:13

queueRunnerFactory@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:608:42

execute@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:346:28

fn@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:2059:50

attemptAsync@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1771:28

run@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1726:21

file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1753:19

file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1697:11

complete@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:358:19

clearStack@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:594:11

run@file:///Users/buildbot/Library/Developer/CoreSimulator/Devices/DA6D3C8F-39BE-486B-A6DB-362B7BA75FD3/data/Containers/Bundle/Application/89D39ED5-C1CC-4A67-8430-0992FD38055F/mobilespec.app/www/cdvtests/jasmine-2.2.0/jasmine.js:1736:22


[jira] [Updated] (CB-11050) XHR tests failing intermittently

2016-05-09 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11050:
-
Labels: found-by-ci ios triaged windows  (was: found-by-ci triaged windows)

> XHR tests failing intermittently
> 
>
> Key: CB-11050
> URL: https://issues.apache.org/jira/browse/CB-11050
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
> Environment: Windows Phone 8.1
>Reporter: Richard B Knoll
>Assignee: Raghav Katyal
>  Labels: found-by-ci, ios, triaged, windows
>
> {noformat}
> Total failures: 1
> Failing tests:
> org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
> XMLHttpRequest.spec.9 calls onload from successful http get
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11050) XHR tests failing intermittently

2016-05-09 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11050:
-
Summary: XHR tests failing intermittently  (was: XHR tests failing 
intermittently in windows Phone 8.1 CI)

> XHR tests failing intermittently
> 
>
> Key: CB-11050
> URL: https://issues.apache.org/jira/browse/CB-11050
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
> Environment: Windows Phone 8.1
>Reporter: Richard B Knoll
>Assignee: Raghav Katyal
>  Labels: found-by-ci, ios, triaged, windows
>
> {noformat}
> Total failures: 1
> Failing tests:
> org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
> XMLHttpRequest.spec.9 calls onload from successful http get
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11050) XHR tests failing intermittently

2016-05-09 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11050:
-
Environment: Windows Phone 8.1, Mac OSX  (was: Windows Phone 8.1)

> XHR tests failing intermittently
> 
>
> Key: CB-11050
> URL: https://issues.apache.org/jira/browse/CB-11050
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
> Environment: Windows Phone 8.1, Mac OSX
>Reporter: Richard B Knoll
>Assignee: Raghav Katyal
>  Labels: found-by-ci, ios, triaged, windows
>
> {noformat}
> Total failures: 1
> Failing tests:
> org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
> XMLHttpRequest.spec.9 calls onload from successful http get
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Reopened] (CB-11050) XHR tests failing intermittently in windows Phone 8.1 CI

2016-05-09 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire reopened CB-11050:
--

> XHR tests failing intermittently in windows Phone 8.1 CI
> 
>
> Key: CB-11050
> URL: https://issues.apache.org/jira/browse/CB-11050
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
> Environment: Windows Phone 8.1
>Reporter: Richard B Knoll
>Assignee: Raghav Katyal
>  Labels: found-by-ci, triaged, windows
>
> {noformat}
> Total failures: 1
> Failing tests:
> org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest 
> XMLHttpRequest.spec.9 calls onload from successful http get
> Error: Timeout - Async callback was not invoked within timeout 
> specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11223) Better check for date validity of contact.birthday / Fix: RangeError Invalid Date

2016-05-06 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15274741#comment-15274741
 ] 

Omar Mefire commented on CB-11223:
--

Which platform are you fixing this for ?

> Better check for date validity of contact.birthday / Fix: RangeError Invalid 
> Date
> -
>
> Key: CB-11223
> URL: https://issues.apache.org/jira/browse/CB-11223
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Contacts
> Environment: Desktop Firefox & Safari
> Android & iOS Webview
>Reporter: Tanase Butcaru
>Priority: Critical
>  Labels: easyfix
>
> The issue: on Safari & iOS webview if we perform a _toJSON()_ on a instanceof 
> Date object which is a 'Invalid Date' object, that throws an error. This does 
> not happen on Firefox & Chrome!
> I encountered this issue while sending device contacts over _socket.io_ which 
> iterates over contacts props and does a _toJSON()_, but the problem was that 
> the Date object from _birthday_ property was not valid.
> Simple test case:
> {code:javascript}
> var contact = { birthday: null }; //data provided by cordova-plugin-contacts
> try {
> contact.birthday = new Date(parseFloat(contact.birthday));
> }
> catch(e) {
>console.log(e); //this will never be called
> }
> //where the error occures..
> contact.birthday.toJSON();
> {code}
> An 'Invalid Date' error does not throw anything, so a simple try-catch block 
> doesn't pass the validity of that date.
> The changes I made in _convertUtils.js_ resolves this problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11219) cordova plugin rm --force flag broken

2016-05-06 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11219:
-
Description: 
While removing a dependent plugin, we should be warned that it's required by 
another plugin. 
However, we should still be able to go ahead with its removal by invoking: 
`cordova plugin rm  --force`

  was:
While removing a dependent plugin, we should be warned that it's required by 
another plugin. 
However, we should still be able to go ahead with its removal by invoking: 
`cordova plugin rm `


> cordova plugin rm  --force flag broken
> --
>
> Key: CB-11219
> URL: https://issues.apache.org/jira/browse/CB-11219
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Omar Mefire
>
> While removing a dependent plugin, we should be warned that it's required by 
> another plugin. 
> However, we should still be able to go ahead with its removal by invoking: 
> `cordova plugin rm  --force`



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11219) cordova plugin rm --force flag broken

2016-05-06 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11219:
-
Description: 
While removing a dependent plugin, we should be warned that it's required by 
another plugin. 
However, we should still be able to go ahead with its removal by invoking: 
`cordova plugin rm `

> cordova plugin rm  --force flag broken
> --
>
> Key: CB-11219
> URL: https://issues.apache.org/jira/browse/CB-11219
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Omar Mefire
>
> While removing a dependent plugin, we should be warned that it's required by 
> another plugin. 
> However, we should still be able to go ahead with its removal by invoking: 
> `cordova plugin rm `



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11189) Deprecation and other Warnings with XCode 7.3 and InAppBrowser 1.4.0

2016-05-06 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11189:
-
Priority: Minor  (was: Major)

> Deprecation and other Warnings with XCode 7.3 and InAppBrowser 1.4.0
> 
>
> Key: CB-11189
> URL: https://issues.apache.org/jira/browse/CB-11189
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 1.4.0
> Environment: XCode 7.3
>Reporter: Danilo Cicognani
>Priority: Minor
>  Labels: easyfix, ios, triaged
>
> After adding plugin InAppBrowser XCode 7.3 repors some warning.
> To test I created a test app:
> cordova create testPlugin com.example.testplugin testPlugin
> cd testPlugin
> cordova platform add ios
> cordova plugin add cordova-plugin-inappbrowser
> Then I opened XCode and run the App. I got these warnings:
> 'UIBarButtonItemStyleBordered' is deprecated: first deprecated in iOS 8.0 - 
> Use UIBarButtonItemStylePlain when minimum deployment target is iOS7 or later.
> Null passed to a callee that requires a non-null argument
> Conflicting return type in implementation of 'supported interface 
> orientations': 'UIInterfaceOrientationMask' (aka 'enum 
> UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned int')



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11219) cordova plugin rm --force flag broken

2016-05-06 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11219:
-
Component/s: CordovaLib

> cordova plugin rm  --force flag broken
> --
>
> Key: CB-11219
> URL: https://issues.apache.org/jira/browse/CB-11219
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Omar Mefire
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-10475) iOS contacts permission modal causes contacts tests to fail

2016-05-05 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-10475:
-
Assignee: Sarangan Rajamanickam  (was: Omar Mefire)

> iOS contacts permission modal causes contacts tests to fail
> ---
>
> Key: CB-10475
> URL: https://issues.apache.org/jira/browse/CB-10475
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Medic
> Environment: OSX
>Reporter: Richard B Knoll
>Assignee: Sarangan Rajamanickam
>Priority: Minor
>  Labels: found-by-ci, ios, triaged
>
> cordova-ios CI returned test results and all of the contacts tests failed:
> https://ci.apache.org/builders/cordova-ios/builds/1605/steps/getting-test-results/logs/stdio
> Turns out a modal had appeared asking for permission to access contacts and 
> was never dismissed. After I clicked okay in the modal, everything was green 
> on the next build:
> https://ci.apache.org/builders/cordova-ios/builds/1606
> We either need a way to grant the permissions or we should exclude these 
> tests from the CI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11206) Contacts plugin causes app crash

2016-05-05 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15272773#comment-15272773
 ] 

Omar Mefire commented on CB-11206:
--

It seems like while retrieving IMs, we are not correctly dealing with the 
custom type: 
http://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Im.html#CUSTOM_PROTOCOL

There might be some contact on the samsung phone with an IM field that's not 
part of the default list supported by Android.

Further investigation is needed to make definitive conclusions.

> Contacts plugin causes app crash
> 
>
> Key: CB-11206
> URL: https://issues.apache.org/jira/browse/CB-11206
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Contacts
>Reporter: Petr Odut
>
> On Samsung phone app crashes instantly with a stack trace:
> {noformat}
> java.lang.NumberFormatException
> java.lang.Integer.invalidInt(Integer.java:138)
> java.lang.Integer.parseInt(Integer.java:358)
> java.lang.Integer.parseInt(Integer.java:334)
> org.apache.cordova.contacts.ContactAccessorSdk5.imQuery(ContactAccessorSdk5.java:907)
> org.apache.cordova.contacts.ContactAccessorSdk5.populateContactArray(ContactAccessorSdk5.java:435)
> org.apache.cordova.contacts.ContactAccessorSdk5.search(ContactAccessorSdk5.java:282)
> org.apache.cordova.contacts.ContactManager$3.run(ContactManager.java:209)
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
> java.lang.Thread.run(Thread.java:818)
> {noformat}
> JS code to retrieve contacts, on Sony phone the same code works properly:
> {code:javascript}
> if(navigator.contacts) {
>   var options = new ContactFindOptions();
>   options.multiple = true;
>   options.hasPhoneNumber = true;
>   navigator.contacts.find([navigator.contacts.fieldType.phoneNumbers], 
> contacts => {
>   this.phoneContacts = contacts;
>   d.resolve(contacts);
>   }, e => d.reject(e), options);
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-11192) Codesign Error while running cordova-ios builds

2016-05-03 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15269645#comment-15269645
 ] 

Omar Mefire edited comment on CB-11192 at 5/3/16 9:52 PM:
--

This issue was fixed by:
1- Allowing codesign to bypass the keychain access password: 
https://support.apple.com/kb/PH18682?locale=en_US
2- Resetting the certs associated with the Devlpt Provisioning Profile

Note: No prompt was displayed requesting credentials, which made the whole 
thing confusing

Tip: a restart of the buildbot slave was necessary after the operation.


was (Author: omefire):
This issue was fixed by allowing codesign to bypass the keychain access 
password: https://support.apple.com/kb/PH18682?locale=en_US

Note: No prompt was displayed requesting credentials, which made the whole 
thing confusing

Tip: a restart of the buildbot slave was necessary after the operation.

> Codesign Error while running cordova-ios builds
> ---
>
> Key: CB-11192
> URL: https://issues.apache.org/jira/browse/CB-11192
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>  Labels: cordova-ios, found-by-ci
>
> Log: 
> https://ci.apache.org/builders/cordova-ios/builds/2485/steps/running-tests/logs/stdio
> =
> {noformat}
> /usr/bin/codesign --force --sign 868701A6834722608D692C12DCE6309040CF7DAA 
> --entitlements 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/mobilespec.build/Debug-iphoneos/mobilespec.build/mobilespec.app.xcent
>  --timestamp=none 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app:
>  User interaction is not allowed.
> Command /usr/bin/codesign failed with exit code 1
> ** BUILD FAILED **
> The following build commands failed:
>   CodeSign build/device/mobilespec.app
> (1 failure)
> Error: Error code 65 for command: xcodebuild with args: 
> -xcconfig,/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/cordova/build-debug.xcconfig,-project,mobilespec.xcodeproj,ARCHS=armv7
>  
> arm64,-target,mobilespec,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
>  
> arm64,CONFIGURATION_BUILD_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/sharedpch
> [MEDIC LOG Tue, 03 May 2016 12:05:25 GMT] FATAL: running on device failed
> program finished with exit code 1
> elapsedTime=48.002733
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-11192) Codesign Error while running cordova-ios builds

2016-05-03 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire resolved CB-11192.
--
Resolution: Fixed

> Codesign Error while running cordova-ios builds
> ---
>
> Key: CB-11192
> URL: https://issues.apache.org/jira/browse/CB-11192
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>  Labels: cordova-ios, found-by-ci
>
> Log: 
> https://ci.apache.org/builders/cordova-ios/builds/2485/steps/running-tests/logs/stdio
> =
> {noformat}
> /usr/bin/codesign --force --sign 868701A6834722608D692C12DCE6309040CF7DAA 
> --entitlements 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/mobilespec.build/Debug-iphoneos/mobilespec.build/mobilespec.app.xcent
>  --timestamp=none 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app:
>  User interaction is not allowed.
> Command /usr/bin/codesign failed with exit code 1
> ** BUILD FAILED **
> The following build commands failed:
>   CodeSign build/device/mobilespec.app
> (1 failure)
> Error: Error code 65 for command: xcodebuild with args: 
> -xcconfig,/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/cordova/build-debug.xcconfig,-project,mobilespec.xcodeproj,ARCHS=armv7
>  
> arm64,-target,mobilespec,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
>  
> arm64,CONFIGURATION_BUILD_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/sharedpch
> [MEDIC LOG Tue, 03 May 2016 12:05:25 GMT] FATAL: running on device failed
> program finished with exit code 1
> elapsedTime=48.002733
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-11192) Codesign Error while running cordova-ios builds

2016-05-03 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15269645#comment-15269645
 ] 

Omar Mefire edited comment on CB-11192 at 5/3/16 9:37 PM:
--

This issue was fixed by allowing codesign to bypass the keychain access 
password: https://support.apple.com/kb/PH18682?locale=en_US

Note: No prompt was displayed requesting credentials, which made the whole 
thing confusing

Tip: a restart of the buildbot slave was necessary after the operation.


was (Author: omefire):
This issue was fixed by allowing codesign to bypass the keychain access 
password: https://support.apple.com/kb/PH18682?locale=en_US

Note: No prompt was displayed requesting credentials

Tip: a restart of the buildbot slave was necessary after the operation.

> Codesign Error while running cordova-ios builds
> ---
>
> Key: CB-11192
> URL: https://issues.apache.org/jira/browse/CB-11192
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>  Labels: cordova-ios, found-by-ci
>
> Log: 
> https://ci.apache.org/builders/cordova-ios/builds/2485/steps/running-tests/logs/stdio
> =
> {noformat}
> /usr/bin/codesign --force --sign 868701A6834722608D692C12DCE6309040CF7DAA 
> --entitlements 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/mobilespec.build/Debug-iphoneos/mobilespec.build/mobilespec.app.xcent
>  --timestamp=none 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app:
>  User interaction is not allowed.
> Command /usr/bin/codesign failed with exit code 1
> ** BUILD FAILED **
> The following build commands failed:
>   CodeSign build/device/mobilespec.app
> (1 failure)
> Error: Error code 65 for command: xcodebuild with args: 
> -xcconfig,/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/cordova/build-debug.xcconfig,-project,mobilespec.xcodeproj,ARCHS=armv7
>  
> arm64,-target,mobilespec,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
>  
> arm64,CONFIGURATION_BUILD_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/sharedpch
> [MEDIC LOG Tue, 03 May 2016 12:05:25 GMT] FATAL: running on device failed
> program finished with exit code 1
> elapsedTime=48.002733
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11192) Codesign Error while running cordova-ios builds

2016-05-03 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15269645#comment-15269645
 ] 

Omar Mefire commented on CB-11192:
--

This issue was fixed by allowing codesign to bypass the keychain access 
password: https://support.apple.com/kb/PH18682?locale=en_US

Note: No prompt was displayed requesting credentials

Tip: a restart of the buildbot slave was necessary after the operation.

> Codesign Error while running cordova-ios builds
> ---
>
> Key: CB-11192
> URL: https://issues.apache.org/jira/browse/CB-11192
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>  Labels: cordova-ios, found-by-ci
>
> Log: 
> https://ci.apache.org/builders/cordova-ios/builds/2485/steps/running-tests/logs/stdio
> =
> {noformat}
> /usr/bin/codesign --force --sign 868701A6834722608D692C12DCE6309040CF7DAA 
> --entitlements 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/mobilespec.build/Debug-iphoneos/mobilespec.build/mobilespec.app.xcent
>  --timestamp=none 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app:
>  User interaction is not allowed.
> Command /usr/bin/codesign failed with exit code 1
> ** BUILD FAILED **
> The following build commands failed:
>   CodeSign build/device/mobilespec.app
> (1 failure)
> Error: Error code 65 for command: xcodebuild with args: 
> -xcconfig,/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/cordova/build-debug.xcconfig,-project,mobilespec.xcodeproj,ARCHS=armv7
>  
> arm64,-target,mobilespec,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
>  
> arm64,CONFIGURATION_BUILD_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/sharedpch
> [MEDIC LOG Tue, 03 May 2016 12:05:25 GMT] FATAL: running on device failed
> program finished with exit code 1
> elapsedTime=48.002733
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-11192) Codesign Error while running cordova-ios builds

2016-05-03 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire reassigned CB-11192:


Assignee: Omar Mefire

> Codesign Error while running cordova-ios builds
> ---
>
> Key: CB-11192
> URL: https://issues.apache.org/jira/browse/CB-11192
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>  Labels: cordova-ios, found-by-ci
>
> Log: 
> https://ci.apache.org/builders/cordova-ios/builds/2485/steps/running-tests/logs/stdio
> =
> {noformat}
> /usr/bin/codesign --force --sign 868701A6834722608D692C12DCE6309040CF7DAA 
> --entitlements 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/mobilespec.build/Debug-iphoneos/mobilespec.build/mobilespec.app.xcent
>  --timestamp=none 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app:
>  User interaction is not allowed.
> Command /usr/bin/codesign failed with exit code 1
> ** BUILD FAILED **
> The following build commands failed:
>   CodeSign build/device/mobilespec.app
> (1 failure)
> Error: Error code 65 for command: xcodebuild with args: 
> -xcconfig,/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/cordova/build-debug.xcconfig,-project,mobilespec.xcodeproj,ARCHS=armv7
>  
> arm64,-target,mobilespec,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
>  
> arm64,CONFIGURATION_BUILD_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/sharedpch
> [MEDIC LOG Tue, 03 May 2016 12:05:25 GMT] FATAL: running on device failed
> program finished with exit code 1
> elapsedTime=48.002733
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11192) Codesign Error while running cordova-ios builds

2016-05-03 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11192:
-
Summary: Codesign Error while running cordova-ios builds  (was: Codesign 
Error)

> Codesign Error while running cordova-ios builds
> ---
>
> Key: CB-11192
> URL: https://issues.apache.org/jira/browse/CB-11192
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
>Reporter: Omar Mefire
>  Labels: cordova-ios, found-by-ci
>
> Log: 
> https://ci.apache.org/builders/cordova-ios/builds/2485/steps/running-tests/logs/stdio
> =
> {noformat}
> /usr/bin/codesign --force --sign 868701A6834722608D692C12DCE6309040CF7DAA 
> --entitlements 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/mobilespec.build/Debug-iphoneos/mobilespec.build/mobilespec.app.xcent
>  --timestamp=none 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app:
>  User interaction is not allowed.
> Command /usr/bin/codesign failed with exit code 1
> ** BUILD FAILED **
> The following build commands failed:
>   CodeSign build/device/mobilespec.app
> (1 failure)
> Error: Error code 65 for command: xcodebuild with args: 
> -xcconfig,/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/cordova/build-debug.xcconfig,-project,mobilespec.xcodeproj,ARCHS=armv7
>  
> arm64,-target,mobilespec,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
>  
> arm64,CONFIGURATION_BUILD_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/sharedpch
> [MEDIC LOG Tue, 03 May 2016 12:05:25 GMT] FATAL: running on device failed
> program finished with exit code 1
> elapsedTime=48.002733
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11192) Codesign Error

2016-05-03 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11192:
-
Description: 
Log: 
https://ci.apache.org/builders/cordova-ios/builds/2485/steps/running-tests/logs/stdio
=

{noformat}
/usr/bin/codesign --force --sign 868701A6834722608D692C12DCE6309040CF7DAA 
--entitlements 
/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/mobilespec.build/Debug-iphoneos/mobilespec.build/mobilespec.app.xcent
 --timestamp=none 
/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app
/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app:
 User interaction is not allowed.
Command /usr/bin/codesign failed with exit code 1

** BUILD FAILED **


The following build commands failed:
CodeSign build/device/mobilespec.app
(1 failure)
Error: Error code 65 for command: xcodebuild with args: 
-xcconfig,/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/cordova/build-debug.xcconfig,-project,mobilespec.xcodeproj,ARCHS=armv7
 
arm64,-target,mobilespec,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
 
arm64,CONFIGURATION_BUILD_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/sharedpch
[MEDIC LOG Tue, 03 May 2016 12:05:25 GMT] FATAL: running on device failed
program finished with exit code 1
elapsedTime=48.002733
{noformat}


  was:
Error happening in multiple platforms. Sample Link: 
https://ci.apache.org/builders/cordova-android-win/builds/2276/steps/getting-test-results/logs/stdio
 

{noformat}
/usr/bin/codesign --force --sign 868701A6834722608D692C12DCE6309040CF7DAA 
--entitlements 
/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/mobilespec.build/Debug-iphoneos/mobilespec.build/mobilespec.app.xcent
 --timestamp=none 
/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app
/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app:
 User interaction is not allowed.
Command /usr/bin/codesign failed with exit code 1

** BUILD FAILED **


The following build commands failed:
CodeSign build/device/mobilespec.app
(1 failure)
Error: Error code 65 for command: xcodebuild with args: 
-xcconfig,/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/cordova/build-debug.xcconfig,-project,mobilespec.xcodeproj,ARCHS=armv7
 
arm64,-target,mobilespec,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
 
arm64,CONFIGURATION_BUILD_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/sharedpch
[MEDIC LOG Tue, 03 May 2016 12:05:25 GMT] FATAL: running on device failed
program finished with exit code 1
elapsedTime=48.002733
{noformat}



> Codesign Error
> --
>
> Key: CB-11192
> URL: https://issues.apache.org/jira/browse/CB-11192
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
>Reporter: Omar Mefire
>  Labels: cordova-ios, found-by-ci
>
> Log: 
> https://ci.apache.org/builders/cordova-ios/builds/2485/steps/running-tests/logs/stdio
> =
> {noformat}
> /usr/bin/codesign --force --sign 868701A6834722608D692C12DCE6309040CF7DAA 
> --entitlements 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/mobilespec.build/Debug-iphoneos/mobilespec.build/mobilespec.app.xcent
>  --timestamp=none 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app:
>  User interaction is not allowed.
> Command /usr/bin/codesign failed with exit code 1
> ** BUILD FAILED **
> The following build commands failed:
>   CodeSign build/device/mobilespec.app
> (1 failure)
> Error: Error code 65 for command: xcodebuild with args: 
> -xcconfig,/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/cordova/build-debug.xcconfig,-project,mobilespec.xcodeproj,ARCHS=armv7
>  
> arm64,-target,mobilespec,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
>  
> arm64,CONFIGURATION_BUILD_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/sharedpch
> [MEDIC LOG Tue, 03 May 2016 12:05:25 GMT] FATAL: running on device failed
> program finished with exit code 1
> elapsedTime=48.002733
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, 

[jira] [Updated] (CB-11192) Codesign Error

2016-05-03 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11192:
-
Description: 
Error happening in multiple platforms. Sample Link: 
https://ci.apache.org/builders/cordova-android-win/builds/2276/steps/getting-test-results/logs/stdio
 

{noformat}
/usr/bin/codesign --force --sign 868701A6834722608D692C12DCE6309040CF7DAA 
--entitlements 
/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/mobilespec.build/Debug-iphoneos/mobilespec.build/mobilespec.app.xcent
 --timestamp=none 
/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app
/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app:
 User interaction is not allowed.
Command /usr/bin/codesign failed with exit code 1

** BUILD FAILED **


The following build commands failed:
CodeSign build/device/mobilespec.app
(1 failure)
Error: Error code 65 for command: xcodebuild with args: 
-xcconfig,/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/cordova/build-debug.xcconfig,-project,mobilespec.xcodeproj,ARCHS=armv7
 
arm64,-target,mobilespec,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
 
arm64,CONFIGURATION_BUILD_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/sharedpch
[MEDIC LOG Tue, 03 May 2016 12:05:25 GMT] FATAL: running on device failed
program finished with exit code 1
elapsedTime=48.002733
{noformat}


  was:
Error happening in multiple platforms. Sample Link: 
https://ci.apache.org/builders/cordova-android-win/builds/2276/steps/getting-test-results/logs/stdio
 

Sample Error
===
Total failures: 1
Failing tests:
cordova-plugin-device-motion-tests.tests >> Accelerometer 
(navigator.accelerometer) watchAcceleration accelerometer.spec.9 success 
callback Acceleration object should return a recent timestamp
Expected 1462208916338 to be greater than 1462208916528.
Error: Expected 1462208916338 to be greater than 1462208916528.
at stack 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
at buildExpectationResult 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
at Spec.Env.expectationResultFactory 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
at Spec.addExpectationResult 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
at Expectation.addExpectationResult 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
at Expectation.toBeGreaterThan 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
at win 
(file:///android_asset/www/plugins/cordova-plugin-device-motion-tests/tests.js:186:33)
at 
file:///android_asset/www/plugins/cordova-plugin-device-motion/www/accelerometer.js:156:21


> Codesign Error
> --
>
> Key: CB-11192
> URL: https://issues.apache.org/jira/browse/CB-11192
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
>Reporter: Omar Mefire
>  Labels: cordova-ios, found-by-ci
>
> Error happening in multiple platforms. Sample Link: 
> https://ci.apache.org/builders/cordova-android-win/builds/2276/steps/getting-test-results/logs/stdio
>  
> {noformat}
> /usr/bin/codesign --force --sign 868701A6834722608D692C12DCE6309040CF7DAA 
> --entitlements 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/mobilespec.build/Debug-iphoneos/mobilespec.build/mobilespec.app.xcent
>  --timestamp=none 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.app:
>  User interaction is not allowed.
> Command /usr/bin/codesign failed with exit code 1
> ** BUILD FAILED **
> The following build commands failed:
>   CodeSign build/device/mobilespec.app
> (1 failure)
> Error: Error code 65 for command: xcodebuild with args: 
> -xcconfig,/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/cordova/build-debug.xcconfig,-project,mobilespec.xcodeproj,ARCHS=armv7
>  
> arm64,-target,mobilespec,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
>  
> arm64,CONFIGURATION_BUILD_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/sharedpch
> [MEDIC LOG Tue, 03 May 2016 12:05:25 GMT] FATAL: running on device failed
> program finished with exit code 1
> elapsedTime=48.002733
> {noformat}



--
This message was sent by 

[jira] [Updated] (CB-11192) Codesign Error

2016-05-03 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11192:
-
Labels: cordova-ios found-by-ci  (was: flaky found-by-ci triaged)

> Codesign Error
> --
>
> Key: CB-11192
> URL: https://issues.apache.org/jira/browse/CB-11192
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
>Reporter: Omar Mefire
>  Labels: cordova-ios, found-by-ci
>
> Error happening in multiple platforms. Sample Link: 
> https://ci.apache.org/builders/cordova-android-win/builds/2276/steps/getting-test-results/logs/stdio
>  
> Sample Error
> ===
> Total failures: 1
> Failing tests:
> cordova-plugin-device-motion-tests.tests >> Accelerometer 
> (navigator.accelerometer) watchAcceleration accelerometer.spec.9 success 
> callback Acceleration object should return a recent timestamp
> Expected 1462208916338 to be greater than 1462208916528.
> Error: Expected 1462208916338 to be greater than 1462208916528.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toBeGreaterThan 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at win 
> (file:///android_asset/www/plugins/cordova-plugin-device-motion-tests/tests.js:186:33)
> at 
> file:///android_asset/www/plugins/cordova-plugin-device-motion/www/accelerometer.js:156:21



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-11192) Codesign Error

2016-05-03 Thread Omar Mefire (JIRA)
Omar Mefire created CB-11192:


 Summary: Codesign Error
 Key: CB-11192
 URL: https://issues.apache.org/jira/browse/CB-11192
 Project: Apache Cordova
  Issue Type: Test
  Components: Plugin Device Motion
Reporter: Omar Mefire


Error happening in multiple platforms. Sample Link: 
https://ci.apache.org/builders/cordova-android-win/builds/2276/steps/getting-test-results/logs/stdio
 

Sample Error
===
Total failures: 1
Failing tests:
cordova-plugin-device-motion-tests.tests >> Accelerometer 
(navigator.accelerometer) watchAcceleration accelerometer.spec.9 success 
callback Acceleration object should return a recent timestamp
Expected 1462208916338 to be greater than 1462208916528.
Error: Expected 1462208916338 to be greater than 1462208916528.
at stack 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
at buildExpectationResult 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
at Spec.Env.expectationResultFactory 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
at Spec.addExpectationResult 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
at Expectation.addExpectationResult 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
at Expectation.toBeGreaterThan 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
at win 
(file:///android_asset/www/plugins/cordova-plugin-device-motion-tests/tests.js:186:33)
at 
file:///android_asset/www/plugins/cordova-plugin-device-motion/www/accelerometer.js:156:21



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11192) Codesign Error

2016-05-03 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11192:
-
Component/s: (was: Plugin Device Motion)
 mobile-spec

> Codesign Error
> --
>
> Key: CB-11192
> URL: https://issues.apache.org/jira/browse/CB-11192
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
>Reporter: Omar Mefire
>  Labels: flaky, found-by-ci, triaged
>
> Error happening in multiple platforms. Sample Link: 
> https://ci.apache.org/builders/cordova-android-win/builds/2276/steps/getting-test-results/logs/stdio
>  
> Sample Error
> ===
> Total failures: 1
> Failing tests:
> cordova-plugin-device-motion-tests.tests >> Accelerometer 
> (navigator.accelerometer) watchAcceleration accelerometer.spec.9 success 
> callback Acceleration object should return a recent timestamp
> Expected 1462208916338 to be greater than 1462208916528.
> Error: Expected 1462208916338 to be greater than 1462208916528.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toBeGreaterThan 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at win 
> (file:///android_asset/www/plugins/cordova-plugin-device-motion-tests/tests.js:186:33)
> at 
> file:///android_asset/www/plugins/cordova-plugin-device-motion/www/accelerometer.js:156:21



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-11135) cordova-ios build failure: "TypeError: Cannot read property 'trim' of undefined"

2016-05-03 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire resolved CB-11135.
--
Resolution: Fixed

> cordova-ios build failure: "TypeError: Cannot read property 'trim' of 
> undefined"
> 
>
> Key: CB-11135
> URL: https://issues.apache.org/jira/browse/CB-11135
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Medic
> Environment: OSX
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>Priority: Minor
>  Labels: found-by-ci, ios, triaged
>
> Logs: 
> (https://ci.apache.org/builders/cordova-ios/builds/2375/steps/running-tests/logs/stdio)
> ===
> {noformat}
> MEDIC LOG Thu, 21 Apr 2016 18:00:11 GMT] cordova run --list --emulator | 
> grep ^iPhone | tail -n1
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/util.js:102
> var version = split[1].trim();
>   ^
> TypeError: Cannot read property 'trim' of undefined
> at Object.getSimId 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/util.js:102:31)
> at MedicIOSPermissions.updatePermissions 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/medicIOSPermissions.js:18:35)
> at iOSSpecificPreparation 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:263:20)
> at 
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:394:28
> at Request._callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:309:13)
> at Request.self.callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:368:22)
> at Request.emit (events.js:110:17)
> at Request. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1219:14)
> at Request.emit (events.js:129:20)
> at IncomingMessage. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1167:12)
> program finished with exit code 1
> elapsedTime=2.282192
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11164) plugins update

2016-05-02 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15267329#comment-15267329
 ] 

Omar Mefire commented on CB-11164:
--

It sounds like it's related to plugin dependencies. cordova-plugin-media 
depends on cordova-plugin-file

> plugins update
> --
>
> Key: CB-11164
> URL: https://issues.apache.org/jira/browse/CB-11164
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 6.1.0
> Environment: cordova CLI
>Reporter: Dean Le
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When we got a list of updated plugins, I can't update cordova-plugin-file. It 
> keeps looping in the between plugins below saying that "You can't remove 
> because this plugin... is required for other plugin" even with -f or 
> --force option.
> We can only update plugins by add/remove command though. I thought it's 
> developer responsibility to know which plugins for what. Or at least a 
> warning message (it does warn) but allow the plugin to be removed and 
> re-added.
> ---
> cordova-plugin-camera
> cordova-plugin-file
> cordova-plugin-media
> cordova-plugin-compat



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10982) Plugin for ios platform didn't copy custom Framework to Application

2016-04-25 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15257119#comment-15257119
 ] 

Omar Mefire commented on CB-10982:
--

[~maslo...@gmail.com] Closing this issue as a no-repro. 

> Plugin for ios platform didn't copy custom Framework to Application
> ---
>
> Key: CB-10982
> URL: https://issues.apache.org/jira/browse/CB-10982
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.0.0, 6.1.0
> Environment: Iphone 6S Simulator ios 9.3
>Reporter: Sergei Alexandrovich Maslov
>Assignee: Omar Mefire
>  Labels: triaged, wfc
> Attachments: scr1.png, scr2.png, test.zip
>
>
> Custom ios framework from custom plugin didn't add to Embedded Binaries 
> section on target project. This causes an error on runtime "  Reason: image 
> not found" 
> Steps to reproduce -
> 1) Create empty Custom ios Framework. (MyFramework)
> 2) Create ios Plugin. 
> I include MyFramework using this line in plugin.xml
> 
> 3) Create project using Cordova. Add ios platform and ios plugin.
> 4) Compile and Run.
> 5) Get Error.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-10982) Plugin for ios platform didn't copy custom Framework to Application

2016-04-25 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire resolved CB-10982.
--
Resolution: Cannot Reproduce

> Plugin for ios platform didn't copy custom Framework to Application
> ---
>
> Key: CB-10982
> URL: https://issues.apache.org/jira/browse/CB-10982
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.0.0, 6.1.0
> Environment: Iphone 6S Simulator ios 9.3
>Reporter: Sergei Alexandrovich Maslov
>Assignee: Omar Mefire
>  Labels: triaged, wfc
> Attachments: scr1.png, scr2.png, test.zip
>
>
> Custom ios framework from custom plugin didn't add to Embedded Binaries 
> section on target project. This causes an error on runtime "  Reason: image 
> not found" 
> Steps to reproduce -
> 1) Create empty Custom ios Framework. (MyFramework)
> 2) Create ios Plugin. 
> I include MyFramework using this line in plugin.xml
> 
> 3) Create project using Cordova. Add ios platform and ios plugin.
> 4) Compile and Run.
> 5) Get Error.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-10475) iOS contacts permission modal causes contacts tests to fail

2016-04-21 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire reassigned CB-10475:


Assignee: Omar Mefire  (was: Sarangan Rajamanickam)

> iOS contacts permission modal causes contacts tests to fail
> ---
>
> Key: CB-10475
> URL: https://issues.apache.org/jira/browse/CB-10475
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Medic
> Environment: OSX
>Reporter: Richard B Knoll
>Assignee: Omar Mefire
>Priority: Minor
>  Labels: found-by-ci, ios, triaged
>
> cordova-ios CI returned test results and all of the contacts tests failed:
> https://ci.apache.org/builders/cordova-ios/builds/1605/steps/getting-test-results/logs/stdio
> Turns out a modal had appeared asking for permission to access contacts and 
> was never dismissed. After I clicked okay in the modal, everything was green 
> on the next build:
> https://ci.apache.org/builders/cordova-ios/builds/1606
> We either need a way to grant the permissions or we should exclude these 
> tests from the CI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-11135) cordova-ios build failure: "TypeError: Cannot read property 'trim' of undefined"

2016-04-21 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire reassigned CB-11135:


Assignee: Omar Mefire  (was: Sarangan Rajamanickam)

> cordova-ios build failure: "TypeError: Cannot read property 'trim' of 
> undefined"
> 
>
> Key: CB-11135
> URL: https://issues.apache.org/jira/browse/CB-11135
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Medic
> Environment: OSX
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>Priority: Minor
>  Labels: found-by-ci, ios, triaged
>
> Logs: 
> (https://ci.apache.org/builders/cordova-ios/builds/2375/steps/running-tests/logs/stdio)
> ===
> {noformat}
> MEDIC LOG Thu, 21 Apr 2016 18:00:11 GMT] cordova run --list --emulator | 
> grep ^iPhone | tail -n1
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/util.js:102
> var version = split[1].trim();
>   ^
> TypeError: Cannot read property 'trim' of undefined
> at Object.getSimId 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/util.js:102:31)
> at MedicIOSPermissions.updatePermissions 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/medicIOSPermissions.js:18:35)
> at iOSSpecificPreparation 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:263:20)
> at 
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:394:28
> at Request._callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:309:13)
> at Request.self.callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:368:22)
> at Request.emit (events.js:110:17)
> at Request. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1219:14)
> at Request.emit (events.js:129:20)
> at IncomingMessage. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1167:12)
> program finished with exit code 1
> elapsedTime=2.282192
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11135) cordova-ios build failure: "TypeError: Cannot read property 'trim' of undefined"

2016-04-21 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15252771#comment-15252771
 ] 

Omar Mefire commented on CB-11135:
--

Issue related to this PR that was merged: 
https://github.com/apache/cordova-medic/pull/94
It's due to the fact that the code assumed that 'cordova' CLI install is 
global, while the CI servers have it as local installs.

> cordova-ios build failure: "TypeError: Cannot read property 'trim' of 
> undefined"
> 
>
> Key: CB-11135
> URL: https://issues.apache.org/jira/browse/CB-11135
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Medic
> Environment: OSX
>Reporter: Omar Mefire
>Assignee: Sarangan Rajamanickam
>Priority: Minor
>  Labels: found-by-ci, ios, triaged
>
> Logs: 
> (https://ci.apache.org/builders/cordova-ios/builds/2375/steps/running-tests/logs/stdio)
> ===
> {noformat}
> MEDIC LOG Thu, 21 Apr 2016 18:00:11 GMT] cordova run --list --emulator | 
> grep ^iPhone | tail -n1
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/util.js:102
> var version = split[1].trim();
>   ^
> TypeError: Cannot read property 'trim' of undefined
> at Object.getSimId 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/util.js:102:31)
> at MedicIOSPermissions.updatePermissions 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/medicIOSPermissions.js:18:35)
> at iOSSpecificPreparation 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:263:20)
> at 
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:394:28
> at Request._callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:309:13)
> at Request.self.callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:368:22)
> at Request.emit (events.js:110:17)
> at Request. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1219:14)
> at Request.emit (events.js:129:20)
> at IncomingMessage. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1167:12)
> program finished with exit code 1
> elapsedTime=2.282192
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11135) cordova-ios build failure: "TypeError: Cannot read property 'trim' of undefined"

2016-04-21 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11135:
-
Description: 
Logs: 
(https://ci.apache.org/builders/cordova-ios/builds/2375/steps/running-tests/logs/stdio)
===
{noformat}
MEDIC LOG Thu, 21 Apr 2016 18:00:11 GMT] cordova run --list --emulator | 
grep ^iPhone | tail -n1
/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/util.js:102
var version = split[1].trim();
  ^
TypeError: Cannot read property 'trim' of undefined
at Object.getSimId 
(/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/util.js:102:31)
at MedicIOSPermissions.updatePermissions 
(/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/medicIOSPermissions.js:18:35)
at iOSSpecificPreparation 
(/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:263:20)
at 
/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:394:28
at Request._callback 
(/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:309:13)
at Request.self.callback 
(/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:368:22)
at Request.emit (events.js:110:17)
at Request. 
(/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1219:14)
at Request.emit (events.js:129:20)
at IncomingMessage. 
(/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1167:12)
program finished with exit code 1
elapsedTime=2.282192
{noformat}

  was:
cordova-ios CI returned test results and all of the contacts tests failed:

https://ci.apache.org/builders/cordova-ios/builds/1605/steps/getting-test-results/logs/stdio

Turns out a modal had appeared asking for permission to access contacts and was 
never dismissed. After I clicked okay in the modal, everything was green on the 
next build:

https://ci.apache.org/builders/cordova-ios/builds/1606

We either need a way to grant the permissions or we should exclude these tests 
from the CI.


> cordova-ios build failure: "TypeError: Cannot read property 'trim' of 
> undefined"
> 
>
> Key: CB-11135
> URL: https://issues.apache.org/jira/browse/CB-11135
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Medic
> Environment: OSX
>Reporter: Omar Mefire
>Assignee: Sarangan Rajamanickam
>Priority: Minor
>  Labels: found-by-ci, ios, triaged
>
> Logs: 
> (https://ci.apache.org/builders/cordova-ios/builds/2375/steps/running-tests/logs/stdio)
> ===
> {noformat}
> MEDIC LOG Thu, 21 Apr 2016 18:00:11 GMT] cordova run --list --emulator | 
> grep ^iPhone | tail -n1
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/util.js:102
> var version = split[1].trim();
>   ^
> TypeError: Cannot read property 'trim' of undefined
> at Object.getSimId 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/util.js:102:31)
> at MedicIOSPermissions.updatePermissions 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/lib/medicIOSPermissions.js:18:35)
> at iOSSpecificPreparation 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:263:20)
> at 
> /Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:394:28
> at Request._callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/medic/medic-run.js:309:13)
> at Request.self.callback 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:368:22)
> at Request.emit (events.js:110:17)
> at Request. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1219:14)
> at Request.emit (events.js:129:20)
> at IncomingMessage. 
> (/Users/buildbot/slaves/apache/cordova-ios/cordova-medic/node_modules/request/request.js:1167:12)
> program finished with exit code 1
> elapsedTime=2.282192
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-11135) cordova-ios build failure: "TypeError: Cannot read property 'trim' of undefined"

2016-04-21 Thread Omar Mefire (JIRA)
Omar Mefire created CB-11135:


 Summary: cordova-ios build failure: "TypeError: Cannot read 
property 'trim' of undefined"
 Key: CB-11135
 URL: https://issues.apache.org/jira/browse/CB-11135
 Project: Apache Cordova
  Issue Type: Test
  Components: Medic
 Environment: OSX
Reporter: Omar Mefire
Assignee: Sarangan Rajamanickam
Priority: Minor


cordova-ios CI returned test results and all of the contacts tests failed:

https://ci.apache.org/builders/cordova-ios/builds/1605/steps/getting-test-results/logs/stdio

Turns out a modal had appeared asking for permission to access contacts and was 
never dismissed. After I clicked okay in the modal, everything was green on the 
next build:

https://ci.apache.org/builders/cordova-ios/builds/1606

We either need a way to grant the permissions or we should exclude these tests 
from the CI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10982) Plugin for ios platform didn't copy custom Framework to Application

2016-04-18 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15246615#comment-15246615
 ] 

Omar Mefire commented on CB-10982:
--

[~maslo...@gmail.com] Running the project in Simulator doesn't lead to an error 
in my project.

> Plugin for ios platform didn't copy custom Framework to Application
> ---
>
> Key: CB-10982
> URL: https://issues.apache.org/jira/browse/CB-10982
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.0.0, 6.1.0
> Environment: Iphone 6S Simulator ios 9.3
>Reporter: Sergei Alexandrovich Maslov
>Assignee: Omar Mefire
>  Labels: triaged, wfc
> Attachments: scr1.png, scr2.png, test.zip
>
>
> Custom ios framework from custom plugin didn't add to Embedded Binaries 
> section on target project. This causes an error on runtime "  Reason: image 
> not found" 
> Steps to reproduce -
> 1) Create empty Custom ios Framework. (MyFramework)
> 2) Create ios Plugin. 
> I include MyFramework using this line in plugin.xml
> 
> 3) Create project using Cordova. Add ios platform and ios plugin.
> 4) Compile and Run.
> 5) Get Error.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11101) "Could not parse object x" while running "git reset --hard ..."

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11101:
-
Labels: cordova-android-osx cordova-android-win found-by-ci  (was: 
cordova-android-osx found-by-ci)

> "Could not parse object x" while running "git reset --hard ..."
> ---
>
> Key: CB-11101
> URL: https://issues.apache.org/jira/browse/CB-11101
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: cordova-android-osx, cordova-android-win, found-by-ci
>
> When running git reset : 
> (https://ci.apache.org/builders/cordova-android-osx/builds/2342/steps/cloning%20cordova-android/logs/stdio)
> {noformat}
> git reset --hard 1887c12d1dac59f95662dfe22aa944f19500938a --
>  in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-android 
> (timeout 1200 secs)
> {noformat}
> The following error message is generated:
> {noformat}
> fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11103) Flaky accelerometer test

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11103:
-
Description: 
Logs : 
(https://ci.apache.org/builders/cordova-android-win/builds/2133/steps/getting-test-results/logs/stdio)

{noformat}
Getting test results for cordova-android-win-2133-buildbot-vm
Results at 
http://cordova-vm.apache.org:5984/_utils/document.html?mobilespec_results/cordova-android-win-2133-buildbot-vm__4.4.4__sdk
Total failures: 1
Failing tests:
cordova-plugin-device-motion-tests.tests >> Accelerometer 
(navigator.accelerometer) watchAcceleration accelerometer.spec.9 success 
callback Acceleration object should return a recent timestamp
Expected 1460814293586 to be greater than 1460814293650.
Error: Expected 1460814293586 to be greater than 1460814293650.
at stack 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
at buildExpectationResult 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
at Spec.Env.expectationResultFactory 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
at Spec.addExpectationResult 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
at Expectation.addExpectationResult 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
at Expectation.toBeGreaterThan 
(file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
at win 
(file:///android_asset/www/plugins/cordova-plugin-device-motion-tests/tests.js:186:33)
at 
file:///android_asset/www/plugins/cordova-plugin-device-motion/www/accelerometer.js:156:21
program finished with exit code 0
elapsedTime=0.813000
{noformat}


  was:
When running npm install : 
(https://ci.apache.org/builders/cordova-android-win/builds/2133/steps/getting-test-results/logs/stdio)

{noformat}
npm install --cache /Users/buildbot/slaves/apache/cordova-android-osx/npm_cache 
--tmp /Users/buildbot/slaves/apache/cordova-android-osx/npm_tmp
 in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-cli (timeout 
1500 secs)
 watching logfiles {}
{noformat}


The following error message is generated:

{noformat}
fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
{noformat}



> Flaky accelerometer test
> 
>
> Key: CB-11103
> URL: https://issues.apache.org/jira/browse/CB-11103
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Device Motion
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: cordova-android-win, found-by-ci
>
> Logs : 
> (https://ci.apache.org/builders/cordova-android-win/builds/2133/steps/getting-test-results/logs/stdio)
> {noformat}
> Getting test results for cordova-android-win-2133-buildbot-vm
> Results at 
> http://cordova-vm.apache.org:5984/_utils/document.html?mobilespec_results/cordova-android-win-2133-buildbot-vm__4.4.4__sdk
> Total failures: 1
> Failing tests:
> cordova-plugin-device-motion-tests.tests >> Accelerometer 
> (navigator.accelerometer) watchAcceleration accelerometer.spec.9 success 
> callback Acceleration object should return a recent timestamp
> Expected 1460814293586 to be greater than 1460814293650.
> Error: Expected 1460814293586 to be greater than 1460814293650.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toBeGreaterThan 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at win 
> (file:///android_asset/www/plugins/cordova-plugin-device-motion-tests/tests.js:186:33)
> at 
> file:///android_asset/www/plugins/cordova-plugin-device-motion/www/accelerometer.js:156:21
> program finished with exit code 0
> elapsedTime=0.813000
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11103) Flaky accelerometer test

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11103:
-
Component/s: Plugin Device Motion

> Flaky accelerometer test
> 
>
> Key: CB-11103
> URL: https://issues.apache.org/jira/browse/CB-11103
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Device Motion
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: cordova-android-win, found-by-ci
>
> Logs : 
> (https://ci.apache.org/builders/cordova-android-win/builds/2133/steps/getting-test-results/logs/stdio)
> {noformat}
> Getting test results for cordova-android-win-2133-buildbot-vm
> Results at 
> http://cordova-vm.apache.org:5984/_utils/document.html?mobilespec_results/cordova-android-win-2133-buildbot-vm__4.4.4__sdk
> Total failures: 1
> Failing tests:
> cordova-plugin-device-motion-tests.tests >> Accelerometer 
> (navigator.accelerometer) watchAcceleration accelerometer.spec.9 success 
> callback Acceleration object should return a recent timestamp
> Expected 1460814293586 to be greater than 1460814293650.
> Error: Expected 1460814293586 to be greater than 1460814293650.
> at stack 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:17)
> at buildExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1425:14)
> at Spec.Env.expectationResultFactory 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:572:18)
> at Spec.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:321:34)
> at Expectation.addExpectationResult 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:516:21)
> at Expectation.toBeGreaterThan 
> (file:///android_asset/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:12)
> at win 
> (file:///android_asset/www/plugins/cordova-plugin-device-motion-tests/tests.js:186:33)
> at 
> file:///android_asset/www/plugins/cordova-plugin-device-motion/www/accelerometer.js:156:21
> program finished with exit code 0
> elapsedTime=0.813000
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11103) Flaky accelerometer test

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11103:
-
Description: 
When running npm install : 
(https://ci.apache.org/builders/cordova-android-win/builds/2133/steps/getting-test-results/logs/stdio)

{noformat}
npm install --cache /Users/buildbot/slaves/apache/cordova-android-osx/npm_cache 
--tmp /Users/buildbot/slaves/apache/cordova-android-osx/npm_tmp
 in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-cli (timeout 
1500 secs)
 watching logfiles {}
{noformat}


The following error message is generated:

{noformat}
fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
{noformat}


  was:
When running npm install : 
(https://ci.apache.org/builders/cordova-android-osx/builds/2324/steps/npm-installing-cordova-cli/logs/stdio)

{noformat}
npm install --cache /Users/buildbot/slaves/apache/cordova-android-osx/npm_cache 
--tmp /Users/buildbot/slaves/apache/cordova-android-osx/npm_tmp
 in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-cli (timeout 
1500 secs)
 watching logfiles {}
{noformat}


The following error message is generated:

{noformat}
fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
{noformat}



> Flaky accelerometer test
> 
>
> Key: CB-11103
> URL: https://issues.apache.org/jira/browse/CB-11103
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: cordova-android-win, found-by-ci
>
> When running npm install : 
> (https://ci.apache.org/builders/cordova-android-win/builds/2133/steps/getting-test-results/logs/stdio)
> {noformat}
> npm install --cache 
> /Users/buildbot/slaves/apache/cordova-android-osx/npm_cache --tmp 
> /Users/buildbot/slaves/apache/cordova-android-osx/npm_tmp
>  in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-cli 
> (timeout 1500 secs)
>  watching logfiles {}
> {noformat}
> The following error message is generated:
> {noformat}
> fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11103) Flaky accelerometer test

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11103:
-
Labels: cordova-android-win found-by-ci  (was: cordova-android-osx 
found-by-ci)

> Flaky accelerometer test
> 
>
> Key: CB-11103
> URL: https://issues.apache.org/jira/browse/CB-11103
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: cordova-android-win, found-by-ci
>
> When running npm install : 
> (https://ci.apache.org/builders/cordova-android-osx/builds/2324/steps/npm-installing-cordova-cli/logs/stdio)
> {noformat}
> npm install --cache 
> /Users/buildbot/slaves/apache/cordova-android-osx/npm_cache --tmp 
> /Users/buildbot/slaves/apache/cordova-android-osx/npm_tmp
>  in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-cli 
> (timeout 1500 secs)
>  watching logfiles {}
> {noformat}
> The following error message is generated:
> {noformat}
> fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-11103) Flaky accelerometer test

2016-04-18 Thread Omar Mefire (JIRA)
Omar Mefire created CB-11103:


 Summary: Flaky accelerometer test
 Key: CB-11103
 URL: https://issues.apache.org/jira/browse/CB-11103
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Omar Mefire
Priority: Minor


When running npm install : 
(https://ci.apache.org/builders/cordova-android-osx/builds/2324/steps/npm-installing-cordova-cli/logs/stdio)

{noformat}
npm install --cache /Users/buildbot/slaves/apache/cordova-android-osx/npm_cache 
--tmp /Users/buildbot/slaves/apache/cordova-android-osx/npm_tmp
 in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-cli (timeout 
1500 secs)
 watching logfiles {}
{noformat}


The following error message is generated:

{noformat}
fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11103) Flaky accelerometer test

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11103:
-
Issue Type: Test  (was: Bug)

> Flaky accelerometer test
> 
>
> Key: CB-11103
> URL: https://issues.apache.org/jira/browse/CB-11103
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: cordova-android-win, found-by-ci
>
> When running npm install : 
> (https://ci.apache.org/builders/cordova-android-osx/builds/2324/steps/npm-installing-cordova-cli/logs/stdio)
> {noformat}
> npm install --cache 
> /Users/buildbot/slaves/apache/cordova-android-osx/npm_cache --tmp 
> /Users/buildbot/slaves/apache/cordova-android-osx/npm_tmp
>  in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-cli 
> (timeout 1500 secs)
>  watching logfiles {}
> {noformat}
> The following error message is generated:
> {noformat}
> fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11102) "callback called more than once" error during npm installation of cordova-cli

2016-04-18 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15246151#comment-15246151
 ] 

Omar Mefire commented on CB-11102:
--

It seems like this issue might be related to network issues:
{noformat}
npm ERR! node v0.12.2
npm ERR! npm  v2.7.4
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! syscall read

npm ERR! network read ECONNRESET
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network 
settings.
npm ERR! network 
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'
{noformat}

> "callback called more than once" error during npm installation of cordova-cli
> -
>
> Key: CB-11102
> URL: https://issues.apache.org/jira/browse/CB-11102
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: cordova-android-osx, found-by-ci
>
> When running npm install : 
> (https://ci.apache.org/builders/cordova-android-osx/builds/2324/steps/npm-installing-cordova-cli/logs/stdio)
> {noformat}
> npm install --cache 
> /Users/buildbot/slaves/apache/cordova-android-osx/npm_cache --tmp 
> /Users/buildbot/slaves/apache/cordova-android-osx/npm_tmp
>  in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-cli 
> (timeout 1500 secs)
>  watching logfiles {}
> {noformat}
> The following error message is generated:
> {noformat}
> fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-11102) "callback called more than once" error during npm installation of cordova-cli

2016-04-18 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15246151#comment-15246151
 ] 

Omar Mefire edited comment on CB-11102 at 4/18/16 5:54 PM:
---

It seems like this issue might be related to network issues 
(https://ci.apache.org/builders/cordova-android-osx/builds/2324/steps/npm-installing-cordova-cli/logs/stdio)
 :
{noformat}
npm ERR! node v0.12.2
npm ERR! npm  v2.7.4
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! syscall read

npm ERR! network read ECONNRESET
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network 
settings.
npm ERR! network 
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'
{noformat}


was (Author: omefire):
It seems like this issue might be related to network issues:
{noformat}
npm ERR! node v0.12.2
npm ERR! npm  v2.7.4
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! syscall read

npm ERR! network read ECONNRESET
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network 
settings.
npm ERR! network 
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'
{noformat}

> "callback called more than once" error during npm installation of cordova-cli
> -
>
> Key: CB-11102
> URL: https://issues.apache.org/jira/browse/CB-11102
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: cordova-android-osx, found-by-ci
>
> When running npm install : 
> (https://ci.apache.org/builders/cordova-android-osx/builds/2324/steps/npm-installing-cordova-cli/logs/stdio)
> {noformat}
> npm install --cache 
> /Users/buildbot/slaves/apache/cordova-android-osx/npm_cache --tmp 
> /Users/buildbot/slaves/apache/cordova-android-osx/npm_tmp
>  in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-cli 
> (timeout 1500 secs)
>  watching logfiles {}
> {noformat}
> The following error message is generated:
> {noformat}
> fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11102) "callback called more than once" error during npm installation of cordova-cli

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11102:
-
Description: 
When running npm install : 
(https://ci.apache.org/builders/cordova-android-osx/builds/2324/steps/npm-installing-cordova-cli/logs/stdio)

{noformat}
npm install --cache /Users/buildbot/slaves/apache/cordova-android-osx/npm_cache 
--tmp /Users/buildbot/slaves/apache/cordova-android-osx/npm_tmp
 in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-cli (timeout 
1500 secs)
 watching logfiles {}
{noformat}


The following error message is generated:

{noformat}
fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
{noformat}


  was:
When running git reset : 
(https://ci.apache.org/builders/cordova-android-osx/builds/2342/steps/cloning%20cordova-android/logs/stdio)

{noformat}
git reset --hard 1887c12d1dac59f95662dfe22aa944f19500938a --
 in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-android 
(timeout 1200 secs)
{noformat}


The following error message is generated:

{noformat}
fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
{noformat}



> "callback called more than once" error during npm installation of cordova-cli
> -
>
> Key: CB-11102
> URL: https://issues.apache.org/jira/browse/CB-11102
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: cordova-android-osx, found-by-ci
>
> When running npm install : 
> (https://ci.apache.org/builders/cordova-android-osx/builds/2324/steps/npm-installing-cordova-cli/logs/stdio)
> {noformat}
> npm install --cache 
> /Users/buildbot/slaves/apache/cordova-android-osx/npm_cache --tmp 
> /Users/buildbot/slaves/apache/cordova-android-osx/npm_tmp
>  in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-cli 
> (timeout 1500 secs)
>  watching logfiles {}
> {noformat}
> The following error message is generated:
> {noformat}
> fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-11102) "callback called more than once" error during npm installation of cordova-cli

2016-04-18 Thread Omar Mefire (JIRA)
Omar Mefire created CB-11102:


 Summary: "callback called more than once" error during npm 
installation of cordova-cli
 Key: CB-11102
 URL: https://issues.apache.org/jira/browse/CB-11102
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Omar Mefire
Priority: Minor


When running git reset : 
(https://ci.apache.org/builders/cordova-android-osx/builds/2342/steps/cloning%20cordova-android/logs/stdio)

{noformat}
git reset --hard 1887c12d1dac59f95662dfe22aa944f19500938a --
 in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-android 
(timeout 1200 secs)
{noformat}


The following error message is generated:

{noformat}
fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11101) "Could not parse object x" while running "git reset --hard ..."

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11101:
-
Issue Type: Bug  (was: Test)

> "Could not parse object x" while running "git reset --hard ..."
> ---
>
> Key: CB-11101
> URL: https://issues.apache.org/jira/browse/CB-11101
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: found-by-ci
>
> When running git reset : 
> (https://ci.apache.org/builders/cordova-android-osx/builds/2342/steps/cloning%20cordova-android/logs/stdio)
> {noformat}
> git reset --hard 1887c12d1dac59f95662dfe22aa944f19500938a --
>  in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-android 
> (timeout 1200 secs)
> {noformat}
> The following error message is generated:
> {noformat}
> fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11101) "Could not parse object x" while running "git reset --hard ..."

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11101:
-
Description: 
When running git reset : 
(https://ci.apache.org/builders/cordova-android-osx/builds/2342/steps/cloning%20cordova-android/logs/stdio)

{noformat}
git reset --hard 1887c12d1dac59f95662dfe22aa944f19500938a --
 in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-android 
(timeout 1200 secs)
{noformat}


The following error message is generated:

{noformat}
fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
{noformat}


  was:
When running npm install: 
(https://ci.apache.org/builders/cordova-android-win/builds/2153/steps/npm-installing-cordova-cli/logs/stdio)

{noformat}
npm install --cache 
C:\Users\buildbot\slaves\apache\cordova-android-win/npm_cache --tmp 
C:\Users\buildbot\slaves\apache\cordova-android-win/npm_tmp
 in dir C:\Users\buildbot\slaves\apache\cordova-android-win\cordova-cli 
(timeout 1500 secs)
{noformat}


The following warning messages are generated:

{noformat}
npm WARN deprecated lodash@0.9.2: Grunt needs your help! See 
https://github.com/gruntjs/grunt/issues/1403.
npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. 
Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will 
fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
possible.
npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will 
fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
possible.
{noformat}



> "Could not parse object x" while running "git reset --hard ..."
> ---
>
> Key: CB-11101
> URL: https://issues.apache.org/jira/browse/CB-11101
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: found-by-ci
>
> When running git reset : 
> (https://ci.apache.org/builders/cordova-android-osx/builds/2342/steps/cloning%20cordova-android/logs/stdio)
> {noformat}
> git reset --hard 1887c12d1dac59f95662dfe22aa944f19500938a --
>  in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-android 
> (timeout 1200 secs)
> {noformat}
> The following error message is generated:
> {noformat}
> fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11101) "Could not parse object x" while running "git reset --hard ..."

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11101:
-
Labels: cordova-android-osx found-by-ci  (was: found-by-ci)

> "Could not parse object x" while running "git reset --hard ..."
> ---
>
> Key: CB-11101
> URL: https://issues.apache.org/jira/browse/CB-11101
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: cordova-android-osx, found-by-ci
>
> When running git reset : 
> (https://ci.apache.org/builders/cordova-android-osx/builds/2342/steps/cloning%20cordova-android/logs/stdio)
> {noformat}
> git reset --hard 1887c12d1dac59f95662dfe22aa944f19500938a --
>  in dir /Users/buildbot/slaves/apache/cordova-android-osx/cordova-android 
> (timeout 1200 secs)
> {noformat}
> The following error message is generated:
> {noformat}
> fatal: Could not parse object '1887c12d1dac59f95662dfe22aa944f19500938a'.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11101) "Could not parse object x" while running "git reset --hard ..."

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11101:
-
Summary: "Could not parse object x" while running "git reset --hard ..."  
(was: "Could not parse object x" while running "git clone ...")

> "Could not parse object x" while running "git reset --hard ..."
> ---
>
> Key: CB-11101
> URL: https://issues.apache.org/jira/browse/CB-11101
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: found-by-ci
>
> When running npm install: 
> (https://ci.apache.org/builders/cordova-android-win/builds/2153/steps/npm-installing-cordova-cli/logs/stdio)
> {noformat}
> npm install --cache 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_cache --tmp 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_tmp
>  in dir C:\Users\buildbot\slaves\apache\cordova-android-win\cordova-cli 
> (timeout 1500 secs)
> {noformat}
> The following warning messages are generated:
> {noformat}
> npm WARN deprecated lodash@0.9.2: Grunt needs your help! See 
> https://github.com/gruntjs/grunt/issues/1403.
> npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. 
> Upgrade to lodash@^4.0.0.
> npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-11101) "Could not parse object x" while running "git clone ..."

2016-04-18 Thread Omar Mefire (JIRA)
Omar Mefire created CB-11101:


 Summary: "Could not parse object x" while running "git clone ..."
 Key: CB-11101
 URL: https://issues.apache.org/jira/browse/CB-11101
 Project: Apache Cordova
  Issue Type: Test
Reporter: Omar Mefire
Priority: Minor


When running npm install: 
(https://ci.apache.org/builders/cordova-android-win/builds/2153/steps/npm-installing-cordova-cli/logs/stdio)

{noformat}
npm install --cache 
C:\Users\buildbot\slaves\apache\cordova-android-win/npm_cache --tmp 
C:\Users\buildbot\slaves\apache\cordova-android-win/npm_tmp
 in dir C:\Users\buildbot\slaves\apache\cordova-android-win\cordova-cli 
(timeout 1500 secs)
{noformat}


The following warning messages are generated:

{noformat}
npm WARN deprecated lodash@0.9.2: Grunt needs your help! See 
https://github.com/gruntjs/grunt/issues/1403.
npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. 
Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will 
fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
possible.
npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will 
fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
possible.
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11100) Upgrade lodash and graceful-fs in cordova-cli

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11100:
-
Labels: found-by-ci  (was: found-by-ci regression triaged)

> Upgrade lodash and graceful-fs in cordova-cli
> -
>
> Key: CB-11100
> URL: https://issues.apache.org/jira/browse/CB-11100
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>Priority: Minor
>  Labels: found-by-ci
>
> When running npm install: 
> (https://ci.apache.org/builders/cordova-android-win/builds/2153/steps/npm-installing-cordova-cli/logs/stdio)
> {noformat}
> npm install --cache 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_cache --tmp 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_tmp
>  in dir C:\Users\buildbot\slaves\apache\cordova-android-win\cordova-cli 
> (timeout 1500 secs)
> {noformat}
> The following warning messages are generated:
> {noformat}
> npm WARN deprecated lodash@0.9.2: Grunt needs your help! See 
> https://github.com/gruntjs/grunt/issues/1403.
> npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. 
> Upgrade to lodash@^4.0.0.
> npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11100) Upgrade lodash and graceful-fs in cordova-cli

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11100:
-
Assignee: (was: Omar Mefire)

> Upgrade lodash and graceful-fs in cordova-cli
> -
>
> Key: CB-11100
> URL: https://issues.apache.org/jira/browse/CB-11100
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: found-by-ci
>
> When running npm install: 
> (https://ci.apache.org/builders/cordova-android-win/builds/2153/steps/npm-installing-cordova-cli/logs/stdio)
> {noformat}
> npm install --cache 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_cache --tmp 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_tmp
>  in dir C:\Users\buildbot\slaves\apache\cordova-android-win\cordova-cli 
> (timeout 1500 secs)
> {noformat}
> The following warning messages are generated:
> {noformat}
> npm WARN deprecated lodash@0.9.2: Grunt needs your help! See 
> https://github.com/gruntjs/grunt/issues/1403.
> npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. 
> Upgrade to lodash@^4.0.0.
> npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11100) Upgrade lodash and graceful-fs in cordova-cli

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11100:
-
Component/s: (was: Plugin Contacts)

> Upgrade lodash and graceful-fs in cordova-cli
> -
>
> Key: CB-11100
> URL: https://issues.apache.org/jira/browse/CB-11100
> Project: Apache Cordova
>  Issue Type: Test
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>Priority: Minor
>  Labels: found-by-ci
>
> When running npm install: 
> (https://ci.apache.org/builders/cordova-android-win/builds/2153/steps/npm-installing-cordova-cli/logs/stdio)
> {noformat}
> npm install --cache 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_cache --tmp 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_tmp
>  in dir C:\Users\buildbot\slaves\apache\cordova-android-win\cordova-cli 
> (timeout 1500 secs)
> {noformat}
> The following warning messages are generated:
> {noformat}
> npm WARN deprecated lodash@0.9.2: Grunt needs your help! See 
> https://github.com/gruntjs/grunt/issues/1403.
> npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. 
> Upgrade to lodash@^4.0.0.
> npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11100) Upgrade lodash and graceful-fs in cordova-cli

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11100:
-
Description: 
When running npm install: 
(https://ci.apache.org/builders/cordova-android-win/builds/2153/steps/npm-installing-cordova-cli/logs/stdio)
npm install --cache 
C:\Users\buildbot\slaves\apache\cordova-android-win/npm_cache --tmp 
C:\Users\buildbot\slaves\apache\cordova-android-win/npm_tmp
 in dir C:\Users\buildbot\slaves\apache\cordova-android-win\cordova-cli 
(timeout 1500 secs)

The following warning messages are generated:

{noformat}
npm WARN deprecated lodash@0.9.2: Grunt needs your help! See 
https://github.com/gruntjs/grunt/issues/1403.
npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. 
Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will 
fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
possible.
npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will 
fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
possible.
{noformat}


  was:Spec 27 seems to have been broken by 
https://github.com/apache/cordova-plugin-contacts/commit/c184b4e48ba3983ee4a2681cdf5fee471f076fa1


> Upgrade lodash and graceful-fs in cordova-cli
> -
>
> Key: CB-11100
> URL: https://issues.apache.org/jira/browse/CB-11100
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Contacts
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: found-by-ci, regression, triaged
>
> When running npm install: 
> (https://ci.apache.org/builders/cordova-android-win/builds/2153/steps/npm-installing-cordova-cli/logs/stdio)
> npm install --cache 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_cache --tmp 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_tmp
>  in dir C:\Users\buildbot\slaves\apache\cordova-android-win\cordova-cli 
> (timeout 1500 secs)
> The following warning messages are generated:
> {noformat}
> npm WARN deprecated lodash@0.9.2: Grunt needs your help! See 
> https://github.com/gruntjs/grunt/issues/1403.
> npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. 
> Upgrade to lodash@^4.0.0.
> npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11100) Upgrade lodash and graceful-fs in cordova-cli

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11100:
-
Priority: Minor  (was: Critical)

> Upgrade lodash and graceful-fs in cordova-cli
> -
>
> Key: CB-11100
> URL: https://issues.apache.org/jira/browse/CB-11100
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Contacts
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>Priority: Minor
>  Labels: found-by-ci, regression, triaged
>
> When running npm install: 
> (https://ci.apache.org/builders/cordova-android-win/builds/2153/steps/npm-installing-cordova-cli/logs/stdio)
> {noformat}
> npm install --cache 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_cache --tmp 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_tmp
>  in dir C:\Users\buildbot\slaves\apache\cordova-android-win\cordova-cli 
> (timeout 1500 secs)
> {noformat}
> The following warning messages are generated:
> {noformat}
> npm WARN deprecated lodash@0.9.2: Grunt needs your help! See 
> https://github.com/gruntjs/grunt/issues/1403.
> npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. 
> Upgrade to lodash@^4.0.0.
> npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11100) Upgrade lodash and graceful-fs in cordova-cli

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11100:
-
Description: 
When running npm install: 
(https://ci.apache.org/builders/cordova-android-win/builds/2153/steps/npm-installing-cordova-cli/logs/stdio)

{noformat}
npm install --cache 
C:\Users\buildbot\slaves\apache\cordova-android-win/npm_cache --tmp 
C:\Users\buildbot\slaves\apache\cordova-android-win/npm_tmp
 in dir C:\Users\buildbot\slaves\apache\cordova-android-win\cordova-cli 
(timeout 1500 secs)
{noformat}


The following warning messages are generated:

{noformat}
npm WARN deprecated lodash@0.9.2: Grunt needs your help! See 
https://github.com/gruntjs/grunt/issues/1403.
npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. 
Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will 
fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
possible.
npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will 
fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
possible.
{noformat}


  was:
When running npm install: 
(https://ci.apache.org/builders/cordova-android-win/builds/2153/steps/npm-installing-cordova-cli/logs/stdio)
npm install --cache 
C:\Users\buildbot\slaves\apache\cordova-android-win/npm_cache --tmp 
C:\Users\buildbot\slaves\apache\cordova-android-win/npm_tmp
 in dir C:\Users\buildbot\slaves\apache\cordova-android-win\cordova-cli 
(timeout 1500 secs)

The following warning messages are generated:

{noformat}
npm WARN deprecated lodash@0.9.2: Grunt needs your help! See 
https://github.com/gruntjs/grunt/issues/1403.
npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. 
Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will 
fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
possible.
npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will 
fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
possible.
{noformat}



> Upgrade lodash and graceful-fs in cordova-cli
> -
>
> Key: CB-11100
> URL: https://issues.apache.org/jira/browse/CB-11100
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Contacts
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: found-by-ci, regression, triaged
>
> When running npm install: 
> (https://ci.apache.org/builders/cordova-android-win/builds/2153/steps/npm-installing-cordova-cli/logs/stdio)
> {noformat}
> npm install --cache 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_cache --tmp 
> C:\Users\buildbot\slaves\apache\cordova-android-win/npm_tmp
>  in dir C:\Users\buildbot\slaves\apache\cordova-android-win\cordova-cli 
> (timeout 1500 secs)
> {noformat}
> The following warning messages are generated:
> {noformat}
> npm WARN deprecated lodash@0.9.2: Grunt needs your help! See 
> https://github.com/gruntjs/grunt/issues/1403.
> npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained. 
> Upgrade to lodash@^4.0.0.
> npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will 
> fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as 
> possible.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-11100) Upgrade lodash and graceful-fs in cordova-cli

2016-04-18 Thread Omar Mefire (JIRA)
Omar Mefire created CB-11100:


 Summary: Upgrade lodash and graceful-fs in cordova-cli
 Key: CB-11100
 URL: https://issues.apache.org/jira/browse/CB-11100
 Project: Apache Cordova
  Issue Type: Test
  Components: Plugin Contacts
Reporter: Omar Mefire
Assignee: Omar Mefire
Priority: Critical


Spec 27 seems to have been broken by 
https://github.com/apache/cordova-plugin-contacts/commit/c184b4e48ba3983ee4a2681cdf5fee471f076fa1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11057) Flaky File Transfer specs

2016-04-18 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11057:
-
Description: 
Below are several examples

Windows Store 8.1:

{noformat}
Getting test results for cordova-windows-store8.1-2084-buildbot-vm
Results at 
http://cordova-vm.apache.org:5984/_utils/document.html?mobilespec_results/cordova-windows-store8.1-2084-buildbot-vm__6.3.9600.16384__HP
 Z420 Workstation
Total failures: 2
Failing tests:
cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
filetransfer.spec.17 progress should work with gzip encoding
Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
filetransfer.spec.30 downloaded file entries should have a toNativeURL method
Expected spy httpFail not to have been called.
Error: Expected spy httpFail not to have been called.
   at stack 
(ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1455:11)
   at buildExpectationResult 
(ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1422:5)
   at expectationResultFactory 
(ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:572:11)
   at Spec.prototype.addExpectationResult 
(ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:321:5)
   at addExpectationResult 
(ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:516:9)
   at Anonymous function 
(ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1379:7)
   at Anonymous function 
(ms-appx://org.apache.mobilespec/www/plugins/cordova-plugin-file-transfer-tests/tests.js:261:21)
   at attemptSync 
(ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1741:9)
   at QueueRunner.prototype.run 
(ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1729:9)
   at Anonymous function 
(ms-appx://org.apache.mobilespec/www/cdvtests/jasmine-2.2.0/jasmine.js:1753:11)
{noformat}

Windows Store 8.1 (again):

{noformat}
Getting test results for cordova-windows-store8.1-2083-buildbot-vm
Results at 
http://cordova-vm.apache.org:5984/_utils/document.html?mobilespec_results/cordova-windows-store8.1-2083-buildbot-vm__6.3.9600.16384__HP
 Z420 Workstation
Total failures: 2
Failing tests:
cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
filetransfer.spec.8 should download a file using https://
Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
filetransfer.spec.12 should get http status on failure
Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
{noformat}

Windows Store 8.1 (again):

{noformat}
Getting test results for cordova-windows-store8.1-2082-buildbot-vm
Results at 
http://cordova-vm.apache.org:5984/_utils/document.html?mobilespec_results/cordova-windows-store8.1-2082-buildbot-vm__6.3.9600.16384__HP
 Z420 Workstation
Total failures: 28
Failing tests:
cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
filetransfer.spec.4 should download a file
Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
filetransfer.spec.5 should download a file using http basic auth
Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
filetransfer.spec.6 should get 401 status on http basic auth failure
Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
filetransfer.spec.8 should download a file using https://
Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
filetransfer.spec.11 should call the error callback on abort()
Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
cordova-plugin-file-transfer-tests.tests >> FileTransfer methods download 
filetransfer.spec.9 should not leave partial file due to abort
Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.

[jira] [Resolved] (CB-10873) "cordova-plugin-camera" 2.1.1 CameraUsesGeolocation preference causes camera to crash iOS app

2016-04-13 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire resolved CB-10873.
--
Resolution: Fixed

> "cordova-plugin-camera" 2.1.1 CameraUsesGeolocation preference causes camera 
> to crash iOS app
> -
>
> Key: CB-10873
> URL: https://issues.apache.org/jira/browse/CB-10873
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.1.1
> Environment: Cordova Cli-6.0
> Cordova-iOS 4.1.0
> cordova-plugin-camera 2.1.1
> cordova-plugin-wkwebview-engine 1.0.2
> ipad mini iOS 9.2.1
> my config.xml have these lines
> 
> 
>  value="files,files-external,documents,sdcard,cache,cache-external,root" />
>  value="library,library-nosync,documents,documents-nosync,cache,bundle,root" />
>Reporter: Colin Bau
>Assignee: Omar Mefire
>  Labels: iOS, triaged, wfc
>
> this is my full test code
> =
> navigator.camera.getPicture(cameraSuccess, cameraError, null);
> function cameraSuccess() { alert("Camera success.") }
> function cameraError(message) { alert('Failed because: ' + message); }
> =
> step1,I use "navigator.camera.getPicture"
> step2,it will appear a camera interface and I press the take photo button
> step3,click the "use the photo" button
> step4,it will back to my original app,but after 1-2 seconds,shut down 
> immediately
> Android have no this problem,and it will trigger the "cameraSuccess" callback



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-10873) "cordova-plugin-camera" 2.1.1 CameraUsesGeolocation preference causes camera to crash iOS app

2016-04-13 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15238074#comment-15238074
 ] 

Omar Mefire edited comment on CB-10873 at 4/13/16 10:51 PM:


can confirm that this issue happens only when I specify JPEG and have the 
following preference in my config.xml:



was (Author: omefire):
can confirm that this issue happens only when I have the following preference 
in my config.xml:


> "cordova-plugin-camera" 2.1.1 CameraUsesGeolocation preference causes camera 
> to crash iOS app
> -
>
> Key: CB-10873
> URL: https://issues.apache.org/jira/browse/CB-10873
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.1.1
> Environment: Cordova Cli-6.0
> Cordova-iOS 4.1.0
> cordova-plugin-camera 2.1.1
> cordova-plugin-wkwebview-engine 1.0.2
> ipad mini iOS 9.2.1
> my config.xml have these lines
> 
> 
>  value="files,files-external,documents,sdcard,cache,cache-external,root" />
>  value="library,library-nosync,documents,documents-nosync,cache,bundle,root" />
>Reporter: Colin Bau
>Assignee: Omar Mefire
>  Labels: iOS, triaged, wfc
>
> this is my full test code
> =
> navigator.camera.getPicture(cameraSuccess, cameraError, null);
> function cameraSuccess() { alert("Camera success.") }
> function cameraError(message) { alert('Failed because: ' + message); }
> =
> step1,I use "navigator.camera.getPicture"
> step2,it will appear a camera interface and I press the take photo button
> step3,click the "use the photo" button
> step4,it will back to my original app,but after 1-2 seconds,shut down 
> immediately
> Android have no this problem,and it will trigger the "cameraSuccess" callback



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11035) Events not firing for InAppBrowser Plugin when AllowInlineMediaPlayback=true

2016-04-13 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15240085#comment-15240085
 ] 

Omar Mefire commented on CB-11035:
--

I've tested this directly from the CLI, not through ionic.

With cordova-plugin-inappbrowser@1.2.1, I'm seeing inconsistencies in the 
behavior of events being fired. sometimes, 'loadstart' is fired twice or three 
times, sometimes 'loadstop' just isn't fired at all. I see a much more stable 
behavior from the 'exit' event.

With cordova-plugin-inappbrowser@1.3.0, 'loadstop' event doesn't get fired, but 
'loadstart' always gets fired.

- cordova@6.1.1
- cordova-ios@4.1.1
- cordova-plugin-inappbrowser@1.2.1 / cordova-plugin-inappbrowser@1.3.0
- OS: Mac OS X El Capitan
- node@4.2.1
- Xcode@7.3

> Events not firing for InAppBrowser Plugin when AllowInlineMediaPlayback=true
> 
>
> Key: CB-11035
> URL: https://issues.apache.org/jira/browse/CB-11035
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Reporter: David
>Assignee: Omar Mefire
>  Labels: iOS, triaged
>
> I'm using "_blank" target within my ionic2 app but the events (tested with 
> loadstart and exit) won't fire:
> {code}
> var url = 'http://myURL.com';
> var browserRef = cordova.InAppBrowser.open(url, '_blank', 
> 'location=no,clearsessioncache=yes,clearcache=yes');
> browserRef.addEventListener('loadstart', event => {
>   console.log('loadstart event'); // not fired
> });
> browserRef.addEventListener('exit', event => {
>   console.log('exit event'); // not fired
> });
> {code}
> My setup is:
> Cordova CLI: 6.0.0
> iOS Platform Version: 4.0.1
> InAppBrowser Plugin Version: 1.2.1
> Ionic version: 2.0.0-beta.3
> OS: Mac OS X El Capitan
> Node Version: v4.1.2
> Xcode version: Xcode 7.3 Build version 7D175
> *UPDATE:*
> This bug seems to only appear when I add
> {code}{code} to 
> config.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-10957) iOS release-mode app contains build config files

2016-04-12 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire resolved CB-10957.
--
Resolution: Fixed

> iOS release-mode app contains build config files
> 
>
> Key: CB-10957
> URL: https://issues.apache.org/jira/browse/CB-10957
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.1.0
> Environment: cordova-ios 4.1.0
> cordova CLI 6.0.0
> Mac OS 10.11.3
>Reporter: Jacob Weber
>Assignee: Omar Mefire
>  Labels: triaged
>
> Create a new app, add the iOS platform, and run {{cordova build --device 
> --release}}.
> The resulting .ipa file contains the following files:
> {code}
> build-debug.xcconfig
> build-release.xcconfig
> build.xcconfig
> {code}
> I don't think the final app should contain these build files, especially not 
> debug versions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-10873) "cordova-plugin-camera" 2.1.1 seem cause the app shut down after use the capture photo (when use encodingType: Camera.EncodingType.JPEG)

2016-04-12 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15238074#comment-15238074
 ] 

Omar Mefire edited comment on CB-10873 at 4/12/16 10:00 PM:


can confirm that this issue happens only when I have the following preference 
in my config.xml:



was (Author: omefire):
can confirm that this issue happen only when I have the following preference in 
my config.xml:


> "cordova-plugin-camera" 2.1.1 seem cause the app shut down after use the 
> capture photo (when use encodingType: Camera.EncodingType.JPEG)
> 
>
> Key: CB-10873
> URL: https://issues.apache.org/jira/browse/CB-10873
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.1.1
> Environment: Cordova Cli-6.0
> Cordova-iOS 4.1.0
> cordova-plugin-camera 2.1.1
> cordova-plugin-wkwebview-engine 1.0.2
> ipad mini iOS 9.2.1
> my config.xml have these lines
> 
> 
>  value="files,files-external,documents,sdcard,cache,cache-external,root" />
>  value="library,library-nosync,documents,documents-nosync,cache,bundle,root" />
>Reporter: Colin Bau
>Assignee: Omar Mefire
>  Labels: iOS, triaged, wfc
>
> this is my full test code
> =
> navigator.camera.getPicture(cameraSuccess, cameraError, null);
> function cameraSuccess() { alert("Camera success.") }
> function cameraError(message) { alert('Failed because: ' + message); }
> =
> step1,I use "navigator.camera.getPicture"
> step2,it will appear a camera interface and I press the take photo button
> step3,click the "use the photo" button
> step4,it will back to my original app,but after 1-2 seconds,shut down 
> immediately
> Android have no this problem,and it will trigger the "cameraSuccess" callback



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10873) "cordova-plugin-camera" 2.1.1 seem cause the app shut down after use the capture photo (when use encodingType: Camera.EncodingType.JPEG)

2016-04-12 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15238074#comment-15238074
 ] 

Omar Mefire commented on CB-10873:
--

can confirm that this issue happen only when I have the following preference in 
my config.xml:


> "cordova-plugin-camera" 2.1.1 seem cause the app shut down after use the 
> capture photo (when use encodingType: Camera.EncodingType.JPEG)
> 
>
> Key: CB-10873
> URL: https://issues.apache.org/jira/browse/CB-10873
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.1.1
> Environment: Cordova Cli-6.0
> Cordova-iOS 4.1.0
> cordova-plugin-camera 2.1.1
> cordova-plugin-wkwebview-engine 1.0.2
> ipad mini iOS 9.2.1
> my config.xml have these lines
> 
> 
>  value="files,files-external,documents,sdcard,cache,cache-external,root" />
>  value="library,library-nosync,documents,documents-nosync,cache,bundle,root" />
>Reporter: Colin Bau
>Assignee: Omar Mefire
>  Labels: iOS, triaged, wfc
>
> this is my full test code
> =
> navigator.camera.getPicture(cameraSuccess, cameraError, null);
> function cameraSuccess() { alert("Camera success.") }
> function cameraError(message) { alert('Failed because: ' + message); }
> =
> step1,I use "navigator.camera.getPicture"
> step2,it will appear a camera interface and I press the take photo button
> step3,click the "use the photo" button
> step4,it will back to my original app,but after 1-2 seconds,shut down 
> immediately
> Android have no this problem,and it will trigger the "cameraSuccess" callback



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-10898) 'Invalid Device State' when starting iOS simulator

2016-04-12 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire resolved CB-10898.
--
Resolution: Fixed

> 'Invalid Device State' when starting iOS simulator
> --
>
> Key: CB-10898
> URL: https://issues.apache.org/jira/browse/CB-10898
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-ios, found-by-ci
>
> When trying to run the mobilespec app on the iOS simulator, an error: 
> 'Invalid Device State' is encountered.
> Log: 
> https://ci.apache.org/builders/cordova-ios/builds/2076/steps/running-tests/logs/stdio
> ==
> Results at 
> '/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.ipa'
>  
> [] Waiting up to 1 seconds for iOS device to be connected
> No target specified for emulator. Deploying to iPhone-6s-Plus, 9.1 simulator
> An error was encountered processing the command 
> (domain=com.apple.CoreSimulator.SimError, code=159):
> Invalid device state
> logPath: 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/cordova/console.log
> [MEDIC LOG Thu, 17 Mar 2016 06:06:24 GMT] Finished waiting for run command
> [MEDIC LOG Thu, 17 Mar 2016 06:06:24 GMT] started waiting for test results
> [MEDIC LOG Thu, 17 Mar 2016 06:30:25 GMT] Finished polling for mobilespec 
> results.
> [MEDIC LOG Thu, 17 Mar 2016 06:30:25 GMT] Results Found:   false
> [MEDIC LOG Thu, 17 Mar 2016 06:30:25 GMT] Total attempts:  144
> [MEDIC LOG Thu, 17 Mar 2016 06:30:25 GMT] Failed attempts: 0
> [MEDIC LOG Thu, 17 Mar 2016 06:30:25 GMT] FATAL: Could not find test results. 
> Check the output of medic-log to see if the app crashed before it could 
> upload them to couchdb.
> program finished with exit code 1
> elapsedTime=1491.694117



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10982) Plugin for ios platform didn't copy custom Framework to Application

2016-04-12 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15237703#comment-15237703
 ] 

Omar Mefire commented on CB-10982:
--

Hi [~maslo...@gmail.com], I have added added been able to successfully call 
your plugin's exposed functionality and been able to trace the call all the way 
back to native land (framework) and back.

So, I can't repro this issue. I don't see the framework in the 'Embedded 
Binaries' in Xcode either, but I can't see the error you're seeing.

Try resetting your simulator and trying again.

> Plugin for ios platform didn't copy custom Framework to Application
> ---
>
> Key: CB-10982
> URL: https://issues.apache.org/jira/browse/CB-10982
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.0.0, 6.1.0
> Environment: Iphone 6S Simulator ios 9.3
>Reporter: Sergei Alexandrovich Maslov
>Assignee: Omar Mefire
>  Labels: triaged, wfc
> Attachments: scr1.png, scr2.png, test.zip
>
>
> Custom ios framework from custom plugin didn't add to Embedded Binaries 
> section on target project. This causes an error on runtime "  Reason: image 
> not found" 
> Steps to reproduce -
> 1) Create empty Custom ios Framework. (MyFramework)
> 2) Create ios Plugin. 
> I include MyFramework using this line in plugin.xml
> 
> 3) Create project using Cordova. Add ios platform and ios plugin.
> 4) Compile and Run.
> 5) Get Error.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10898) 'Invalid Device State' when starting iOS simulator

2016-04-12 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15237564#comment-15237564
 ] 

Omar Mefire commented on CB-10898:
--

This time around, the reason why it showed up on the CI was because the 
simulator hung and wasn't responding.
I had to log into the machine and manually kill the simulator, which fixed the 
issue.

cordova-medic was supposed to kill the simulator before and after every run. 
that didn't happen because with Xcode 7, the way you kill the simulator has 
changed from 'killall -9 "iOS Simulator" ' to " killall -9 "Simulator" '


Running 'killall -9 "iOS Simulator" ' was erroring out with:
"[MEDIC LOG Tue, 12 Apr 2016 12:08:23 GMT] running the following command:
[MEDIC LOG Tue, 12 Apr 2016 12:08:23 GMT] killall -9 "iOS Simulator"
No matching processes belonging to you were found
WARNING: kill command returned 1
program finished with exit code 0
elapsedTime=0.330458"

https://ci.apache.org/builders/cordova-ios/builds/2278/steps/killing-running-tasks/logs/stdio

> 'Invalid Device State' when starting iOS simulator
> --
>
> Key: CB-10898
> URL: https://issues.apache.org/jira/browse/CB-10898
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: cordova-ios, found-by-ci
>
> When trying to run the mobilespec app on the iOS simulator, an error: 
> 'Invalid Device State' is encountered.
> Log: 
> https://ci.apache.org/builders/cordova-ios/builds/2076/steps/running-tests/logs/stdio
> ==
> Results at 
> '/Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/build/device/mobilespec.ipa'
>  
> [] Waiting up to 1 seconds for iOS device to be connected
> No target specified for emulator. Deploying to iPhone-6s-Plus, 9.1 simulator
> An error was encountered processing the command 
> (domain=com.apple.CoreSimulator.SimError, code=159):
> Invalid device state
> logPath: 
> /Users/buildbot/slaves/apache/cordova-ios/mobilespec/platforms/ios/cordova/console.log
> [MEDIC LOG Thu, 17 Mar 2016 06:06:24 GMT] Finished waiting for run command
> [MEDIC LOG Thu, 17 Mar 2016 06:06:24 GMT] started waiting for test results
> [MEDIC LOG Thu, 17 Mar 2016 06:30:25 GMT] Finished polling for mobilespec 
> results.
> [MEDIC LOG Thu, 17 Mar 2016 06:30:25 GMT] Results Found:   false
> [MEDIC LOG Thu, 17 Mar 2016 06:30:25 GMT] Total attempts:  144
> [MEDIC LOG Thu, 17 Mar 2016 06:30:25 GMT] Failed attempts: 0
> [MEDIC LOG Thu, 17 Mar 2016 06:30:25 GMT] FATAL: Could not find test results. 
> Check the output of medic-log to see if the app crashed before it could 
> upload them to couchdb.
> program finished with exit code 1
> elapsedTime=1491.694117



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-10968) Outdated iOS requirement

2016-04-11 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire resolved CB-10968.
--
Resolution: Fixed

> Outdated iOS requirement
> 
>
> Key: CB-10968
> URL: https://issues.apache.org/jira/browse/CB-10968
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
> Environment: iOS
>Reporter: Shazron Abdullah
>Assignee: Omar Mefire
>  Labels: triaged
>
> https://cordova.apache.org/docs/en/latest/guide/platforms/ios/index.html
> Requirements and Support Section
> "The device must have at least iOS 6.x installed, the minimum iOS version 
> supported as of Cordova 3.0. Supporting devices include all iPad® models, 
> iPhone® 3GS and above, and iPod® Touch 3rd Generation or later."
> iOS 8 is the minimum in cordova-ios-4.x.
> Must determine what devices that entails.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10982) Plugin for ios platform didn't copy custom Framework to Application

2016-04-08 Thread Omar Mefire (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15233102#comment-15233102
 ] 

Omar Mefire commented on CB-10982:
--

Could you try with cordova@6.1.1 and let me know if you still are experiencing 
this issue ?

> Plugin for ios platform didn't copy custom Framework to Application
> ---
>
> Key: CB-10982
> URL: https://issues.apache.org/jira/browse/CB-10982
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.0.0, 6.1.0
> Environment: Iphone 6S Simulator ios 9.3
>Reporter: Sergei Alexandrovich Maslov
>Assignee: Omar Mefire
>  Labels: triaged, wfc
> Attachments: scr1.png, scr2.png, test.zip
>
>
> Custom ios framework from custom plugin didn't add to Embedded Binaries 
> section on target project. This causes an error on runtime "  Reason: image 
> not found" 
> Steps to reproduce -
> 1) Create empty Custom ios Framework. (MyFramework)
> 2) Create ios Plugin. 
> I include MyFramework using this line in plugin.xml
> 
> 3) Create project using Cordova. Add ios platform and ios plugin.
> 4) Compile and Run.
> 5) Get Error.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-10982) Plugin for ios platform didn't copy custom Framework to Application

2016-04-08 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-10982:
-
Labels: triaged wfc  (was: triaged)

> Plugin for ios platform didn't copy custom Framework to Application
> ---
>
> Key: CB-10982
> URL: https://issues.apache.org/jira/browse/CB-10982
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.0.0, 6.1.0
> Environment: Iphone 6S Simulator ios 9.3
>Reporter: Sergei Alexandrovich Maslov
>Assignee: Omar Mefire
>  Labels: triaged, wfc
> Attachments: scr1.png, scr2.png, test.zip
>
>
> Custom ios framework from custom plugin didn't add to Embedded Binaries 
> section on target project. This causes an error on runtime "  Reason: image 
> not found" 
> Steps to reproduce -
> 1) Create empty Custom ios Framework. (MyFramework)
> 2) Create ios Plugin. 
> I include MyFramework using this line in plugin.xml
> 
> 3) Create project using Cordova. Add ios platform and ios plugin.
> 4) Compile and Run.
> 5) Get Error.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-11048) Contacts spec 27 failing after revert

2016-04-08 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire resolved CB-11048.
--
Resolution: Fixed

> Contacts spec 27 failing after revert
> -
>
> Key: CB-11048
> URL: https://issues.apache.org/jira/browse/CB-11048
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Contacts
>Reporter: Richard B Knoll
>Assignee: Omar Mefire
>Priority: Critical
>  Labels: found-by-ci, regression, triaged
>
> Spec 27 seems to have been broken by 
> https://github.com/apache/cordova-plugin-contacts/commit/c184b4e48ba3983ee4a2681cdf5fee471f076fa1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11051) Mobilespec creation failure

2016-04-08 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11051:
-
Component/s: mobile-spec

> Mobilespec creation failure
> ---
>
> Key: CB-11051
> URL: https://issues.apache.org/jira/browse/CB-11051
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Omar Mefire
>
> Encountering an error in Mobilespec when I try to create it via 
> `cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
> --plugins="cordova-plugin-contacts"`:
> ...
> Adding Platform: android
> platformArg: /Users/omefire/Projects/cordova-cli/bin/cordova 
> /Users/omefire/Projects/cordova-android
> Executing "before_platform_add"  hook for all plugins.
> Adding android project...
> PlatformApi successfully found for platform android
> Error: RangeError: Maximum call stack size exceeded
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> omefire-Mac:Projects omefire$ 
> cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
> --plugins="cordova-plugin-contacts"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11051) Mobilespec creation failure

2016-04-08 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11051:
-
Description: 
Encountering an error in Mobilespec when I try to create it via 
`cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
--plugins="cordova-plugin-contacts"`:

Adding Platform: android
platformArg: /Users/omefire/Projects/cordova-cli/bin/cordova 
/Users/omefire/Projects/cordova-android
Executing "before_platform_add"  hook for all plugins.
Adding android project...
PlatformApi successfully found for platform android
Error: RangeError: Maximum call stack size exceeded
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
omefire-Mac:Projects omefire$ 
cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
--plugins="cordova-plugin-contacts"

  was:
Encountering a weird error in Mobilespec when I try to create the app:
Adding Platform: android
platformArg: /Users/omefire/Projects/cordova-cli/bin/cordova 
/Users/omefire/Projects/cordova-android
Executing "before_platform_add"  hook for all plugins.
Adding android project...
PlatformApi successfully found for platform android
Error: RangeError: Maximum call stack size exceeded
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
omefire-Mac:Projects omefire$ 
cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
--plugins="cordova-plugin-contacts"


> Mobilespec creation failure
> ---
>
> Key: CB-11051
> URL: https://issues.apache.org/jira/browse/CB-11051
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Omar Mefire
>
> Encountering an error in Mobilespec when I try to create it via 
> `cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
> --plugins="cordova-plugin-contacts"`:
> Adding Platform: android
> platformArg: /Users/omefire/Projects/cordova-cli/bin/cordova 
> /Users/omefire/Projects/cordova-android
> Executing "before_platform_add"  hook for all plugins.
> Adding android project...
> PlatformApi successfully found for platform android
> Error: RangeError: Maximum call stack size exceeded
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> 

[jira] [Created] (CB-11051) Mobilespec creation failure

2016-04-08 Thread Omar Mefire (JIRA)
Omar Mefire created CB-11051:


 Summary: Mobilespec creation failure
 Key: CB-11051
 URL: https://issues.apache.org/jira/browse/CB-11051
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Omar Mefire


Encountering a weird error in Mobilespec when I try to create the app:
Adding Platform: android
platformArg: /Users/omefire/Projects/cordova-cli/bin/cordova 
/Users/omefire/Projects/cordova-android
Executing "before_platform_add"  hook for all plugins.
Adding android project...
PlatformApi successfully found for platform android
Error: RangeError: Maximum call stack size exceeded
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
omefire-Mac:Projects omefire$ 
cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
--plugins="cordova-plugin-contacts"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11051) Mobilespec setup failure

2016-04-08 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11051:
-
Summary: Mobilespec setup failure  (was: Mobilespec creation failure)

> Mobilespec setup failure
> 
>
> Key: CB-11051
> URL: https://issues.apache.org/jira/browse/CB-11051
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Omar Mefire
>
> Encountering an error in Mobilespec when I try to create it via 
> `cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
> --plugins="cordova-plugin-contacts"`:
> ...
> Adding Platform: android
> platformArg: /Users/omefire/Projects/cordova-cli/bin/cordova 
> /Users/omefire/Projects/cordova-android
> Executing "before_platform_add"  hook for all plugins.
> Adding android project...
> PlatformApi successfully found for platform android
> Error: RangeError: Maximum call stack size exceeded
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> omefire-Mac:Projects omefire$ 
> cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
> --plugins="cordova-plugin-contacts"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11051) Mobilespec creation failure

2016-04-08 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-11051:
-
Description: 
Encountering an error in Mobilespec when I try to create it via 
`cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
--plugins="cordova-plugin-contacts"`:

...
Adding Platform: android
platformArg: /Users/omefire/Projects/cordova-cli/bin/cordova 
/Users/omefire/Projects/cordova-android
Executing "before_platform_add"  hook for all plugins.
Adding android project...
PlatformApi successfully found for platform android
Error: RangeError: Maximum call stack size exceeded
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
omefire-Mac:Projects omefire$ 
cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
--plugins="cordova-plugin-contacts"

  was:
Encountering an error in Mobilespec when I try to create it via 
`cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
--plugins="cordova-plugin-contacts"`:

Adding Platform: android
platformArg: /Users/omefire/Projects/cordova-cli/bin/cordova 
/Users/omefire/Projects/cordova-android
Executing "before_platform_add"  hook for all plugins.
Adding android project...
PlatformApi successfully found for platform android
Error: RangeError: Maximum call stack size exceeded
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
at EventEmitter.module.exports.emit 
(/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
omefire-Mac:Projects omefire$ 
cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
--plugins="cordova-plugin-contacts"


> Mobilespec creation failure
> ---
>
> Key: CB-11051
> URL: https://issues.apache.org/jira/browse/CB-11051
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Omar Mefire
>
> Encountering an error in Mobilespec when I try to create it via 
> `cordova-mobile-spec/createmobilespec/createmobilespec.js --android 
> --plugins="cordova-plugin-contacts"`:
> ...
> Adding Platform: android
> platformArg: /Users/omefire/Projects/cordova-cli/bin/cordova 
> /Users/omefire/Projects/cordova-android
> Executing "before_platform_add"  hook for all plugins.
> Adding android project...
> PlatformApi successfully found for platform android
> Error: RangeError: Maximum call stack size exceeded
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at EventEmitter.module.exports.emit 
> (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30)
> at 

[jira] [Resolved] (CB-10723) iOS9.2 no audio

2016-04-08 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire resolved CB-10723.
--
Resolution: Fixed

> iOS9.2 no audio
> ---
>
> Key: CB-10723
> URL: https://issues.apache.org/jira/browse/CB-10723
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
>Affects Versions: 2.2.0
> Environment: IonicFramework | ngCordova | cordova-plugin-media
>Reporter: Johnny Dong
>Assignee: Omar Mefire
>  Labels: easyfix, iOS, pendingPR, triaged
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Found an issue with the latest cordova.plugin.media whilst i was putting 
> together a IonicFramework app for iOS 9.2.1 (iPhone 6s) to play an M4A file.
> The iOS logs would show:
> - Found resource '[path].m4a' in the web folder.
> Playing audio sample '[path].m4a'
> - Playing stream with AVPlayer & custom rate
> but no sound (both simulator + device)
> Debugging in Xcode, ./cordova-plugin-media/src/ios/CDVSound.m,ln 352 + 355 
> appears to be the culprit.
> Instead of using "avPlayer" which doesn't appear to have a handle to the 
> sound resource, switching to "audioFile.player" appears to resolve the sound 
> issue.
> *** ./cordova-plugin-media/src/ios/CDVSound.m,ln 352
> from:
> [avPlayer setRate:customRate];
> to:
> [audioFile.player setRate:customRate];
> *** ./cordova-plugin-media/src/ios/CDVSound.m,ln 355
> from:
> [avPlayer play];
> to:
> [audioFile.player play];
> NOTE: I've yet to create a PR as I have not signed the Apache ICLA, however 
> i've committed a code in my personal fork and happy for somebody to have a 
> look at it and submit on my behalf:
> https://github.com/spudmashmedia/cordova-plugin-media/commit/946ffcf569cbaa22241e8ec00f11b4a52a0c6809



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



  1   2   3   4   5   6   >