-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An Exception occurred : #1313
Comments
Configuration is : |
DEBUG:git.util:Failed checking if running in CYGWIN due to: WindowsError(2, 'The system cannot find the file specified') DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): issues.apache.org INFO:root:running new process with cmdline git clone C:\Temp\apache_repos\jackrabbit-oak repo INFO:root:writing to \?\C:\amirelm\projects\OAK_22\markers\patchs_features: start time: 2019-11-15 13:57:45 INFO:root:running new process with cmdline git format-patch --root -o ..\patch --function-context --unified=900000 |
An Exception occurred while running Debugger:
command line is wrapper.py C:\Users\inbalros\Documents\GitHub\repository_mining\repository_data\configurations\OAK_22 learn
Traceback (most recent call last):
File "C:\Users\inbalros\Documents\GitHub\Debugger\learner\utilsConf.py", line 402, in f
ans = func(*args, **kwargs)
File "wrapper.py", line 384, in wrapperLearner
wekaMethods.patchsBuild.labeling()
File "C:\Users\inbalros\Documents\GitHub\Debugger\learner\utilsConf.py", line 402, in f
ans = func(*args, **kwargs)
File "C:\Users\inbalros\Documents\GitHub\Debugger\learner\wekaMethods\patchsBuild.py", line 234, in labeling
buildPatchs(patchD, commitsFiles, utilsConf.get_configuration().changeFile)
File "C:\Users\inbalros\Documents\GitHub\Debugger\learner\wekaMethods\patchsBuild.py", line 143, in buildPatchs
oneFile(patch, outDir, change)
File "C:\Users\inbalros\Documents\GitHub\Debugger\learner\wekaMethods\patchsBuild.py", line 137, in oneFile
OneClass(diff, os.path.join(outDir, commitID), commitID, change)
File "C:\Users\inbalros\Documents\GitHub\Debugger\learner\wekaMethods\patchsBuild.py", line 118, in OneClass
after.writelines(afterLines)
IOError: [Errno 28] No space left on device
The text was updated successfully, but these errors were encountered: