Skip to content

Instantly share code, notes, and snippets.

@tsukaby
Created June 27, 2015 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsukaby/4a74252f87972515681e to your computer and use it in GitHub Desktop.
Save tsukaby/4a74252f87972515681e to your computer and use it in GitHub Desktop.
play-json4s 0.4.0 invalid sha1
[tsukaby@tsukamac tmp]% date
2015年 6月27日 土曜日 12時48分46秒 JST
[tsukaby@tsukamac tmp]% 
[tsukaby@tsukamac tmp]% 
[tsukaby@tsukamac tmp]% wget https://repo1.maven.org/maven2/com/github/tototoshi/play-json4s-native_2.11/0.4.0/play-json4s-native_2.11-0.4.0.pom.sha1
--2015-06-27 12:49:49--  https://repo1.maven.org/maven2/com/github/tototoshi/play-json4s-native_2.11/0.4.0/play-json4s-native_2.11-0.4.0.pom.sha1
Resolving repo1.maven.org... 23.235.47.209
Connecting to repo1.maven.org|23.235.47.209|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 40 [text/plain]
Saving to: 'play-json4s-native_2.11-0.4.0.pom.sha1'

play-json4s-native_2.11- 100%[====================================>]      40  --.-KB/s   in 0s

2015-06-27 12:49:50 (4.24 MB/s) - 'play-json4s-native_2.11-0.4.0.pom.sha1' saved [40/40]

[tsukaby@tsukamac tmp]% wget https://repo1.maven.org/maven2/com/github/tototoshi/play-json4s-native_2.11/0.4.0/play-json4s-native_2.11-0.4.0.pom
--2015-06-27 12:49:58--  https://repo1.maven.org/maven2/com/github/tototoshi/play-json4s-native_2.11/0.4.0/play-json4s-native_2.11-0.4.0.pom
Resolving repo1.maven.org... 23.235.47.209
Connecting to repo1.maven.org|23.235.47.209|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3168 (3.1K) [text/xml]
Saving to: 'play-json4s-native_2.11-0.4.0.pom'

play-json4s-native_2.11- 100%[====================================>]   3.09K  --.-KB/s   in 0s

2015-06-27 12:49:58 (178 MB/s) - 'play-json4s-native_2.11-0.4.0.pom' saved [3168/3168]

[tsukaby@tsukamac tmp]%
[tsukaby@tsukamac tmp]%
[tsukaby@tsukamac tmp]%
[tsukaby@tsukamac tmp]% openssl sha1 play-json4s-native_2.11-0.4.0.pom
SHA1(play-json4s-native_2.11-0.4.0.pom)= ebe242a8a539109cb20abe797f906ae150b332a2
[tsukaby@tsukamac tmp]% cat play-json4s-native_2.11-0.4.0.pom.sha1
ec6221a0a2b6e48e6a7e57801d342c4aede3ae3f%

test-nativeも同様です。

こちらはsbtのlogです。

[warn] problem while downloading module descriptor: https://repo1.maven.org/maven2/com/github/tototoshi/play-json4s-native_2.11/0.4.0/play-json4s-native_2.11-0.4.0.pom: invalid sha1: expected=ec6221a0a2b6e48e6a7e57801d342c4aede3ae3f computed=ebe242a8a539109cb20abe797f906ae150b332a2 (692ms)
[warn] problem while downloading module descriptor: http://repo1.maven.org/maven2/com/github/tototoshi/play-json4s-native_2.11/0.4.0/play-json4s-native_2.11-0.4.0.pom: invalid sha1: expected=ec6221a0a2b6e48e6a7e57801d342c4aede3ae3f computed=ebe242a8a539109cb20abe797f906ae150b332a2 (674ms)



[warn] problem while downloading module descriptor: https://repo1.maven.org/maven2/com/github/tototoshi/play-json4s-test-native_2.11/0.4.0/play-json4s-test-native_2.11-0.4.0.pom: invalid sha1: expected=93049a3a8f89332dca1036a3ace7ff9bcaffe60d computed=a684226dc436d6df77c1de909fcd9ee0abbeeba5 (651ms)
[warn] problem while downloading module descriptor: http://repo1.maven.org/maven2/com/github/tototoshi/play-json4s-test-native_2.11/0.4.0/play-json4s-test-native_2.11-0.4.0.pom: invalid sha1: expected=93049a3a8f89332dca1036a3ace7ff9bcaffe60d computed=a684226dc436d6df77c1de909fcd9ee0abbeeba5 (669ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment