[13:21:27] @prole @aguycalled [13:21:42] approved [13:22:03] There is an issue with travis for test runner [13:22:06] Created a PR [13:22:06] https://github.com/navcoin/navcoin-core/pull/592 [17:03:48] @prole @aguycalled the master branch testsuite seems to fail [17:03:57] But I'm able to run it fine on my local machine [17:04:06] Any thoughts? [17:04:24] I'll check on it, might be just the random fee amount issue that sometimes fails the test [17:08:51] Getting this: ......Traceback (most recent call last): File "./qa/pull-tester/rpc-tests.py", line 393, in runtests() File "./qa/pull-tester/rpc-tests.py", line 256, in runtests (name, stdout, stderr, passed, duration) = job_queue.get_next() File "./qa/pull-tester/rpc-tests.py", line 317, in get_next (stdout, stderr) = proc.communicate(timeout=3) File "/usr/lib/python3.6/subprocess.py", line 863, in [17:08:52] communicate stdout, stderr = self._communicate(input, endtime, timeout) File "/usr/lib/python3.6/subprocess.py", line 1535, in _communicate self._check_timeout(endtime, orig_timeout) File "/usr/lib/python3.6/subprocess.py", line 891, in _check_timeout raise TimeoutExpired(self.args, orig_timeout) subprocess.TimeoutExpired: Command '['/home/travis/build/navcoin/navcoin-core/build/../qa/rpc-tests/staking_mininputvalue.py', [17:08:52] '--srcdir=/home/travis/build/navcoin/navcoin-core/build/src', '--coveragedir=/tmp/coverage4ax_kpz9', '--portseed=0']' timed out after 3 seconds [17:08:59] But can't seem to replicate locally [17:09:19] https://travis-ci.org/navcoin/navcoin-core/jobs/577294757#L2340 [17:09:38] But when I run the branch locally (This is the PR with the permission fix) It works fine [17:11:29] I'll try clearing the cache and re-running the testsuite, might just be some caching issue [18:45:42] I tried running it with cleared cache [18:45:46] And got the same issue [18:46:01] i use to get that issue locally [18:46:22] normally i fix it with killall -9 navcoind [18:49:55] I see [18:50:16] But there should not be any hung processes on the travis builds though [18:50:23] I'm a bit confused [18:50:32] I've run into this issue on travis before [18:50:46] But clearing cache and re running the test fixed it in the past [18:51:10] I just cleard all caches from the builds [18:51:17] And re running the build [18:51:47] I only cleared the cache for 592 last time I treid and it built way to fast, must have been using cache still [18:55:11] that test was passing on the pull request before being merged [18:55:17] i remember [18:55:55] Hmmm, alright, I'll keep trying