awslabs / yesiscan

Automatic license scanning and reports!
Apache License 2.0
15 stars 7 forks source link

core run failed #58

Open vchhasatia opened 1 year ago

vchhasatia commented 1 year ago

core run failed: core run errored: error cloning repository git: git://github.com/visionmedia/node-jscoverage.git @ HEAD: dial tcp 140.82.114.4:9418: connect: operation timed out

2022/10/13 13:45:58 write tcp 127.0.0.1:8000->127.0.0.1:63166: write: broken pipe POST /scan/ HTTP/1.1 Host: localhost:8000 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,/;q=0.8 Accept-Encoding: gzip, deflate, br Accept-Language: en-US,en;q=0.5 Connection: keep-alive Content-Length: 109 Content-Type: application/x-www-form-urlencoded Cookie: yesiscan_backends=askalono%3Dtrue%26bitbake%3Dtrue%26cran%3Dtrue%26pom%3Dtrue%26spdx%3Dtrue; yesiscan_profiles= Origin: http://localhost:8000/ Referer: http://localhost:8000/report/?r=553cb7637fdeadaf1e18130c59a0fffbf14719eeb1937f121d229b14e13e9db2 Sec-Fetch-Dest: document Sec-Fetch-Mode: navigate Sec-Fetch-Site: same-origin Sec-Fetch-User: ?1 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Firefox/102.0 [GIN] 2022/10/13 - 13:45:58 | 200 | 1m53s | 127.0.0.1 | POST “/scan/” Error #01: write tcp 127.0.0.1:8000->127.0.0.1:63166: write: broken pipe

amznpurple commented 1 year ago

What's happening here is https://github.com/visionmedia/expresso has a broken git submodule link. We should add a --iterator-git-disable-recursion type flag or similar.

In the meantime we can clone manually and scan that folder.