https://github.com/avdv/coursier-hang
https://github.com/avdv/coursier-hang
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/avdv/coursier-hang
- Owner: avdv
- Created: 2019-05-21T08:32:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T07:01:53.000Z (about 7 years ago)
- Last Synced: 2025-01-24T16:35:10.001Z (over 1 year ago)
- Language: Scala
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coursier-hang
1. run `docker-compose up -d`
2. run `sbt -no-global update`
It tries to download the non-existent dependency in a loop:
```
nginx_1 | 172.20.0.1 - - [19/Jun/2019:06:51:39 +0000] "GET
/ivy-virtual/com.sample/common-lib_2.12/19.23.0-does-not-exist/ivys/ivy.xml.sha1 HTTP/1.1" 401 180 "-" "" "-"
nginx_1 | 172.20.0.1 - arti [19/Jun/2019:06:51:39 +0000] "GET
/ivy-virtual/com.sample/common-lib_2.12/19.23.0-does-not-exist/ivys/ivy.xml.sha1 HTTP/1.1" 404 154 "-" "" "-"
nginx_1 | 172.20.0.1 - - [19/Jun/2019:06:51:39 +0000] "GET
/ivy-virtual/com.sample/common-lib_2.12/19.23.0-does-not-exist/ivys/ivy.xml.sha1 HTTP/1.1" 401 180 "-" "" "-"
nginx_1 | 172.20.0.1 - arti [19/Jun/2019:06:51:39 +0000] "GET
/ivy-virtual/com.sample/common-lib_2.12/19.23.0-does-not-exist/ivys/ivy.xml.sha1 HTTP/1.1" 404 154 "-" "" "-"
nginx_1 | 172.20.0.1 - arti [19/Jun/2019:06:51:39 +0000] "GET
/ivy-virtual/com.sample/common-lib_2.12/19.23.0-does-not-exist/ivys/ivy.xml HTTP/1.1" 404 154 "-" "" "-"
nginx_1 | 172.20.0.1 - - [19/Jun/2019:06:51:39 +0000] "GET
/ivy-virtual/com.sample/common-lib_2.12/19.23.0-does-not-exist/ivys/ivy.xml.sha1 HTTP/1.1" 401 180 "-" "" "-"
nginx_1 | 172.20.0.1 - - [19/Jun/2019:06:51:39 +0000] "GET /ivy-virtual/com.sample/common-lib_2.12/19.23.0-does-not-exist/ivys/ivy.xml
HTTP/1.1" 401 180 "-" "" "-"
nginx_1 | 172.20.0.1 - arti [19/Jun/2019:06:51:39 +0000] "GET
/ivy-virtual/com.sample/common-lib_2.12/19.23.0-does-not-exist/ivys/ivy.xml.sha1 HTTP/1.1" 404 154 "-" "" "-"
nginx_1 | 172.20.0.1 - arti [19/Jun/2019:06:51:39 +0000] "GET
/ivy-virtual/com.sample/common-lib_2.12/19.23.0-does-not-exist/ivys/ivy.xml HTTP/1.1" 404 154 "-" "" "-"
nginx_1 | 172.20.0.1 - - [19/Jun/2019:06:51:39 +0000] "GET
/ivy-virtual/com.sample/common-lib_2.12/19.23.0-does-not-exist/ivys/ivy.xml.sha1 HTTP/1.1" 401 180 "-" "" "-"
nginx_1 | 172.20.0.1 - arti [19/Jun/2019:06:51:39 +0000] "GET
/ivy-virtual/com.sample/common-lib_2.12/19.23.0-does-not-exist/ivys/ivy.xml.sha1 HTTP/1.1" 404 154 "-" "" "-"
nginx_1 | 172.20.0.1 - - [19/Jun/2019:06:51:39 +0000] "GET /ivy-virtual/com.sample/common-lib_2.12/19.23.0-does-not-exist/ivys/ivy.xml
HTTP/1.1" 401 180 "-" "" "-"
nginx_1 | 172.20.0.1 - - [19/Jun/2019:06:51:39 +0000] "GET
/ivy-virtual/com.sample/common-lib_2.12/19.23.0-does-not-exist/ivys/ivy.xml.sha1 HTTP/1.1" 401 180 "-" "" "-"
nginx_1 | 172.20.0.1 - arti [19/Jun/2019:06:51:39 +0000] "GET /ivy-vi
...
```
It should stop fetching the resources after receiving a 404.