[Buildbot] #3008: www dependencies upgrade not working

Buildbot trac trac at buildbot.net
Wed Nov 5 12:59:19 UTC 2014


#3008: www dependencies upgrade not working
-------------------+-------------------
Reporter:  Ben     |      Owner:
    Type:  defect  |     Status:  new
Priority:  major   |  Milestone:  0.9.0
 Version:  master  |   Keywords:  web
-------------------+-------------------
 I was not able to test https://github.com/buildbot/buildbot/pull/1324 as
 my system was unable to perform the upgrade. Here the logs:

 {{{
     npm install
     npm WARN package.json buildbot-www@ No description
     npm WARN package.json buildbot-www@ No repository field.
     npm WARN package.json buildbot-www@ No README data
     /home/benoit/buildbot/buildbot/www/base/node_modules/.bin/gulp prod
 --notests
     [13:53:43] Bower: Using cwd:  /home/benoit/buildbot/buildbot/www/base
     [13:53:43] Bower: Using bower dir:  libs
     [13:53:43] Using gulpfile ~/buildbot/buildbot/www/base/gulpfile.js
     [13:53:43] Starting 'default'...
     [13:53:43] Starting 'bower'...
     [13:53:43] Bower cached git://github.com/buildbot/guanlecoja-
 ui.git#1.3.0
     [13:53:43] Bower validate 1.3.0 against git://github.com/buildbot
 /guanlecoja-ui.git#~1.3.0
     [13:53:43] Bower cached git://github.com/angular/bower-angular-
 mocks.git#1.3.1
     [13:53:43] Bower validate 1.3.1 against git://github.com/angular
 /bower-angular-mocks.git#~1.3.1
     [13:53:44] Bower cached git://github.com/angular/bower-
 angular.git#1.3.1
     [13:53:44] Bower validate 1.3.1 against git://github.com/angular
 /bower-angular.git#1.3.1
     [13:53:45] Bower cached git://github.com/angular/bower-
 angular.git#1.3.1
     [13:53:45] Bower validate 1.3.1 against git://github.com/angular
 /bower-angular.git#*
     [13:53:45] 'bower' errored after 1.87 s
     [13:53:45] angular in plugin 'gulp-bower-deps'
     Message:
         Unable to find suitable version for angular
     Details:
         code: ECONFLICT
         picks: [object Object],[object Object],[object Object]
     [13:53:45] 'default' errored after 1.87 s
     [13:53:45] undefined
     error: command
 '/home/benoit/buildbot/buildbot/www/base/node_modules/.bin/gulp' failed
 with exit status 1
     Complete output from command python setup.py egg_info:
     running egg_info
 }}}

 During my first attempt, {{{guanlecoja-ui}}} and {{{bower-angular-mocks}}}
 have been correctly updated, only the error message was the same. So
 partial upgrade is possible, only some packages fails ({{{angular}}} in
 this case.)

 @tardyp gave a workaround:

   rm -rf libs might help

--
Ticket URL: <http://trac.buildbot.net/ticket/3008>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list