[aerogear-dev] broken build (master and 0.11.0 tag)

Matthias Wessendorf matzew at apache.org
Tue Jul 15 03:20:52 EDT 2014


Sebi, christos!

Thanks for the info! Can you reach out to Villiam regarding this?

Cheers!
Matthias

On Tuesday, July 15, 2014, Sebastien Blanc <scm.blanc at gmail.com> wrote:

> Looks like Bower is aware of this issue :
> https://twitter.com/bower/status/487704111832252417
> Let me check if I can do something
>
>
>
> On Tue, Jul 15, 2014 at 8:34 AM, Christos Vasilakis <cvasilak at gmail.com
> <javascript:_e(%7B%7D,'cvml','cvasilak at gmail.com');>> wrote:
>
>> Hi,
>>
>> the same failure output  "[INFO] Fatal error: Arguments to path.join
>> must be strings" have been noticed also when building liveoak 'master'.
>> I suspect some change on the nodes tools broke builds.. :(
>>
>>
>> [1] https://projectodd.ci.cloudbees.com/job/liveoak/371/console
>>
>>
>>
>> On Tue, Jul 15, 2014 at 9:07 AM, Matthias Wessendorf <matzew at apache.org
>> <javascript:_e(%7B%7D,'cvml','matzew at apache.org');>> wrote:
>>
>>> Hi,
>>>
>>> since Friday, all in a sudden, the node.js part of the build (triggered
>>> by the frontend plugin inside the 'server' module) is failing on different
>>> ways.
>>>
>>> Extremely odd: the 0.11.0 tag is effected as well. The release (on maven
>>> central) is good, but ATM we are not able to build the source on the 0.11.0
>>> tag :-(
>>>
>>> Oh, yeah, Travis-CI notice the broken build as well ;-) and thankfully
>>> abstractj put in a PR to have a temporary fix for the build failure:
>>> https://github.com/aerogear/aerogear-unifiedpush-server/pull/293
>>>
>>> Thanks Bruno!
>>>
>>> Yesterday Bruno, Villiam and Luke looked at this already, and they
>>> noticed a failure like this:
>>>
>>> [INFO] --- frontend-maven-plugin:0.0.15:npm (npm install) @ unifiedpush-server ---
>>> [INFO] Running 'npm install --color=false' in /home/travis/build/aerogear/aerogear-unifiedpush-server/admin-ui
>>> [INFO] npm WARN package.json newadmin at 0.0.0 No repository field.
>>> [INFO]
>>> [INFO] --- frontend-maven-plugin:0.0.15:grunt (grunt build) @ unifiedpush-server ---
>>> [INFO] Running 'grunt dist --no-color' in /home/travis/build/aerogear/aerogear-unifiedpush-server/admin-ui
>>> [INFO] >> Local Npm module "grunt-cli" not found. Is it installed?
>>> [INFO]
>>> [INFO] Running "bower:install" (bower) task
>>> [INFO] Fatal error: Arguments to path.join must be strings
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Reactor Summary:
>>>
>>> Note: "grunt-cli" *IS* installed, even globally. If I am correct, at
>>> the moment we are not 100% sure what the "Fatal error: Arguments to
>>> path.join must be strings" really means...
>>>
>>> On my machine, I noticed the npm stuff downloads half of the internet,
>>> but gets stuck in the middle:
>>>
>>> [INFO] npm http 304 https://registry.npmjs.org/oauth-sign
>>> [INFO] npm http 304 https://registry.npmjs.org/aws-sign2
>>> [INFO] npm http 304 https://registry.npmjs.org/hawk
>>> [INFO] npm http GET https://registry.npmjs.org/combined-stream
>>> [INFO] npm http GET https://registry.npmjs.org/async
>>> [INFO] npm http GET https://registry.npmjs.org/assert-plus
>>> [INFO] npm http GET https://registry.npmjs.org/asn1
>>> [INFO] npm http GET https://registry.npmjs.org/ctype
>>> [INFO] npm http GET https://registry.npmjs.org/punycode
>>> [INFO] npm http GET https://registry.npmjs.org/hoek
>>> [INFO] npm http GET https://registry.npmjs.org/boom
>>> [INFO] npm http GET https://registry.npmjs.org/sntp
>>> [INFO] npm http GET https://registry.npmjs.org/cryptiles
>>> [INFO] npm http 304 https://registry.npmjs.org/async
>>> [INFO] npm http 304 https://registry.npmjs.org/combined-stream
>>> [INFO] npm http 304 https://registry.npmjs.org/assert-plus
>>> [INFO] npm http 304 https://registry.npmjs.org/asn1
>>> [INFO] npm http GET https://registry.npmjs.org/delayed-stream
>>> [INFO] npm http 304 https://registry.npmjs.org/ctype
>>> [INFO] npm http 304 https://registry.npmjs.org/punycode
>>> [INFO] npm http 304 https://registry.npmjs.org/boom
>>> [INFO] npm http 304 https://registry.npmjs.org/hoek
>>> [INFO] npm http 304 https://registry.npmjs.org/cryptiles
>>> [INFO] npm http 304 https://registry.npmjs.org/sntp
>>> [INFO] npm http 304 https://registry.npmjs.org/delayed-stream
>>>
>>> Now, after more than one hour of 'waiting', I cancled the build,
>>> resulting in:
>>>
>>> [INFO] > optipng-bin at 0.3.9 postinstall /Users/matzew/Work/JBoss/UPS/admin-ui/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-optipng/node_modules/optipng-bin
>>> [INFO] > node index.js
>>> [INFO]
>>> [INFO] ✓ pre-build test passed successfully
>>> [INFO] npm http 304 https://registry.npmjs.org/hoek
>>> [INFO] npm http 304 https://registry.npmjs.org/boom
>>> [INFO] npm http 304 https://registry.npmjs.org/cryptiles
>>> [INFO] npm http 304 https://registry.npmjs.org/sntp
>>> [INFO] npm http 304 https://registry.npmjs.org/delayed-stream
>>> ^C[INFO] ------------------------------------------------------------------------
>>> [INFO] Reactor Summary:
>>> [INFO]
>>> [INFO] AeroGear UnifiedPush Server ....................... SUCCESS [3.884s]
>>> [INFO] UnifiedPush Model Layer ........................... SUCCESS [0.146s]
>>> [INFO] UnifiedPush Server Model API ...................... SUCCESS [2.699s]
>>> [INFO] UnifiedPush Server Model JPA implementation ....... SUCCESS [15.036s]
>>> [INFO] UnifiedPush Service Layer ......................... SUCCESS [7.757s]
>>> [INFO] UnifiedPush Push Notification Networks ............ SUCCESS [2.009s]
>>> [INFO] UnifiedPush RESTful Endpoint ...................... SUCCESS [2.811s]
>>> [INFO] UnifiedPush Server (WAR) .......................... FAILURE [1:30:54.769s]
>>> [INFO] UnifiedPush Auth Server ........................... SKIPPED
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Total time: 1:31:29.994s
>>> [INFO] Finished at: Tue Jul 15 07:48:37 CEST 2014
>>> [INFO] Final Memory: 80M/191M
>>> [INFO] ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.15:npm (npm install) on project unifiedpush-server: 'npm install --color=false' failed. (error code 130) -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions, please read the following articles:
>>> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>> [ERROR]
>>> [ERROR] After correcting the problems, you can resume the build with the command
>>> [ERROR]   mvn <goals> -rf :unifiedpush-server
>>>
>>> This is more a FYI on what's going on - I will file a JIRA ticket for
>>> that;
>>>
>>> *PS:* According to yesterday's IRC discussions, a manual `grunt server does
>>> work, so development is not*directly* effected
>>>
>>> -Matthias
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> twitter: http://twitter.com/mwessendorf
>>>
>>> _______________________________________________
>>> aerogear-dev mailing list
>>> aerogear-dev at lists.jboss.org
>>> <javascript:_e(%7B%7D,'cvml','aerogear-dev at lists.jboss.org');>
>>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>>
>>
>>
>> _______________________________________________
>> aerogear-dev mailing list
>> aerogear-dev at lists.jboss.org
>> <javascript:_e(%7B%7D,'cvml','aerogear-dev at lists.jboss.org');>
>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>
>
>

-- 
Sent from Gmail Mobile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20140715/970e37d8/attachment.html 


More information about the aerogear-dev mailing list