I forgot to reply all, I replied following to Will: ## start ## Will, can you share the travis job URL which failed? I suspect it could be environment related, Travis builds run on ubuntu trusty on GCE with 2 cores and 7.5GB RAM. We're running the build process/tests in parallel with -T4 to save time, while this should not cause issue we can try to remove this arg (-T4). ## end ##
I'll have a look at the failing PR and see if I can reproduce it -- https://github.com/apache/cloudstack/pull/1263 Regards. On Tue, Apr 12, 2016 at 2:01 AM, Will Stevens <[email protected]> wrote: > Hmmm. I am unable to reproduce this locally. I need to look deeper. > > Rohit, do you have any ideas on this? > > *Will STEVENS* > Lead Developer > > *CloudOps* *| *Cloud Solutions Experts > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 > w cloudops.com *|* tw @CloudOps_ > > On Mon, Apr 11, 2016 at 4:13 PM, Will Stevens <[email protected]> > wrote: > >> Could this be related to the following test errors? >> >> Tests run: 13, Failures: 0, Errors: 13, Skipped: 0, Time elapsed: 0.055 >> sec <<< FAILURE! - in com.cloud.api.ApiServletTest >> >> >> >> *Will STEVENS* >> Lead Developer >> >> *CloudOps* *| *Cloud Solutions Experts >> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 >> w cloudops.com *|* tw @CloudOps_ >> >> On Mon, Apr 11, 2016 at 2:03 AM, Rohit Yadav <[email protected]> >> wrote: >> >>> The failure suggests some unit test might have failed causing the build >>> to fail, causing Marvin distribution to be not built. >>> I have sent a PR that adds verbosity to the Travis build. >>> >>> Regards. >>> >>> Regards, >>> >>> Rohit Yadav >>> >>> [email protected] >>> www.shapeblue.com >>> 53 Chandos Place, Covent Garden, London WC2N 4HSUK >>> @shapeblue >>> >>> -----Original Message----- >>> From: Will Stevens [mailto:[email protected]] >>> Sent: Saturday, April 9, 2016 2:01 AM >>> To: [email protected] >>> Subject: Travis Failing >>> >>> I am not sure who has control of travis and how that works. I have not >>> had a chance to get my head into that aspect yet. >>> >>> Can someone have a look at the following issue which seems to be >>> happening to a bunch of travis builds right now. >>> >>> Requirement 'tools/marvin/dist/Marvin-*.tar.gz' looks like a filename, >>> but the file does not exist >>> >>> Processing ./tools/marvin/dist/Marvin-*.tar.gz >>> >>> Exception: >>> >>> Traceback (most recent call last): >>> >>> File >>> "/home/travis/.local/lib/python2.7/site-packages/pip/basecommand.py", >>> line 209, in main >>> >>> status = self.run(options, args) >>> >>> File >>> "/home/travis/.local/lib/python2.7/site-packages/pip/commands/install.py", >>> line 299, in run >>> >>> requirement_set.prepare_files(finder) >>> >>> File >>> "/home/travis/.local/lib/python2.7/site-packages/pip/req/req_set.py", >>> line 360, in prepare_files >>> >>> ignore_dependencies=self.ignore_dependencies)) >>> >>> File >>> "/home/travis/.local/lib/python2.7/site-packages/pip/req/req_set.py", >>> line 577, in _prepare_file >>> >>> session=self.session, hashes=hashes) >>> >>> File "/home/travis/.local/lib/python2.7/site-packages/pip/download.py", >>> line 798, in unpack_url >>> >>> unpack_file_url(link, location, download_dir, hashes=hashes) >>> >>> File "/home/travis/.local/lib/python2.7/site-packages/pip/download.py", >>> line 705, in unpack_file_url >>> >>> unpack_file(from_path, location, content_type, link) >>> >>> File >>> "/home/travis/.local/lib/python2.7/site-packages/pip/utils/__init__.py", >>> line 602, in unpack_file >>> >>> tarfile.is_tarfile(filename) or >>> >>> File "/opt/python/2.7.10/lib/python2.7/tarfile.py", line 2610, in >>> is_tarfile >>> >>> t = open(name) >>> >>> File "/opt/python/2.7.10/lib/python2.7/tarfile.py", line 1667, in open >>> >>> return func(name, "r", fileobj, **kwargs) >>> >>> File "/opt/python/2.7.10/lib/python2.7/tarfile.py", line 1732, in >>> gzopen >>> >>> fileobj = gzip.GzipFile(name, mode, compresslevel, fileobj) >>> >>> File "/opt/python/2.7.10/lib/python2.7/gzip.py", line 94, in __init__ >>> >>> fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb') >>> >>> IOError: [Errno 2] No such file or directory: >>> '/home/travis/build/apache/cloudstack/tools/marvin/dist/Marvin-*.tar.gz' >>> >>> [ERROR] Failed to execute goal on project cloud-developer: Could not >>> resolve dependencies for project >>> >>> >>> Thank you... >>> >> >> >
