You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "jun aoki (JIRA)" <ji...@apache.org> on 2014/09/12 20:29:34 UTC

[jira] [Commented] (AMBARI-7271) trunk commit build unstable due to npm installation (?)

    [ https://issues.apache.org/jira/browse/AMBARI-7271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14131880#comment-14131880 ] 

jun aoki commented on AMBARI-7271:
----------------------------------

Thank you Yusaku!

Looks like the build failure caused by npm cache is consistent on H11 and I
don't observe it on H4

H11
https://builds.apache.org/job/Ambari-trunk-Commit/232/console
https://builds.apache.org/job/Ambari-trunk-Commit/233/console

H4 (they fail due to another ambari-admin test failures, I will look into
it)
https://builds.apache.org/job/Ambari-trunk-Commit/231/consoleFull
https://builds.apache.org/job/Ambari-trunk-Commit/230/consoleFull
https://builds.apache.org/job/Ambari-trunk-Commit/229/consoleFull
https://builds.apache.org/job/Ambari-trunk-Commit/228/consoleFull


> trunk commit build unstable due to npm installation (?) 
> --------------------------------------------------------
>
>                 Key: AMBARI-7271
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7271
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: jun aoki
>            Assignee: jun aoki
>
> The build have failed a few times due to some npm install error.
> https://builds.apache.org/job/Ambari-trunk-Commit/209/console
> https://builds.apache.org/job/Ambari-trunk-Commit/220/console
> https://builds.apache.org/job/Ambari-trunk-Commit/223/console
> I observed following errors upon npm install -g brunch
> {code}
> + npm install -g brunch
> npm WARN optional dep failed, continuing fsevents@0.2.1
> npm ERR! Error: ENOENT, lstat '/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/contrib/views/node.js/target/lib/node_modules/brunch/node_modules/pushserve/node_modules/express/node_modules/cookie-signature/index.js'
> npm ERR! If you need help, you may report this *entire* log,
> npm ERR! including the npm and node versions, at:
> npm ERR!     <http://github.com/npm/npm/issues>
> {code}
> The resolution could be this
> https://alicoding.com/how-to-fix-error-enoent-lstat-npm-when-trying-to-install-modules/
> {code}
> npm cache clean 
> {code}
> before
> {code}
>  npm install -g brunch
> {code}
> I don't have access to configure the job so I will let the community know how to solve this issue.



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