Hello All, I am trying to run CS simulator (master branch latest). This setup is on cygwin running on Windows 8.1. Here is the error I am encountering:
$ mvn -Pdeveloper,marvin.setup -Dmarvin.config=setup/dev/advanced.cfg -pl :cloud-marvin integration-test [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache CloudStack marvin 4.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-marvin --- Downloading: http://repository.apache.org/snapshots/org/apache/cloudstack/checkstyle/4.5.0-SNAPSHOT/maven-metadata.xml [INFO] Starting audit... Audit done. [INFO] [INFO] --- gmaven-plugin:1.5:execute (setproperty) @ cloud-marvin --- [INFO] [INFO] --- exec-maven-plugin:1.2.1:exec (generate-sources) @ cloud-marvin --- [INFO] [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-marvin --- [INFO] [INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ cloud-marvin --- [INFO] [INFO] --- exec-maven-plugin:1.2.1:exec (pre-integration-test) @ cloud-marvin --- Traceback (most recent call last): File "deployAndRun.py", line 24, in <module> from marvinInit import MarvinInit File "/home/abhisekb/cloudstack/tools/marvin/marvin/marvinInit.py", line 28, in <module> from marvin.marvinLog import MarvinLog File "/usr/lib/python2.7/site-packages/marvin/marvinLog.py", line 28, in <module> from marvin.lib.utils import random_gen File "/usr/lib/python2.7/site-packages/marvin/lib/utils.py", line 34, in <module> from marvin.sshClient import SshClient File "/usr/lib/python2.7/site-packages/marvin/sshClient.py", line 18, in <module> from paramiko import (BadHostKeyException, File "/usr/lib/python2.7/site-packages/paramiko/__init__.py", line 31, in <module> from paramiko.transport import SecurityOptions, Transport File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 55, in <module> from paramiko.ecdsakey import ECDSAKey File "/usr/lib/python2.7/site-packages/paramiko/ecdsakey.py", line 26, in <module> from ecdsa import SigningKey, VerifyingKey, der, curves ImportError: No module named ecdsa [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 50.043 s [INFO] Finished at: 2014-08-01T09:42:31+05:30 [INFO] Final Memory: 47M/118M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (pre-integration-test) on project cloud-marvin: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [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/MojoExecutionException Can someone help here? Regards, Abhisek