eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
862 stars 783 forks source link

build error: npm #2219

Closed maggu2810 closed 7 years ago

maggu2810 commented 7 years ago

Hi, it seems that Travis CI and Hudson can build the project. So it could be related to my local machine, but I have no clue (ATM) what causes the error. Perhaps someone can help.

I cannot build the Paper UI anymore.

I already checked, that I have a clean working copy of the sources:

rm -rf extensions/ui/org.eclipse.smarthome.ui.paper
git checkout extensions/ui/org.eclipse.smarthome.ui.paper

But this does not solve the problem. I always run into the same error.

rathgeb@pc05 ~/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper $ mvn clean install
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=512m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1g; support was removed in 8.0
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.smarthome.extension.ui:org.eclipse.smarthome.ui.paper:0.9.0-SNAPSHOT @ /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ (0B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.4/ (0B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.4
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (0B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2
[INFO] Adding repository http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.8.3
[INFO] Adding repository http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402
[INFO] Adding repository http://dist.springsource.org/release/GRECLIPSE/e4.4
[INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201406250900/ (0B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/releases/luna/201406250900
[INFO] Adding repository http://www.jupnp.org/update-site/2.2.0
[INFO] Adding repository http://hstaudacher.github.io/osgi-jax-rs-connector/5.3.0
[INFO] Adding repository http://download.eclipse.org/paho
[INFO] Adding repository http://eclipse.github.io/smarthome/third-party/target/repository
[INFO] Adding repository http://www.jmdns.org/update-site
[INFO] Adding repository http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.2.9.v20150224
[INFO] Resolving dependencies of MavenProject: org.eclipse.smarthome.extension.ui:org.eclipse.smarthome.ui.paper:0.9.0-SNAPSHOT @ /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.smarthome.extension.ui:org.eclipse.smarthome.ui.paper:0.9.0-SNAPSHOT @ /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/pom.xml
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Eclipse SmartHome Paper UI 0.9.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.smarthome.ui.paper ---
[INFO] Deleting /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.smarthome.ui.paper ---
[INFO] The project's OSGi version is 0.9.0.201609270653
[INFO] 
[INFO] --- tycho-packaging-plugin:0.23.1:validate-id (default-validate-id) @ org.eclipse.smarthome.ui.paper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.23.1:validate-version (default-validate-version) @ org.eclipse.smarthome.ui.paper ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ org.eclipse.smarthome.ui.paper ---
[INFO] Source directory: /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/src/main/groovy added.
[INFO] 
[INFO] --- frontend-maven-plugin:1.0:install-node-and-npm (Install node and npm) @ org.eclipse.smarthome.ui.paper ---
[INFO] Installing node version v5.4.0
[INFO] Unpacking /home/rathgeb/.m2/repository/com/github/eirslett/node/5.4.0/node-5.4.0-linux-x64.tar.gz into /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node/tmp
[INFO] Copying node binary from /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node/tmp/node-v5.4.0-linux-x64/bin/node to /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node/node
[INFO] Installed node locally.
[INFO] Installing npm version 3.3.12
[INFO] Unpacking /home/rathgeb/.m2/repository/com/github/eirslett/npm/3.3.12/npm-3.3.12.tar.gz into /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node/node_modules
[INFO] Installed npm locally.
[INFO] 
[INFO] --- frontend-maven-plugin:1.0:npm (npm install) @ org.eclipse.smarthome.ui.paper ---
[INFO] Running 'npm install' in /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper
[WARNING] npm WARN engine bootstrap@3.3.2: wanted: {"node":"~0.10.1"} (current: {"node":"5.4.0","npm":"3.3.12"})
[ERROR] npm ERR! Linux 4.7.2-gentoo
[ERROR] npm ERR! argv "/home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node/node" "/home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node/node_modules/npm/bin/npm-cli.js" "install"
[ERROR] npm ERR! node v5.4.0
[ERROR] npm ERR! npm  v3.3.12
[ERROR] npm ERR! path /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/target/npm_cache/registry.npmjs.org/angular-material/.cache.json.6daf9ab5f0e640b3e6e18f8327fc0f78
[ERROR] npm ERR! code ENOENT
[ERROR] npm ERR! errno -2
[ERROR] npm ERR! syscall lstat
[ERROR] 
[ERROR] npm ERR! enoent ENOENT: no such file or directory, lstat '/home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/target/npm_cache/registry.npmjs.org/angular-material/.cache.json.6daf9ab5f0e640b3e6e18f8327fc0f78'
[ERROR] npm ERR! enoent This is most likely not a problem with npm itself
[ERROR] npm ERR! enoent and is related to npm not being able to find a file.
[ERROR] npm ERR! enoent 
[ERROR] 
[ERROR] npm ERR! Please include the following file with any support request:
[ERROR] npm ERR!     /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/npm-debug.log
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:42 min
[INFO] Finished at: 2016-09-27T08:53:54+02:00
[INFO] Final Memory: 70M/1483M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.0:npm (npm install) on project org.eclipse.smarthome.ui.paper: Failed to run task: 'npm install' failed. (error code 254) -> [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
maggu2810 commented 7 years ago

As I already mentioned: Close the Eclipse IDE if you start a Maven command line build.

maggu2810 commented 7 years ago

I run into this error again - without any opened IDE.

maggu2810 commented 7 years ago

I have tried it again (git clean + build only paper ui instead of the whole tree) and it succeeded.

Is there some kind of magic?

[INFO] ------------------------------------------------------------------------
[INFO] Building Eclipse SmartHome Paper UI 0.9.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.smarthome.ui.paper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.smarthome.ui.paper ---
[INFO] The project's OSGi version is 0.9.0.201609291216
[INFO] 
[INFO] --- tycho-packaging-plugin:0.23.1:validate-id (default-validate-id) @ org.eclipse.smarthome.ui.paper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.23.1:validate-version (default-validate-version) @ org.eclipse.smarthome.ui.paper ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ org.eclipse.smarthome.ui.paper ---
[INFO] Source directory: /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/src/main/groovy added.
[INFO] 
[INFO] --- frontend-maven-plugin:1.0:install-node-and-npm (Install node and npm) @ org.eclipse.smarthome.ui.paper ---
[INFO] Installing node version v5.4.0
[INFO] Unpacking /home/rathgeb/.m2/repository/com/github/eirslett/node/5.4.0/node-5.4.0-linux-x64.tar.gz into /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node/tmp
[INFO] Copying node binary from /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node/tmp/node-v5.4.0-linux-x64/bin/node to /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node/node
[INFO] Installed node locally.
[INFO] Installing npm version 3.3.12
[INFO] Unpacking /home/rathgeb/.m2/repository/com/github/eirslett/npm/3.3.12/npm-3.3.12.tar.gz into /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node/node_modules
[INFO] Installed npm locally.
[INFO] 
[INFO] --- frontend-maven-plugin:1.0:npm (npm install) @ org.eclipse.smarthome.ui.paper ---
[INFO] Running 'npm install' in /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper
[WARNING] npm WARN engine bootstrap@3.3.2: wanted: {"node":"~0.10.1"} (current: {"node":"5.4.0","npm":"3.3.12"})
[WARNING] npm WARN install Couldn't install optional dependency: Unsupported
[WARNING] npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
[WARNING] npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
[WARNING] npm WARN deprecated lodash.isarray@4.0.0: This package is deprecated. Use Array.isArray.
[WARNING] npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
[WARNING] npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
[WARNING] npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
[INFO] 
[INFO] > phantomjs-prebuilt@2.1.12 install /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node_modules/phantomjs-prebuilt
[INFO] > node install.js
[INFO] 
[INFO] PhantomJS not found on PATH
[INFO] Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2
[INFO] Saving to /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/target/npm_tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
[INFO] Receiving...
[INFO] 
[INFO] Received 22866K total.
[INFO] Extracting tar contents (via spawned process)
[INFO] Removing /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node_modules/phantomjs-prebuilt/lib/phantom
[INFO] Copying extracted folder /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/target/npm_tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1475151559515/phantomjs-2.1.1-linux-x86_64 -> /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node_modules/phantomjs-prebuilt/lib/phantom
[INFO] Writing location.js file
[INFO] Done. Phantomjs binary available at /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
[INFO] org.eclipse.smarthome.ui.paperui@0.9.0 /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper
[INFO] +-- angular@1.4.8 
[INFO] +-- angular-animate@1.4.8 
[INFO] +-- angular-aria@1.4.8 
[INFO] +-- angular-material@1.0.1 
[INFO] +-- angular-messages@1.4.8 
[INFO] +-- angular-resource@1.4.8 
[INFO] +-- angular-route@1.4.8 
[INFO] +-- angular-sanitize@1.4.8 
[INFO] +-- angular-ui-sortable@0.13.4 
[INFO] +-- bootstrap@3.3.2 
[INFO] +-- browser-sync@2.7.13 
[INFO] | +-- anymatch@1.3.0 
[INFO] | +-- async-each-series@0.1.1 
[INFO] | +-- browser-sync-client@2.4.2 
[INFO] | | +-- etag@1.7.0 
[INFO] | | `-- fresh@0.3.0 
[INFO] | +-- browser-sync-ui@0.5.19 
[INFO] | | +-- connect-history-api-fallback@1.3.0 
[INFO] | | +-- stream-throttle@0.1.3 
[INFO] | | | +-- commander@2.9.0 
[INFO] | | | | `-- graceful-readlink@1.0.1 
[INFO] | | | `-- limiter@1.1.0 
[INFO] | | `-- weinre@2.0.0-pre-I0Z7U9OV 
[INFO] | |   +-- express@2.5.11 
[INFO] | |   | +-- connect@1.9.2 
[INFO] | |   | | `-- formidable@1.0.17 
[INFO] | |   | +-- mime@1.2.4 
[INFO] | |   | +-- mkdirp@0.3.0 
[INFO] | |   | `-- qs@0.4.2 
[INFO] | |   +-- nopt@3.0.6 
[INFO] | |   | `-- abbrev@1.0.9 
[INFO] | |   `-- underscore@1.7.0 
[INFO] | +-- chokidar@1.6.0 
[INFO] | | +-- async-each@1.0.1 
[INFO] | | +-- glob-parent@2.0.0 
[INFO] | | +-- inherits@2.0.3 
[INFO] | | +-- is-binary-path@1.0.1 
[INFO] | | | `-- binary-extensions@1.6.0 
[INFO] | | +-- path-is-absolute@1.0.0 
[INFO] | | `-- readdirp@2.1.0 
[INFO] | |   +-- readable-stream@2.1.5 
[INFO] | |   | `-- buffer-shims@1.0.0 
[INFO] | |   `-- set-immediate-shim@1.0.1 
[INFO] | +-- connect@3.5.0 
[INFO] | | +-- debug@2.2.0 
[INFO] | | | `-- ms@0.7.1 
[INFO] | | +-- finalhandler@0.5.0 
[INFO] | | | +-- statuses@1.3.0 
[INFO] | | | `-- unpipe@1.0.0 
[INFO] | | +-- parseurl@1.3.1 
[INFO] | | `-- utils-merge@1.0.0 
[INFO] | +-- dev-ip@1.0.1 
[INFO] | +-- easy-extender@2.3.2 
[INFO] | +-- eazy-logger@2.1.3 
[INFO] | | +-- lodash.clonedeep@4.3.1 
[INFO] | | | `-- lodash._baseclone@4.5.7 
[INFO] | | +-- opt-merger@1.1.1 
[INFO] | | `-- tfunk@3.0.2 
[INFO] | |   `-- object-path@0.9.2 
[INFO] | +-- emitter-steward@0.0.1 
[INFO] | +-- foxy@11.1.5 
[INFO] | | `-- lodash.merge@3.3.2 
[INFO] | |   +-- lodash._arraycopy@3.0.0 
[INFO] | |   +-- lodash._arrayeach@3.0.0 
[INFO] | |   +-- lodash._createassigner@3.1.1 
[INFO] | |   | `-- lodash._bindcallback@3.0.1 
[INFO] | |   +-- lodash._getnative@3.9.1 
[INFO] | |   +-- lodash.isarguments@3.1.0 
[INFO] | |   +-- lodash.isarray@3.0.4 
[INFO] | |   +-- lodash.isplainobject@3.2.0 
[INFO] | |   | `-- lodash._basefor@3.0.3 
[INFO] | |   +-- lodash.istypedarray@3.0.6 
[INFO] | |   +-- lodash.keysin@3.0.8 
[INFO] | |   `-- lodash.toplainobject@3.0.0 
[INFO] | +-- immutable@3.8.1 
[INFO] | +-- localtunnel@1.8.1 
[INFO] | | +-- openurl@1.1.0 
[INFO] | | +-- request@2.65.0 
[INFO] | | | +-- aws-sign2@0.6.0 
[INFO] | | | +-- bl@1.0.3 
[INFO] | | | | `-- readable-stream@2.0.6 
[INFO] | | | +-- caseless@0.11.0 
[INFO] | | | +-- combined-stream@1.0.5 
[INFO] | | | | `-- delayed-stream@1.0.0 
[INFO] | | | +-- forever-agent@0.6.1 
[INFO] | | | +-- form-data@1.0.1 
[INFO] | | | | `-- async@2.0.1 
[INFO] | | | |   `-- lodash@4.16.2 
[INFO] | | | +-- har-validator@2.0.6 
[INFO] | | | | `-- is-my-json-valid@2.14.0 
[INFO] | | | |   +-- generate-function@2.0.0 
[INFO] | | | |   +-- generate-object-property@1.2.0 
[INFO] | | | |   | `-- is-property@1.0.2 
[INFO] | | | |   `-- jsonpointer@2.0.0 
[INFO] | | | +-- hawk@3.1.3 
[INFO] | | | | +-- boom@2.10.1 
[INFO] | | | | +-- cryptiles@2.0.5 
[INFO] | | | | +-- hoek@2.16.3 
[INFO] | | | | `-- sntp@1.0.9 
[INFO] | | | +-- http-signature@0.11.0 
[INFO] | | | | +-- asn1@0.1.11 
[INFO] | | | | +-- assert-plus@0.1.5 
[INFO] | | | | `-- ctype@0.5.3 
[INFO] | | | +-- isstream@0.1.2 
[INFO] | | | +-- json-stringify-safe@5.0.1 
[INFO] | | | +-- node-uuid@1.4.7 
[INFO] | | | +-- oauth-sign@0.8.2 
[INFO] | | | +-- qs@5.2.1 
[INFO] | | | +-- stringstream@0.0.5 
[INFO] | | | +-- tough-cookie@2.2.2 
[INFO] | | | `-- tunnel-agent@0.4.3 
[INFO] | | `-- yargs@3.29.0 
[INFO] | |   +-- camelcase@1.2.1 
[INFO] | |   +-- cliui@3.2.0 
[INFO] | |   | +-- string-width@1.0.2 
[INFO] | |   | | +-- code-point-at@1.0.0 
[INFO] | |   | | | `-- number-is-nan@1.0.0 
[INFO] | |   | | `-- is-fullwidth-code-point@1.0.0 
[INFO] | |   | `-- wrap-ansi@2.0.0 
[INFO] | |   +-- os-locale@1.4.0 
[INFO] | |   | `-- lcid@1.0.0 
[INFO] | |   |   `-- invert-kv@1.0.0 
[INFO] | |   +-- window-size@0.1.4 
[INFO] | |   `-- y18n@3.2.1 
[INFO] | +-- lodash@3.10.1 
[INFO] | +-- longest@1.0.1 
[INFO] | +-- meow@3.7.0 
[INFO] | | +-- camelcase-keys@2.1.0 
[INFO] | | | `-- camelcase@2.1.1 
[INFO] | | +-- decamelize@1.2.0 
[INFO] | | +-- loud-rejection@1.6.0 
[INFO] | | | +-- currently-unhandled@0.4.1 
[INFO] | | | | `-- array-find-index@1.0.1 
[INFO] | | | `-- signal-exit@3.0.1 
[INFO] | | +-- map-obj@1.0.1 
[INFO] | | +-- normalize-package-data@2.3.5 
[INFO] | | | +-- hosted-git-info@2.1.5 
[INFO] | | | +-- is-builtin-module@1.0.0 
[INFO] | | | | `-- builtin-modules@1.1.1 
[INFO] | | | +-- semver@5.3.0 
[INFO] | | | `-- validate-npm-package-license@3.0.1 
[INFO] | | |   +-- spdx-correct@1.0.2 
[INFO] | | |   | `-- spdx-license-ids@1.2.2 
[INFO] | | |   `-- spdx-expression-parse@1.0.3 
[INFO] | | +-- read-pkg-up@1.0.1 
[INFO] | | | +-- find-up@1.1.2 
[INFO] | | | | `-- path-exists@2.1.0 
[INFO] | | | `-- read-pkg@1.1.0 
[INFO] | | |   +-- load-json-file@1.1.0 
[INFO] | | |   | +-- parse-json@2.2.0 
[INFO] | | |   | | `-- error-ex@1.3.0 
[INFO] | | |   | |   `-- is-arrayish@0.2.1 
[INFO] | | |   | `-- strip-bom@2.0.0 
[INFO] | | |   `-- path-type@1.1.0 
[INFO] | | +-- redent@1.0.0 
[INFO] | | | +-- indent-string@2.1.0 
[INFO] | | | | `-- repeating@2.0.1 
[INFO] | | | |   `-- is-finite@1.0.1 
[INFO] | | | `-- strip-indent@1.0.1 
[INFO] | | `-- trim-newlines@1.0.0 
[INFO] | +-- opn@2.0.1 
[INFO] | +-- pad-left@1.0.2 
[INFO] | | `-- repeat-string@1.5.4 
[INFO] | +-- portscanner@1.0.0 
[INFO] | | `-- async@0.1.15 
[INFO] | +-- query-string@2.4.2 
[INFO] | | `-- strict-uri-encode@1.1.0 
[INFO] | +-- resp-modifier@4.0.4 
[INFO] | | `-- minimatch@2.0.10 
[INFO] | +-- serve-index@1.8.0 
[INFO] | | +-- accepts@1.3.3 
[INFO] | | | `-- negotiator@0.6.1 
[INFO] | | +-- batch@0.5.3 
[INFO] | | +-- escape-html@1.0.3 
[INFO] | | +-- http-errors@1.5.0 
[INFO] | | | +-- inherits@2.0.1 
[INFO] | | | `-- setprototypeof@1.0.1 
[INFO] | | `-- mime-types@2.1.12 
[INFO] | |   `-- mime-db@1.24.0 
[INFO] | +-- serve-static@1.11.1 
[INFO] | | +-- encodeurl@1.0.1 
[INFO] | | `-- send@0.14.1 
[INFO] | |   +-- destroy@1.0.4 
[INFO] | |   `-- mime@1.3.4 
[INFO] | +-- socket.io@1.4.8 
[INFO] | | +-- engine.io@1.6.11 
[INFO] | | | +-- accepts@1.1.4 
[INFO] | | | | +-- mime-types@2.0.14 
[INFO] | | | | | `-- mime-db@1.12.0 
[INFO] | | | | `-- negotiator@0.4.9 
[INFO] | | | +-- base64id@0.1.0 
[INFO] | | | +-- engine.io-parser@1.2.4 
[INFO] | | | | +-- after@0.8.1 
[INFO] | | | | +-- arraybuffer.slice@0.0.6 
[INFO] | | | | +-- base64-arraybuffer@0.1.2 
[INFO] | | | | +-- blob@0.0.4 
[INFO] | | | | +-- has-binary@0.1.6 
[INFO] | | | | | `-- isarray@0.0.1 
[INFO] | | | | `-- utf8@2.1.0 
[INFO] | | | `-- ws@1.1.0 
[INFO] | | |   +-- options@0.0.6 
[INFO] | | |   `-- ultron@1.0.2 
[INFO] | | +-- has-binary@0.1.7 
[INFO] | | | `-- isarray@0.0.1 
[INFO] | | +-- socket.io-adapter@0.4.0 
[INFO] | | | `-- socket.io-parser@2.2.2 
[INFO] | | |   +-- debug@0.7.4 
[INFO] | | |   +-- isarray@0.0.1 
[INFO] | | |   `-- json3@3.2.6 
[INFO] | | +-- socket.io-client@1.4.8 
[INFO] | | | +-- backo2@1.0.2 
[INFO] | | | +-- component-bind@1.0.0 
[INFO] | | | +-- component-emitter@1.2.0 
[INFO] | | | +-- engine.io-client@1.6.11 
[INFO] | | | | +-- component-inherit@0.0.3 
[INFO] | | | | +-- has-cors@1.1.0 
[INFO] | | | | +-- parsejson@0.0.1 
[INFO] | | | | +-- parseqs@0.0.2 
[INFO] | | | | +-- ws@1.0.1 
[INFO] | | | | +-- xmlhttprequest-ssl@1.5.1 
[INFO] | | | | `-- yeast@0.1.2 
[INFO] | | | +-- indexof@0.0.1 
[INFO] | | | +-- object-component@0.0.3 
[INFO] | | | +-- parseuri@0.0.4 
[INFO] | | | | `-- better-assert@1.0.2 
[INFO] | | | |   `-- callsite@1.0.0 
[INFO] | | | `-- to-array@0.1.4 
[INFO] | | `-- socket.io-parser@2.2.6 
[INFO] | |   +-- benchmark@1.0.0 
[INFO] | |   +-- component-emitter@1.1.2 
[INFO] | |   +-- isarray@0.0.1 
[INFO] | |   `-- json3@3.3.2 
[INFO] | +-- ua-parser-js@0.7.10 
[INFO] | `-- ucfirst@0.0.1 
[INFO] +-- del@2.2.2 
[INFO] | +-- globby@5.0.0 
[INFO] | | `-- array-union@1.0.2 
[INFO] | +-- is-path-cwd@1.0.0 
[INFO] | +-- is-path-in-cwd@1.0.0 
[INFO] | | `-- is-path-inside@1.0.0 
[INFO] | |   `-- path-is-inside@1.0.2 
[INFO] | +-- object-assign@4.1.0 
[INFO] | +-- pify@2.3.0 
[INFO] | +-- pinkie-promise@2.0.1 
[INFO] | | `-- pinkie@2.0.4 
[INFO] | `-- rimraf@2.5.4 
[INFO] +-- gulp@3.9.1 
[INFO] | +-- archy@1.0.0 
[INFO] | +-- chalk@1.1.3 
[INFO] | | +-- ansi-styles@2.2.1 
[INFO] | | +-- has-ansi@2.0.0 
[INFO] | | | `-- ansi-regex@2.0.0 
[INFO] | | +-- strip-ansi@3.0.1 
[INFO] | | `-- supports-color@2.0.0 
[INFO] | +-- deprecated@0.0.1 
[INFO] | +-- interpret@1.0.1 
[INFO] | +-- liftoff@2.3.0 
[INFO] | | +-- extend@3.0.0 
[INFO] | | +-- findup-sync@0.4.2 
[INFO] | | | +-- detect-file@0.1.0 
[INFO] | | | | `-- fs-exists-sync@0.1.0 
[INFO] | | | `-- resolve-dir@0.1.1 
[INFO] | | |   `-- global-modules@0.2.3 
[INFO] | | |     +-- global-prefix@0.1.4 
[INFO] | | |     | +-- ini@1.3.4 
[INFO] | | |     | `-- osenv@0.1.3 
[INFO] | | |     `-- is-windows@0.2.0 
[INFO] | | +-- fined@1.0.1 
[INFO] | | | +-- expand-tilde@1.2.2 
[INFO] | | | +-- lodash.assignwith@4.2.0 
[INFO] | | | +-- lodash.isarray@4.0.0 
[INFO] | | | +-- lodash.isempty@4.4.0 
[INFO] | | | +-- lodash.isplainobject@4.0.6 
[INFO] | | | +-- lodash.pick@4.4.0 
[INFO] | | | `-- parse-filepath@1.0.1 
[INFO] | | |   +-- is-absolute@0.2.5 
[INFO] | | |   | +-- is-relative@0.2.1 
[INFO] | | |   | | `-- is-unc-path@0.1.1 
[INFO] | | |   | |   `-- unc-path-regex@0.1.2 
[INFO] | | |   | `-- is-windows@0.1.1 
[INFO] | | |   +-- map-cache@0.2.2 
[INFO] | | |   `-- path-root@0.1.1 
[INFO] | | |     `-- path-root-regex@0.1.2 
[INFO] | | +-- flagged-respawn@0.3.2 
[INFO] | | +-- lodash.isplainobject@4.0.6 
[INFO] | | +-- lodash.isstring@4.0.1 
[INFO] | | +-- lodash.mapvalues@4.6.0 
[INFO] | | +-- rechoir@0.6.2 
[INFO] | | `-- resolve@1.1.7 
[INFO] | +-- minimist@1.2.0 
[INFO] | +-- orchestrator@0.3.7 
[INFO] | | +-- end-of-stream@0.1.5 
[INFO] | | | `-- once@1.3.3 
[INFO] | | +-- sequencify@0.0.7 
[INFO] | | `-- stream-consume@0.1.0 
[INFO] | +-- pretty-hrtime@1.0.2 
[INFO] | +-- semver@4.3.6 
[INFO] | +-- tildify@1.2.0 
[INFO] | | `-- os-homedir@1.0.1 
[INFO] | +-- v8flags@2.0.11 
[INFO] | | `-- user-home@1.1.1 
[INFO] | `-- vinyl-fs@0.3.14 
[INFO] |   +-- defaults@1.0.3 
[INFO] |   +-- glob-stream@3.1.18 
[INFO] |   | +-- glob@4.5.3 
[INFO] |   | +-- glob2base@0.0.12 
[INFO] |   | | `-- find-index@0.1.1 
[INFO] |   | +-- minimatch@2.0.10 
[INFO] |   | +-- ordered-read-streams@0.1.0 
[INFO] |   | +-- through2@0.6.5 
[INFO] |   | | `-- readable-stream@1.0.34 
[INFO] |   | |   `-- isarray@0.0.1 
[INFO] |   | `-- unique-stream@1.0.0 
[INFO] |   +-- glob-watcher@0.0.6 
[INFO] |   | `-- gaze@0.5.2 
[INFO] |   |   `-- globule@0.1.0 
[INFO] |   |     +-- glob@3.1.21 
[INFO] |   |     | +-- graceful-fs@1.2.3 
[INFO] |   |     | `-- inherits@1.0.2 
[INFO] |   |     +-- lodash@1.0.2 
[INFO] |   |     `-- minimatch@0.2.14 
[INFO] |   |       +-- lru-cache@2.7.3 
[INFO] |   |       `-- sigmund@1.0.1 
[INFO] |   +-- graceful-fs@3.0.11 
[INFO] |   | `-- natives@1.1.0 
[INFO] |   +-- mkdirp@0.5.1 
[INFO] |   | `-- minimist@0.0.8 
[INFO] |   +-- strip-bom@1.0.0 
[INFO] |   | +-- first-chunk-stream@1.0.0 
[INFO] |   | `-- is-utf8@0.2.1 
[INFO] |   +-- through2@0.6.5 
[INFO] |   | `-- readable-stream@1.0.34 
[INFO] |   |   `-- isarray@0.0.1 
[INFO] |   `-- vinyl@0.4.6 
[INFO] |     `-- clone@0.2.0 
[INFO] +-- gulp-angular-filesort@1.1.1 
[INFO] | +-- event-stream@3.3.4 
[INFO] | | +-- duplexer@0.1.1 
[INFO] | | +-- from@0.1.3 
[INFO] | | +-- map-stream@0.1.0 
[INFO] | | +-- pause-stream@0.0.11 
[INFO] | | +-- split@0.3.3 
[INFO] | | +-- stream-combiner@0.0.4 
[INFO] | | `-- through@2.3.8 
[INFO] | +-- ng-dependencies@0.2.0 
[INFO] | | +-- esprima@1.2.5 
[INFO] | | `-- estraverse@1.9.3 
[INFO] | `-- toposort@0.2.12 
[INFO] +-- gulp-concat@2.6.0 
[INFO] | +-- concat-with-sourcemaps@1.0.4 
[INFO] | `-- through2@0.6.5 
[INFO] |   +-- readable-stream@1.0.34 
[INFO] |   | +-- core-util-is@1.0.2 
[INFO] |   | +-- isarray@0.0.1 
[INFO] |   | `-- string_decoder@0.10.31 
[INFO] |   `-- xtend@4.0.1 
[INFO] +-- gulp-inject@4.1.0 
[INFO] | +-- arrify@1.0.1 
[INFO] | +-- escape-string-regexp@1.0.5 
[INFO] | +-- group-array@0.3.1 
[INFO] | | +-- get-value@2.0.6 
[INFO] | | `-- kind-of@3.0.4 
[INFO] | |   `-- is-buffer@1.1.4 
[INFO] | +-- stream-to-array@2.3.0 
[INFO] | | `-- any-promise@1.3.0 
[INFO] | `-- through2@2.0.1 
[INFO] |   `-- readable-stream@2.0.6 
[INFO] |     +-- process-nextick-args@1.0.7 
[INFO] |     `-- util-deprecate@1.0.2 
[INFO] +-- gulp-ng-annotate@1.0.0 
[INFO] | +-- bufferstreams@0.0.2 
[INFO] | | `-- readable-stream@1.1.14 
[INFO] | |   `-- isarray@0.0.1 
[INFO] | +-- gulp-util@2.2.20 
[INFO] | | +-- chalk@0.5.1 
[INFO] | | | +-- ansi-styles@1.1.0 
[INFO] | | | +-- has-ansi@0.1.0 
[INFO] | | | | `-- ansi-regex@0.2.1 
[INFO] | | | +-- strip-ansi@0.3.0 
[INFO] | | | `-- supports-color@0.2.0 
[INFO] | | +-- lodash._reinterpolate@2.4.1 
[INFO] | | +-- lodash.template@2.4.1 
[INFO] | | | +-- lodash._escapestringchar@2.4.1 
[INFO] | | | +-- lodash.defaults@2.4.1 
[INFO] | | | | +-- lodash._objecttypes@2.4.1 
[INFO] | | | | `-- lodash.keys@2.4.1 
[INFO] | | | +-- lodash.escape@2.4.1 
[INFO] | | | | +-- lodash._escapehtmlchar@2.4.1 
[INFO] | | | | | `-- lodash._htmlescapes@2.4.1 
[INFO] | | | | `-- lodash._reunescapedhtml@2.4.1 
[INFO] | | | |   `-- lodash.keys@2.4.1 
[INFO] | | | +-- lodash.keys@2.4.1 
[INFO] | | | | +-- lodash._isnative@2.4.1 
[INFO] | | | | +-- lodash._shimkeys@2.4.1 
[INFO] | | | | `-- lodash.isobject@2.4.1 
[INFO] | | | +-- lodash.templatesettings@2.4.1 
[INFO] | | | `-- lodash.values@2.4.1 
[INFO] | | |   `-- lodash.keys@2.4.1 
[INFO] | | +-- minimist@0.2.0 
[INFO] | | +-- through2@0.5.1 
[INFO] | | | `-- xtend@3.0.0 
[INFO] | | `-- vinyl@0.2.3 
[INFO] | +-- merge@1.2.0 
[INFO] | +-- ng-annotate@1.2.1 
[INFO] | | +-- acorn@2.6.4 
[INFO] | | +-- alter@0.2.0 
[INFO] | | +-- convert-source-map@1.1.3 
[INFO] | | +-- ordered-ast-traverse@1.1.1 
[INFO] | | | `-- ordered-esprima-props@1.1.0 
[INFO] | | +-- simple-fmt@0.1.0 
[INFO] | | +-- simple-is@0.2.0 
[INFO] | | +-- stable@0.1.5 
[INFO] | | +-- stringmap@0.2.2 
[INFO] | | +-- stringset@0.2.1 
[INFO] | | `-- tryor@0.1.2 
[INFO] | +-- through2@0.4.2 
[INFO] | | +-- readable-stream@1.0.34 
[INFO] | | | `-- isarray@0.0.1 
[INFO] | | `-- xtend@2.1.2 
[INFO] | |   `-- object-keys@0.4.0 
[INFO] | `-- vinyl-sourcemaps-apply@0.1.4 
[INFO] |   `-- source-map@0.1.43 
[INFO] |     `-- amdefine@1.0.0 
[INFO] +-- gulp-rename@1.2.2 
[INFO] +-- gulp-uglify@1.5.4 
[INFO] | +-- deap@1.0.0 
[INFO] | +-- fancy-log@1.2.0 
[INFO] | | `-- time-stamp@1.0.1 
[INFO] | +-- isobject@2.1.0 
[INFO] | | `-- isarray@1.0.0 
[INFO] | +-- uglify-js@2.6.4 
[INFO] | | +-- async@0.2.10 
[INFO] | | +-- uglify-to-browserify@1.0.2 
[INFO] | | `-- yargs@3.10.0 
[INFO] | |   +-- camelcase@1.2.1 
[INFO] | |   +-- cliui@2.1.0 
[INFO] | |   | +-- center-align@0.1.3 
[INFO] | |   | | +-- align-text@0.1.4 
[INFO] | |   | | `-- lazy-cache@1.0.4 
[INFO] | |   | +-- right-align@0.1.3 
[INFO] | |   | `-- wordwrap@0.0.2 
[INFO] | |   `-- window-size@0.1.0 
[INFO] | +-- uglify-save-license@0.4.1 
[INFO] | `-- vinyl-sourcemaps-apply@0.2.1 
[INFO] +-- gulp-util@3.0.7 
[INFO] | +-- array-differ@1.0.0 
[INFO] | +-- array-uniq@1.0.3 
[INFO] | +-- beeper@1.1.0 
[INFO] | +-- dateformat@1.0.12 
[INFO] | | `-- get-stdin@4.0.1 
[INFO] | +-- gulplog@1.0.0 
[INFO] | | `-- glogg@1.0.0 
[INFO] | +-- has-gulplog@0.1.0 
[INFO] | | `-- sparkles@1.0.0 
[INFO] | +-- lodash._reescape@3.0.0 
[INFO] | +-- lodash._reevaluate@3.0.0 
[INFO] | +-- lodash._reinterpolate@3.0.0 
[INFO] | +-- lodash.template@3.6.2 
[INFO] | | +-- lodash._basecopy@3.0.1 
[INFO] | | +-- lodash._basetostring@3.0.1 
[INFO] | | +-- lodash._basevalues@3.0.0 
[INFO] | | +-- lodash._isiterateecall@3.0.9 
[INFO] | | +-- lodash.escape@3.2.0 
[INFO] | | | `-- lodash._root@3.0.1 
[INFO] | | +-- lodash.keys@3.1.2 
[INFO] | | +-- lodash.restparam@3.6.1 
[INFO] | | `-- lodash.templatesettings@3.1.1 
[INFO] | +-- multipipe@0.1.2 
[INFO] | | `-- duplexer2@0.0.2 
[INFO] | |   `-- readable-stream@1.1.14 
[INFO] | |     `-- isarray@0.0.1 
[INFO] | +-- object-assign@3.0.0 
[INFO] | +-- replace-ext@0.0.1 
[INFO] | `-- vinyl@0.5.3 
[INFO] |   +-- clone@1.0.2 
[INFO] |   `-- clone-stats@0.0.1 
[INFO] +-- http-proxy-middleware@0.9.1 
[INFO] | +-- http-proxy@1.15.1 
[INFO] | | +-- eventemitter3@1.2.0 
[INFO] | | `-- requires-port@1.0.0 
[INFO] | +-- is-glob@2.0.1 
[INFO] | | `-- is-extglob@1.0.0 
[INFO] | `-- micromatch@2.3.11 
[INFO] |   +-- arr-diff@2.0.0 
[INFO] |   | `-- arr-flatten@1.0.1 
[INFO] |   +-- array-unique@0.2.1 
[INFO] |   +-- braces@1.8.5 
[INFO] |   | +-- expand-range@1.8.2 
[INFO] |   | | `-- fill-range@2.2.3 
[INFO] |   | |   +-- is-number@2.1.0 
[INFO] |   | |   `-- randomatic@1.1.5 
[INFO] |   | +-- preserve@0.2.0 
[INFO] |   | `-- repeat-element@1.1.2 
[INFO] |   +-- expand-brackets@0.1.5 
[INFO] |   | `-- is-posix-bracket@0.1.1 
[INFO] |   +-- extglob@0.3.2 
[INFO] |   +-- filename-regex@2.0.0 
[INFO] |   +-- normalize-path@2.0.1 
[INFO] |   +-- object.omit@2.0.0 
[INFO] |   | +-- for-own@0.1.4 
[INFO] |   | | `-- for-in@0.1.6 
[INFO] |   | `-- is-extendable@0.1.1 
[INFO] |   +-- parse-glob@3.0.4 
[INFO] |   | +-- glob-base@0.3.0 
[INFO] |   | `-- is-dotfile@1.0.2 
[INFO] |   `-- regex-cache@0.4.3 
[INFO] |     +-- is-equal-shallow@0.1.3 
[INFO] |     `-- is-primitive@2.0.0 
[INFO] +-- UNMET PEER DEPENDENCY jasmine-core@*
[INFO] +-- jquery@2.1.3 
[INFO] +-- jquery-ui@1.11.2  (git+https://github.com/jquery/jquery-ui.git#16a3e63a7108dc7da34d7d52b4fccd9ada24308c)
[INFO] +-- karma@1.3.0 
[INFO] | +-- bluebird@3.4.6 
[INFO] | +-- body-parser@1.15.2 
[INFO] | | +-- bytes@2.4.0 
[INFO] | | +-- content-type@1.0.2 
[INFO] | | +-- depd@1.1.0 
[INFO] | | +-- iconv-lite@0.4.13 
[INFO] | | +-- on-finished@2.3.0 
[INFO] | | | `-- ee-first@1.1.1 
[INFO] | | +-- qs@6.2.0 
[INFO] | | +-- raw-body@2.1.7 
[INFO] | | `-- type-is@1.6.13 
[INFO] | |   `-- media-typer@0.3.0 
[INFO] | +-- colors@1.1.2 
[INFO] | +-- combine-lists@1.0.1 
[INFO] | | `-- lodash@4.16.2 
[INFO] | +-- core-js@2.4.1 
[INFO] | +-- di@0.0.1 
[INFO] | +-- dom-serialize@2.2.1 
[INFO] | | +-- custom-event@1.0.0 
[INFO] | | +-- ent@2.2.0 
[INFO] | | `-- void-elements@2.0.1 
[INFO] | +-- expand-braces@0.1.2 
[INFO] | | +-- array-slice@0.2.3 
[INFO] | | `-- braces@0.1.5 
[INFO] | |   `-- expand-range@0.1.1 
[INFO] | |     +-- is-number@0.1.1 
[INFO] | |     `-- repeat-string@0.2.2 
[INFO] | +-- glob@7.1.0 
[INFO] | | +-- fs.realpath@1.0.0 
[INFO] | | +-- inflight@1.0.5 
[INFO] | | | `-- wrappy@1.0.2 
[INFO] | | `-- once@1.4.0 
[INFO] | +-- graceful-fs@4.1.9 
[INFO] | +-- isbinaryfile@3.0.1 
[INFO] | +-- log4js@0.6.38 
[INFO] | | +-- readable-stream@1.0.34 
[INFO] | | | `-- isarray@0.0.1 
[INFO] | | `-- semver@4.3.6 
[INFO] | +-- mime@1.3.4 
[INFO] | +-- minimatch@3.0.3 
[INFO] | | `-- brace-expansion@1.1.6 
[INFO] | |   +-- balanced-match@0.4.2 
[INFO] | |   `-- concat-map@0.0.1 
[INFO] | +-- optimist@0.6.1 
[INFO] | | +-- minimist@0.0.10 
[INFO] | | `-- wordwrap@0.0.3 
[INFO] | +-- qjobs@1.1.5 
[INFO] | +-- range-parser@1.2.0 
[INFO] | +-- socket.io@1.4.7 
[INFO] | | +-- engine.io@1.6.10 
[INFO] | | | +-- accepts@1.1.4 
[INFO] | | | | +-- mime-types@2.0.14 
[INFO] | | | | | `-- mime-db@1.12.0 
[INFO] | | | | `-- negotiator@0.4.9 
[INFO] | | | `-- ws@1.0.1 
[INFO] | | `-- socket.io-client@1.4.6 
[INFO] | |   +-- component-emitter@1.2.0 
[INFO] | |   `-- engine.io-client@1.6.9 
[INFO] | |     `-- component-emitter@1.1.2 
[INFO] | +-- source-map@0.5.6 
[INFO] | +-- tmp@0.0.28 
[INFO] | | `-- os-tmpdir@1.0.1 
[INFO] | `-- useragent@2.1.9 
[INFO] |   `-- lru-cache@2.2.4 
[INFO] +-- karma-angular@0.0.6 
[INFO] +-- karma-jasmine@1.0.2 
[INFO] +-- karma-junit7-sonarqube-reporter@0.0.5 
[INFO] | `-- xmlbuilder@0.4.2 
[INFO] +-- karma-phantomjs-launcher@1.0.2 
[INFO] | +-- lodash@4.16.2 
[INFO] | `-- phantomjs-prebuilt@2.1.12 
[INFO] |   +-- es6-promise@3.2.1 
[INFO] |   +-- extract-zip@1.5.0 
[INFO] |   | +-- concat-stream@1.5.0 
[WARNING] npm WARN EPEERINVALID karma-jasmine@1.0.2 requires a peer of jasmine-core@* but none was installed.
[INFO] |   | | +-- readable-stream@2.0.6 
[INFO] |   | | `-- typedarray@0.0.6 
[INFO] |   | +-- debug@0.7.4 
[INFO] |   | +-- mkdirp@0.5.0 
[INFO] |   | | `-- minimist@0.0.8 
[INFO] |   | `-- yauzl@2.4.1 
[INFO] |   |   `-- fd-slicer@1.0.1 
[INFO] |   |     `-- pend@1.2.0 
[INFO] |   +-- fs-extra@0.30.0 
[INFO] |   | +-- jsonfile@2.4.0 
[INFO] |   | `-- klaw@1.3.0 
[INFO] |   +-- hasha@2.2.0 
[INFO] |   | `-- is-stream@1.1.0 
[INFO] |   +-- kew@0.7.0 
[INFO] |   +-- progress@1.1.8 
[INFO] |   +-- request@2.74.0 
[INFO] |   | +-- aws4@1.4.1 
[INFO] |   | +-- bl@1.1.2 
[INFO] |   | | `-- readable-stream@2.0.6 
[INFO] |   | +-- http-signature@1.1.1 
[INFO] |   | | +-- assert-plus@0.2.0 
[INFO] |   | | +-- jsprim@1.3.1 
[INFO] |   | | | +-- extsprintf@1.0.2 
[INFO] |   | | | +-- json-schema@0.2.3 
[INFO] |   | | | `-- verror@1.3.6 
[INFO] |   | | `-- sshpk@1.10.1 
[INFO] |   | |   +-- asn1@0.2.3 
[INFO] |   | |   +-- assert-plus@1.0.0 
[INFO] |   | |   +-- bcrypt-pbkdf@1.0.0 
[INFO] |   | |   +-- dashdash@1.14.0 
[INFO] |   | |   | `-- assert-plus@1.0.0 
[INFO] |   | |   +-- ecc-jsbn@0.1.1 
[INFO] |   | |   +-- getpass@0.1.6 
[INFO] |   | |   | `-- assert-plus@1.0.0 
[INFO] |   | |   +-- jodid25519@1.0.2 
[INFO] |   | |   +-- jsbn@0.1.0 
[INFO] |   | |   `-- tweetnacl@0.14.3 
[INFO] |   | +-- is-typedarray@1.0.0 
[INFO] |   | +-- qs@6.2.1 
[INFO] |   | `-- tough-cookie@2.3.1 
[INFO] |   +-- request-progress@2.0.1 
[INFO] |   | `-- throttleit@1.0.0 
[INFO] |   `-- which@1.2.11 
[INFO] |     `-- isexe@1.1.2 
[INFO] +-- karma-spec-reporter@0.0.26 
[INFO] | `-- colors@0.6.2 
[INFO] +-- masonry-layout@3.3.1 
[INFO] | +-- fizzy-ui-utils@1.0.1 
[INFO] | | +-- desandro-matches-selector@1.0.3 
[INFO] | | `-- doc-ready@1.0.4 
[INFO] | +-- get-size@1.2.2 
[INFO] | | `-- desandro-get-style-property@1.0.4 
[INFO] | `-- outlayer@1.4.2 
[INFO] |   +-- eventie@1.0.6 
[INFO] |   `-- wolfy87-eventemitter@4.3.0 
[INFO] +-- material-design-icons@2.0.0 
[INFO] +-- roboto-fontface@0.4.2 
[INFO] +-- sprintf-js@1.0.3 
[INFO] `-- tinycolor2@1.1.2 
[INFO] 
[INFO] 
[INFO] --- frontend-maven-plugin:1.0:gulp (gulp build) @ org.eclipse.smarthome.ui.paper ---
[INFO] Running 'gulp.js default' in /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper
[INFO] [14:19:29] Using gulpfile ~/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/gulpfile.js
[INFO] [14:19:29] Starting 'uglify'...
[INFO] [14:19:29] Starting 'concat'...
[INFO] [14:19:29] Finished 'concat' after 12 ms
[INFO] [14:19:29] Starting 'copyCSSLibs'...
[INFO] [14:19:29] Starting 'copyFontLibs'...
[INFO] [14:19:29] Starting 'copyJSLibs'...
[INFO] [14:19:29] Starting 'copyJQUI'...
[INFO] [14:19:29] Finished 'copyJQUI' after 5.54 ms
[INFO] [14:19:29] Starting 'copyStatic'...
[INFO] [14:19:29] Starting 'copyPartials'...
[INFO] [14:19:30] Finished 'copyCSSLibs' after 923 ms
[INFO] [14:19:30] Finished 'uglify' after 1.07 s
[INFO] [14:19:30] Finished 'copyJSLibs' after 1.04 s
[INFO] [14:19:30] Finished 'copyStatic' after 1.03 s
[INFO] [14:19:30] Finished 'copyFontLibs' after 1.04 s
[INFO] [14:19:30] Finished 'copyPartials' after 1.04 s
[INFO] [14:19:30] Starting 'build'...
[INFO] [14:19:30] Finished 'build' after 6.28 μs
[INFO] [14:19:30] Starting 'inject'...
[INFO] MODE:false
[INFO] inject script = js/app.js
[INFO] inject script = js/constants.js
[INFO] inject script = js/services.min.js
[INFO] inject script = js/controllers.min.js
[INFO] inject script = js/extensions.js
[INFO] inject script = js/main.js
[INFO] inject script = js/shared.properties.js
[INFO] [14:19:30] gulp-inject 7 files into index.html.
[INFO] [14:19:30] Finished 'inject' after 17 ms
[INFO] [14:19:30] Starting 'default'...
[INFO] [14:19:30] Finished 'default' after 4.64 μs
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.smarthome.ui.paper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.23.1:compile (default-compile) @ org.eclipse.smarthome.ui.paper ---
[INFO] Compiling 1 source file to /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default) @ org.eclipse.smarthome.ui.paper ---
[INFO] Changes detected - recompiling the module!
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-test-source (add-test-source) @ org.eclipse.smarthome.ui.paper ---
[INFO] Test Source directory: /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/src/test/groovy added.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.smarthome.ui.paper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.23.1:plugin-source (plugin-source) @ org.eclipse.smarthome.ui.paper ---
[WARNING] bundle localization file /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/plugin.properties not found
[INFO] Building jar: /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/target/org.eclipse.smarthome.ui.paper-0.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.smarthome.ui.paper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.smarthome.ui.paper ---
[INFO] Building jar: /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/target/org.eclipse.smarthome.ui.paper-0.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.smarthome.ui.paper ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.smarthome.ui.paper ---
[INFO] Installing /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/target/org.eclipse.smarthome.ui.paper-0.9.0-SNAPSHOT.jar to /home/rathgeb/.m2/repository/org/eclipse/smarthome/extension/ui/org.eclipse.smarthome.ui.paper/0.9.0-SNAPSHOT/org.eclipse.smarthome.ui.paper-0.9.0-SNAPSHOT.jar
[INFO] Installing /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/pom.xml to /home/rathgeb/.m2/repository/org/eclipse/smarthome/extension/ui/org.eclipse.smarthome.ui.paper/0.9.0-SNAPSHOT/org.eclipse.smarthome.ui.paper-0.9.0-SNAPSHOT.pom
[INFO] Installing /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/target/org.eclipse.smarthome.ui.paper-0.9.0-SNAPSHOT-sources.jar to /home/rathgeb/.m2/repository/org/eclipse/smarthome/extension/ui/org.eclipse.smarthome.ui.paper/0.9.0-SNAPSHOT/org.eclipse.smarthome.ui.paper-0.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/target/p2content.xml to /home/rathgeb/.m2/repository/org/eclipse/smarthome/extension/ui/org.eclipse.smarthome.ui.paper/0.9.0-SNAPSHOT/org.eclipse.smarthome.ui.paper-0.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/rathgeb/bin/pkgs/eclipse/esh/git/smarthome/extensions/ui/org.eclipse.smarthome.ui.paper/target/p2artifacts.xml to /home/rathgeb/.m2/repository/org/eclipse/smarthome/extension/ui/org.eclipse.smarthome.ui.paper/0.9.0-SNAPSHOT/org.eclipse.smarthome.ui.paper-0.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.23.1:update-local-index (default-update-local-index) @ org.eclipse.smarthome.ui.paper ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:20 min
[INFO] Finished at: 2016-09-29T14:19:34+02:00
[INFO] Final Memory: 73M/1348M
[INFO] ------------------------------------------------------------------------