Advertisement
Guest User

Untitled

a guest
May 31st, 2017
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. Started by GitHub push by aednine
  2. Building remotely on dc0pretest01 in workspace /data-local/jenkins/workspace/amber-master
  3. > git rev-parse --is-inside-work-tree # timeout=10
  4. Fetching changes from the remote Git repository
  5. > git config remote.origin.url git@github.com:karnov/amber.git # timeout=10
  6. Fetching upstream changes from git@github.com:karnov/amber.git
  7. > git --version # timeout=10
  8. using GIT_SSH to set credentials
  9. > git fetch --tags --progress git@github.com:karnov/amber.git +refs/heads/master:refs/remotes/origin/master
  10. > git rev-parse origin/master^{commit} # timeout=10
  11. Checking out Revision 4baf97a3d323693a8ba6af31ef06a682f12498a1 (origin/master)
  12. > git config core.sparsecheckout # timeout=10
  13. > git checkout -f 4baf97a3d323693a8ba6af31ef06a682f12498a1
  14. > git rev-list b15b4ccb39acce85f793e0be722134b3dd58d03a # timeout=10
  15. Capturing environment variables produced by 'rvm use .'
  16.  
  17. $ bash -c export
  18. $ bash -c "test -f ~/.rvm/scripts/rvm"
  19. $ bash -c "test -f ~/.rvm/scripts/rvm"
  20. [amber-master] $ bash -c " source ~/.rvm/scripts/rvm && rvm use --install --create . && export > rvm.env"
  21. Using /home/kgonline/.rvm/gems/ruby-2.4.0
  22. [amber-master] $ /bin/sh -xe /tmp/hudson6337024633751509449.sh
  23. + ./bin/ci-build.sh
  24. dvap 0.1.1 built to pkg/dvap-0.1.1.gem.
  25. /data-local/jenkins/workspace/amber-master
  26. JS Lint...
  27.  
  28. > DVAP@0.0.1 lint:js /data-local/jenkins/workspace/amber-master
  29. > eslint ./app/frontend --fix
  30.  
  31.  
  32. Oops! Something went wrong! :(
  33.  
  34. ESLint couldn't find the plugin "eslint-plugin-standard". This can happen for a couple different reasons:
  35.  
  36. 1. If ESLint is installed globally, then make sure eslint-plugin-standard is also installed globally. A globally-installed ESLint cannot find a locally-installed plugin.
  37.  
  38. 2. If ESLint is installed locally, then it's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
  39.  
  40. npm i eslint-plugin-standard@latest --save-dev
  41.  
  42. If you still can't figure out the problem, please stop by https://gitter.im/eslint/eslint to chat with the team.
  43.  
  44.  
  45. npm ERR! Linux 3.10.0-514.10.2.el7.x86_64
  46. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "lint:js" "--fix"
  47. npm ERR! node v4.8.2
  48. npm ERR! npm v2.15.11
  49. npm ERR! code ELIFECYCLE
  50. npm ERR! DVAP@0.0.1 lint:js: `eslint ./app/frontend --fix`
  51. npm ERR! Exit status 1
  52. npm ERR!
  53. npm ERR! Failed at the DVAP@0.0.1 lint:js script 'eslint ./app/frontend --fix'.
  54. npm ERR! This is most likely a problem with the DVAP package,
  55. npm ERR! not with npm itself.
  56. npm ERR! Tell the author that this fails on your system:
  57. npm ERR! eslint ./app/frontend --fix
  58. npm ERR! You can get information on how to open an issue for this project with:
  59. npm ERR! npm bugs DVAP
  60. npm ERR! Or if that isn't available, you can get their info via:
  61. npm ERR!
  62. npm ERR! npm owner ls DVAP
  63. npm ERR! There is likely additional logging output above.
  64.  
  65. npm ERR! Please include the following file with any support request:
  66. npm ERR! /data-local/jenkins/workspace/amber-master/npm-debug.log
  67. Aborted with error code 1
  68. Build step 'Execute shell' marked build as failure
  69. Skipping publisher since build result is FAILURE
  70. Recording test results
  71. ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did tests run?
  72. For example, /data-local/jenkins/workspace/amber-master/tmp/reports/TEST-DvapManagerTest.xml is 7 days 22 hr old
  73.  
  74. Collecting checkstyle analysis files...
  75. [CHECKSTYLE] Finding all files that match the pattern tmp/checkstyle-*.xml
  76. [CHECKSTYLE] Parsing 3 files in /data-local/jenkins/workspace/amber-master
  77. [CHECKSTYLE] Successfully parsed file /data-local/jenkins/workspace/amber-master/tmp/checkstyle-eslint.xml with 0 unique warnings and 0 duplicates.
  78. [CHECKSTYLE] Successfully parsed file /data-local/jenkins/workspace/amber-master/tmp/checkstyle-rubocop.xml with 0 unique warnings and 0 duplicates.
  79. [CHECKSTYLE] Successfully parsed file /data-local/jenkins/workspace/amber-master/tmp/checkstyle-scss.xml with 0 unique warnings and 0 duplicates.
  80. Computing warning deltas based on reference build #14
  81. Build does not meet criteria for workspace archiving - result is not at least SUCCESS.
  82. Sending e-mails to: cristina.matonte@karnovgroup.com aed@nineconsult.dk pmadruga@gmail.com
  83. [Set GitHub commit status (universal)] ERROR on repos [GHRepository@7c9338cf[description=New Regnskabsanalyse Værktøj application (a.k.a dVAP, FART) ,homepage=<null>,name=amber,license=<null>,fork=false,size=65833,milestones={},language=JavaScript,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/karnov/amber,id=84843698]] (sha:4baf97a) with context:amber-master
  84. Setting commit status on GitHub for https://github.com/karnov/amber/commit/4baf97a3d323693a8ba6af31ef06a682f12498a1
  85. Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
  86. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement