Skip to content
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

some problems about docker #453

Open
yangjingbo opened this issue Jul 31, 2021 · 1 comment
Open

some problems about docker #453

yangjingbo opened this issue Jul 31, 2021 · 1 comment

Comments

@yangjingbo
Copy link

I first use the command, ''$> docker run -it -v mubench-checkouts:/mubench/checkouts -v mubench-findings:/mubench/findings --rm -p 8080:80 svamann/mubench:stable
Then use,'pipeline run ex1 DemoDetector --only aclang.587'
At last, I use publish to publish the data to website,
It occurs lots of errors. The errors are in the e

mubench> pipeline publish ex1 DemoDetector -s http://0.0.0.0:8082/ -u admin -p admin
[INFO ] Starting benchmark...
[INFO ] All requirements satisfied. You're good to go.
/mubench/mubench.pipeline/data/project.py:34: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
project_yml = yaml.load(project_file)
[INFO ] Correct usage already compiled.
/mubench/mubench.pipeline/data/detector_run.py:154: YAMLLoadWarning: calling yaml.load_all() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
return [self.__create_finding(rank, data) for rank, data in enumerate(findings) if data]
[INFO ] Detector reported 1 findings in previous run on project 'aclang' version 587. Skipping.
/mubench/mubench.pipeline/data/misuse.py:63: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
self._YAML = yaml.load(stream)
[INFO ] Publishing findings of DemoDetector in ex1 on project 'aclang' version 587 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'aclang' version 587. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'aclang' version 587 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'acmath' version 998. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'acmath' version 998 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'acmath' version 998. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'acmath' version 998 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Fetching project 'adempiere' version 1312 from svn:http://svn.code.sf.net/p/adempiere/svn/trunk/looks/@1311...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.code.sf.net/p/adempiere/svn/trunk/looks/@1311" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/adempiere/1312/checkout/.svn': File exists

[INFO ] Compiling project 'alibaba-druid' version e10f28...
[ERROR ] Exception in CompileVersionTask: Failed to execute 'sed -i 's#code.alibabatech.com/mvn/releases/#www.st.informatik.tu-darmstadt.de/artifacts/mubench/mvn/#g' pom.xml':

[INFO ] Compiling project 'apache-gora' version bb09d89...
[ERROR ] Exception in CompileVersionTask: Failed to execute 'mvn dependency:build-classpath -DincludeScope=compile test-compile':
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/mubench/checkouts/apache-gora/bb09d89/build). Please verify you invoked Maven from the correct directory. -> [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/MissingProjectException
[INFO ] Compiling project 'argouml' version 026...
[ERROR ] Exception in CompileVersionTask: Failed to execute 'ant -debug -verbose':
Build failed

[INFO ] Fetching project 'aspectj' version 163 from git:http://git.eclipse.org/gitroot/aspectj/org.aspectj.git#V1_6_3...
[ERROR ] Exception in CheckoutTask: Failed to execute 'git clone http://git.eclipse.org/gitroot/aspectj/org.aspectj.git . --quiet -c core.askpass=true': === ERROR ===
fatal: repository 'http://git.eclipse.org/gitroot/aspectj/org.aspectj.git/' not found

[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'asterisk-java' version 41461b4. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'asterisk-java' version 41461b4 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Compiling project 'asterisk-java' version 304421c...
[ERROR ] Exception in CompileVersionTask: Failed to execute 'mvn dependency:build-classpath -DincludeScope=compile compile':
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/mubench/checkouts/asterisk-java/304421c/build). Please verify you invoked Maven from the correct directory. -> [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/MissingProjectException
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'battleforge' version 878. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'battleforge' version 878 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'battleforge' version 878. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'battleforge' version 878 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'battleforge' version 878. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'battleforge' version 878 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'battleforge' version 878. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'battleforge' version 878 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'bcel' version 24014e5. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'bcel' version 24014e5 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'chensun' version cf23b99. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'chensun' version cf23b99 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'chensun' version cf23b99. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'chensun' version cf23b99 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[ERROR ] Exception in FilterMisusesWithoutCorrectUsagesTask: Skipping misuse 'chensun.cf23b99.grouminer-3': no correct usages.
[ERROR ] Exception in FilterMisusesWithoutCorrectUsagesTask: Skipping misuse 'chensun.cf23b99.grouminer-3a': no correct usages.
[ERROR ] Exception in FilterMisusesWithoutCorrectUsagesTask: Skipping misuse 'chensun.cf23b99.grouminer-9': no correct usages.
[ERROR ] Exception in FilterMisusesWithoutCorrectUsagesTask: Skipping misuse 'chensun.cf23b99.jadet-1': no correct usages.
[ERROR ] Exception in FilterMisusesWithoutCorrectUsagesTask: Skipping misuse 'chensun.cf23b99.jadet-1a': no correct usages.
[ERROR ] Exception in FilterMisusesWithoutCorrectUsagesTask: Skipping misuse 'chensun.cf23b99.jadet-2': no correct usages.
[ERROR ] Exception in FilterMisusesWithoutCorrectUsagesTask: Skipping misuse 'chensun.cf23b99.jadet-2a': no correct usages.
[ERROR ] Exception in FilterMisusesWithoutCorrectUsagesTask: Skipping misuse 'chensun.cf23b99.jadet-5': no correct usages.
[ERROR ] Exception in FilterMisusesWithoutCorrectUsagesTask: Skipping misuse 'chensun.cf23b99.jadet-5a': no correct usages.
[ERROR ] Exception in FilterMisusesWithoutCorrectUsagesTask: Skipping misuse 'chensun.cf23b99.mudetect-4': no correct usages.
[ERROR ] Exception in FilterMisusesWithoutCorrectUsagesTask: Skipping misuse 'chensun.cf23b99.mudetect-12': no correct usages.
[ERROR ] Exception in FilterMisusesWithoutCorrectUsagesTask: Skipping misuse 'chensun.cf23b99.mudetect-13': no correct usages.
[INFO ] Fetching project 'closure' version 884 from git:https://github.com/google/closure-compiler.git#d1cfe679...
[ERROR ] Exception in CheckoutTask: Failed to execute 'git clone https://github.com/google/closure-compiler.git . --quiet -c core.askpass=true': === ERROR ===
fatal: destination path '.' already exists and is not an empty directory.

[INFO ] Fetching project 'closure' version 319 from git:https://github.com/google/closure-compiler.git#43c245f0...
[ERROR ] Exception in CheckoutTask: Failed to execute 'git clone https://github.com/google/closure-compiler.git . --quiet -c core.askpass=true': === ERROR ===
fatal: destination path '.' already exists and is not an empty directory.

[INFO ] Fetching project 'closure' version 114 from git:https://github.com/google/closure-compiler.git#67289ae4...
[ERROR ] Exception in CheckoutTask: Failed to execute 'git clone https://github.com/google/closure-compiler.git . --quiet -c core.askpass=true': === ERROR ===
fatal: destination path '.' already exists and is not an empty directory.

[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'corona-old' version 0d0d18b. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'corona-old' version 0d0d18b for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'corona-old' version 0d0d18b. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'corona-old' version 0d0d18b for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'corona-old' version 0d0d18b. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'corona-old' version 0d0d18b for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'corona-old' version 0d0d18b. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'corona-old' version 0d0d18b for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Compiling project 'hoverruan-weiboclient4j' version 6ca0c73...
[ERROR ] Exception in CompileVersionTask: Failed to execute 'mvn dependency:build-classpath -DincludeScope=compile compile':
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/mubench/checkouts/hoverruan-weiboclient4j/6ca0c73/build). Please verify you invoked Maven from the correct directory. -> [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/MissingProjectException
[INFO ] Fetching project 'httpclient' version 444 from svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/@160489...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/@160489" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/httpclient/444/checkout/.svn': File exists

[INFO ] Fetching project 'httpclient' version 452 from svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/@190479...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/@190479" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/httpclient/452/checkout/.svn': File exists

[INFO ] Fetching project 'httpclient' version 302 from svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/@134493...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/@134493" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/httpclient/302/checkout/.svn': File exists

[INFO ] Compiling project 'itext' version 5091...
[ERROR ] Exception in CompileVersionTask: Failed to execute 'mvn dependency:build-classpath -DincludeScope=compile compile -f itext/pom.xml':
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project (/mubench/checkouts/itext/5091/build/itext/pom.xml) has 1 error
[ERROR] Non-readable POM /mubench/checkouts/itext/5091/build/itext/pom.xml: /mubench/checkouts/itext/5091/build/itext/pom.xml (No such file or directory)
[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/ProjectBuildingException
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'ivantrendafilov-confucius' version 2c30287. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'ivantrendafilov-confucius' version 2c30287 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'ivantrendafilov-confucius' version 2c30287. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'ivantrendafilov-confucius' version 2c30287 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'ivantrendafilov-confucius' version 2c30287. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'ivantrendafilov-confucius' version 2c30287 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'ivantrendafilov-confucius' version 2c30287. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'ivantrendafilov-confucius' version 2c30287 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'ivantrendafilov-confucius' version 2c30287. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'ivantrendafilov-confucius' version 2c30287 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'ivantrendafilov-confucius' version 2c30287. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'ivantrendafilov-confucius' version 2c30287 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'ivantrendafilov-confucius' version 2c30287. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'ivantrendafilov-confucius' version 2c30287 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'ivantrendafilov-confucius' version 2c30287. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'ivantrendafilov-confucius' version 2c30287 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Correct usage already compiled.
[INFO ] Detector reported 1 findings in previous run on project 'ivantrendafilov-confucius' version 2c30287. Skipping.
[INFO ] Publishing findings of DemoDetector in ex1 on project 'ivantrendafilov-confucius' version 2c30287 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused
[INFO ] Fetching project 'jackrabbit' version 1678 from svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/@677892...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.apache.org/repos/asf/jackrabbit/trunk/@677892" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/jackrabbit/1678/checkout/.svn': File exists

[INFO ] Fetching project 'jackrabbit' version 1750 from svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/@698245...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.apache.org/repos/asf/jackrabbit/trunk/@698245" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/jackrabbit/1750/checkout/.svn': File exists

[INFO ] Fetching project 'jackrabbit' version 1694 from svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/@695765...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.apache.org/repos/asf/jackrabbit/trunk/@695765" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/jackrabbit/1694/checkout/.svn': File exists

[INFO ] Fetching project 'jackrabbit' version 1601 from svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/@656281...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.apache.org/repos/asf/jackrabbit/trunk/@656281" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/jackrabbit/1601/checkout/.svn': File exists

[INFO ] Fetching project 'jfreechart' version 103 from svn:http://svn.code.sf.net/p/jfreechart/code/trunk/@102...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.code.sf.net/p/jfreechart/code/trunk/@102" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/jfreechart/103/checkout/.svn': File exists

[INFO ] Fetching project 'jfreechart' version 1025 from svn:http://svn.code.sf.net/p/jfreechart/code/trunk/@1024...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.code.sf.net/p/jfreechart/code/trunk/@1024" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/jfreechart/1025/checkout/.svn': File exists

[INFO ] Fetching project 'jfreechart' version 2183 from svn:http://svn.code.sf.net/p/jfreechart/code/trunk/@2182...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.code.sf.net/p/jfreechart/code/trunk/@2182" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/jfreechart/2183/checkout/.svn': File exists

[INFO ] Fetching project 'jfreechart' version 164 from svn:http://svn.code.sf.net/p/jfreechart/code/trunk/@163...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.code.sf.net/p/jfreechart/code/trunk/@163" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/jfreechart/164/checkout/.svn': File exists

[INFO ] Fetching project 'jfreechart' version 881 from svn:http://svn.code.sf.net/p/jfreechart/code/trunk/@810...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.code.sf.net/p/jfreechart/code/trunk/@810" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/jfreechart/881/checkout/.svn': File exists

[INFO ] Fetching project 'jfreechart' version 2266 from svn:http://svn.code.sf.net/p/jfreechart/code/trunk/@2265...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.code.sf.net/p/jfreechart/code/trunk/@2265" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/jfreechart/2266/checkout/.svn': File exists

[INFO ] Fetching project 'jigsaw' version 205 from zip:jigsaw:http://jigsaw.w3.org/Devel/Mirror/jigsaw_2.0.5.zip...
[ERROR ] Exception in CheckoutTask: [Errno 104] Connection reset by peer
[INFO ] Fetching project 'jmrtd' version 67 from svn:http://svn.code.sf.net/p/jmrtd/code/passporthostapi/@66...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.code.sf.net/p/jmrtd/code/passporthostapi/@66" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/jmrtd/67/checkout/.svn': File exists

[INFO ] Fetching project 'jmrtd' version 51 from svn:http://svn.code.sf.net/p/jmrtd/code/passporthostapi/@50...
[ERROR ] Exception in CheckoutTask: Failed to execute 'svn checkout "http://svn.code.sf.net/p/jmrtd/code/passporthostapi/@50" .': === ERROR ===
svn: E000017: Can't create directory '/mubench/checkouts/jmrtd/51/checkout/.svn': File exists

@salsolatragus
Copy link
Collaborator

The first error I see is "connection refused".

[INFO ] Publishing findings of DemoDetector in ex1 on project 'aclang' version 587 for upload to http://0.0.0.0:8082/...
[INFO ] Uploading 0 potential hits.
[ERROR ] Exception in PublishFindingsTask: Failed to establish a new connection: [Errno 111] Connection refused

It seems you didn't start a review page. See our documentation on running a standalone review site for the easiest way to start one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants