facebook / duckling

Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings.
Other
4.05k stars 723 forks source link

Failed to build docker image locally. #607

Closed XinXia2019 closed 3 years ago

XinXia2019 commented 3 years ago

Hey guys. I'm running into this error when building a docker image locally. Seems no permission.

Step 7/15 : RUN stack setup ---> Running in 824c6340f04b Preparing to install GHC (tinfo6) to an isolated location. This will not interfere with any system-level installation. Preparing to download ghc-tinfo6-8.6.5 ... Download expectation failure: HttpExceptionRequest Request { host = "downloads.haskell.org" port = 443 secure = True requestHeaders = [("User-Agent","The Haskell Stack")] path = "/~ghc/8.6.5/ghc-8.6.5-x86_64-fedora27-linux.tar.xz" queryString = "" method = "GET" proxy = Nothing rawBody = False redirectCount = 10 responseTimeout = ResponseTimeoutDefault requestVersion = HTTP/1.1 } (InternalException (HandshakeFailed Error_EOF))

chessai commented 3 years ago

Hmmm, seems possible that it's transient. Does trying again yield the same results?

EDIT: I can't reproduce.

XinXia2019 commented 3 years ago

Thanks @chessai . Yeah. Still the same results.

XinXia2019 commented 3 years ago

Seems my laptop issue. Thanks for the help!

chessai commented 3 years ago

@XinXia2019 what was the specific issue? So I know in order to help others who may have the same problem.

XinXia2019 commented 3 years ago

Sorry, @chessai. I cannot figure out the connection issue. I simply switched to another backup laptop and works just fine.