You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am not fluent in English so I am using DeepL, so please forgive me if I am using strange expressions.
I have extracted some C++ source code in IBM/Project_CodeNet and am trying to parse them, but the following error message appears frequently and finally stops with an error.
$ ./cli.sh fuzzy.yaml
Docker image not found, will use build/shadow/astminer.jar
Working in 4 thread(s)
Parsing Cpp
420898 file(s) found
rm: __tmp_code.cpp: No such file or directory
rm: __tmp_include.cpp: No such file or directory
rm: __tmp_preprocessed.cpp: No such file or directory
rm: __tmp_code.cpp: No such file or directory
rm: __tmp_include.cpp: No such file or directory
rm: __tmp_preprocessed.cpp: No such file or directory
rm: __tmp_code.cpp: No such file or directory
rm: __tmp_include.cpp: No such file or directory
rm: __tmp_preprocessed.cpp: No such file or directory
The curious thing about this error is that it does not occur on initial startup, but only after an attempt to abort with Ctrl+C for convenience. Once this error occurs, the same error occurs on the same machine, whether reinstalling astminer or creating a completely new environment by unzipping the dataset, etc.
I have searched Google and the issues here as much as possible, but have been unable to find a way to reach a solution.
Any advice you can give me on how to solve this problem would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
# input directory (path to project)inputDir: ../CodeNetExt# output directoryoutputDir: outputparser:
name: fuzzylanguages: [cpp]filters:
- name: by function name lengthmaxWordsNumber: 10
- name: by words numbermaxTokenWordsNumber: 50label:
name: function namestorage:
name: code2vecmaxPathLength: 9maxPathWidth: 2numOfThreads: 4
Hi, I am not fluent in English so I am using DeepL, so please forgive me if I am using strange expressions.
I have extracted some C++ source code in IBM/Project_CodeNet and am trying to parse them, but the following error message appears frequently and finally stops with an error.
$ ./cli.sh fuzzy.yaml Docker image not found, will use build/shadow/astminer.jar Working in 4 thread(s) Parsing Cpp 420898 file(s) found rm: __tmp_code.cpp: No such file or directory rm: __tmp_include.cpp: No such file or directory rm: __tmp_preprocessed.cpp: No such file or directory rm: __tmp_code.cpp: No such file or directory rm: __tmp_include.cpp: No such file or directory rm: __tmp_preprocessed.cpp: No such file or directory rm: __tmp_code.cpp: No such file or directory rm: __tmp_include.cpp: No such file or directory rm: __tmp_preprocessed.cpp: No such file or directory
The curious thing about this error is that it does not occur on initial startup, but only after an attempt to abort with Ctrl+C for convenience. Once this error occurs, the same error occurs on the same machine, whether reinstalling astminer or creating a completely new environment by unzipping the dataset, etc.
I have searched Google and the issues here as much as possible, but have been unable to find a way to reach a solution.
Any advice you can give me on how to solve this problem would be greatly appreciated!
The text was updated successfully, but these errors were encountered: