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

sbt download link not functioning #3108

Closed
JoeHegarty opened this issue Apr 16, 2017 · 42 comments
Closed

sbt download link not functioning #3108

JoeHegarty opened this issue Apr 16, 2017 · 42 comments
Assignees
Labels

Comments

@JoeHegarty
Copy link

JoeHegarty commented Apr 16, 2017

steps

Attempt to download SBT from the official website: http://www.scala-sbt.org/download.html

For example:

$ wget https://dl.bintray.com/sbt/native-packages/sbt/0.13.15/sbt-0.13.15.tgz

problem

Returns 403 Forbidden. This is also true of the zip package

$ wget https://dl.bintray.com/sbt/native-packages/sbt/0.13.15/sbt-0.13.15.tgz
--2017-04-16 12:25:58--  https://dl.bintray.com/sbt/native-packages/sbt/0.13.15/sbt-0.13.15.tgz
Resolving dl.bintray.com... 108.168.243.150
Connecting to dl.bintray.com|108.168.243.150|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2017-04-16 12:25:58 ERROR 403: Forbidden.

expectation

Download link should function as expected

notes

I've confirmed this is happening when I request from various ISPs so it doesn't seem specific to me.

@olafurpg
Copy link
Member

I'm getting 403 errors too when resolving other bintray-hosted sbt plugins, for example sbt-site 1.2.0 https://dl.bintray.com/sbt/sbt-plugin-releases/com.typesafe.sbt/sbt-site/scala_2.10/sbt_0.13/1.2.0/ivys/ivy.xml ( cc/ scalameta/tutorial#11). I thought bintray might be down, but http://status.bintray.com/ says it's not.

@eed3si9n
Copy link
Member

Bintray has put on rate-limit on sbt organization. I'm guessing that we have gone over some OSS allowance.

@eed3si9n eed3si9n added the Bug label Apr 16, 2017
@eed3si9n eed3si9n self-assigned this Apr 16, 2017
@jvican
Copy link
Member

jvican commented Apr 16, 2017

I'm getting the same error too when resolving sbt-pgp.

@emaxedon
Copy link

Phew, ok it's not just me. xD

@bitsnaps
Copy link

I'm getting the same error from binary, is there any way to build sbt from source?

@jvican
Copy link
Member

jvican commented Apr 17, 2017

@eed3si9n Have you contacted Bintray to solve this issue?

My CI is blocked on this: https://platform-ci.scala-lang.org/scalacenter/sbt-release-early/32. I cannot push local commits and release versions of my plugin until CI is green.

@eed3si9n
Copy link
Member

Yes. The rate-limiting has been lifted.

@jvican
Copy link
Member

jvican commented Apr 17, 2017

Thank you. I confirm it's gone.

@eed3si9n eed3si9n reopened this Apr 17, 2017
@eed3si9n
Copy link
Member

Bintray is putting rate-limit on again..

@evictor
Copy link

evictor commented Apr 17, 2017

Long term solution planned for this?

EDIT (to not cause further notifs): This is happening for me right now while building out a new CI.

@levismiller
Copy link

I'm getting the 503 again now as well

@kpmeen
Copy link

kpmeen commented Apr 17, 2017

Only noticed this because I updated to the latest versions of some plugins. It's possible to continue working locally with old versions, but CI breaks.

@evictor
Copy link

evictor commented Apr 17, 2017

It would be nice if there were binaries available at mirrors instead of the one bintray source that keeps 403ing. I Googled a little bit but I can't find mirrors.

@eed3si9n
Copy link
Member

eed3si9n commented Apr 17, 2017

Here are the installers for 0.13.15:

https://downloads.typesafe.com/sbt/0.13.15/sbt-0.13.15.tgz
https://downloads.typesafe.com/sbt/0.13.15/sbt-0.13.15.zip
https://downloads.typesafe.com/sbt/0.13.15/sbt-0.13.15.msi

@ScottTRogers
Copy link

It is currently working again.

@eed3si9n
Copy link
Member

Our Bintray repositories are operational again. This was apparently caused by our transfer usage quadrupling recently. We will figure out the long term plan going forward.

@minnsoe
Copy link

minnsoe commented Apr 19, 2017

Bintray is 403ing again. The brew formula for sbt pulls from bintray and brew install sbt is failing as a result.

@eed3si9n
Copy link
Member

Homebrew is now switched to use GitHub Releases.

@John-Steidley
Copy link

John-Steidley commented Apr 19, 2017

@eed3si9n "This was apparently caused by our transfer usage quadrupling recently."

This is probably related to the massive change in package size. sbt-0.13.13.deb is 1 MB, sbt-0.13.15.deb is 66.9MB.

@outime
Copy link

outime commented Apr 27, 2017

It's happening again.

@asdreno
Copy link

asdreno commented Apr 27, 2017

@omervk
Copy link

omervk commented Apr 27, 2017

@jhoffma
Copy link

jhoffma commented Apr 27, 2017

Hey guys! Pls do something with it. Can't download https://dl.bintray.com/sbt/sbt-plugin-releases/com.github.gseitz/sbt-release/scala_2.10/sbt_0.13/1.0.3/jars/sbt-release.jar. My CI is failing...

@kpmeen
Copy link

kpmeen commented Apr 27, 2017

this is starting to become really troublesome :-(

@omervk
Copy link

omervk commented Apr 27, 2017

Looks like it's working at the moment

@syndbg
Copy link

syndbg commented Jul 19, 2017

Rate limit issues with bintray again.

@OutToLearn
Copy link

Not able to download the SBT from the website all of this week. :(

@onelogindavidkayal
Copy link

I had to comment out the repo to make things on my system happy for now:

root@DavidMint ~ # grep -R dl.bintray.com /etc/apt /etc/apt/sources.list.d/nekomit-originals.list:#deb https://dl.bintray.com/nekomit/deb-originals xenial main

When can I re-enable this repo?

@eed3si9n
Copy link
Member

eed3si9n commented Jan 2, 2018

@OutToLearn @onelogindavidkayal

I am not aware of any Bintray issues as of today. Which repository or URLs are you guys having problem?

@roman3017
Copy link

When running apt update on xenial:

E: The repository 'https://dl.bintray.com/sbt/debian  Release' is no longer signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

@eed3si9n
Copy link
Member

I just recalculated the signature.

@roman3017
Copy link

@eed3si9n: It works now, thank you very much.

@kdbeall
Copy link

kdbeall commented Feb 9, 2018

@eed3si9n Having the same issue as @roman3017

@eed3si9n
Copy link
Member

eed3si9n commented Feb 9, 2018

Let me recalculate the signature.

@kdbeall
Copy link

kdbeall commented Feb 9, 2018

@eed3si9n Can this process be automated?

@eed3si9n
Copy link
Member

eed3si9n commented Feb 9, 2018

Well it's supposed to be automated, but Bintray seems to be messing it up.

@Iro2412
Copy link

Iro2412 commented Mar 8, 2018

Please the same problem is happening again :
W: The repository 'https://dl.bintray.com/sbt/debian Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Help ! Thank you

@ghost
Copy link

ghost commented Apr 24, 2018

We have massive problems with bintray, too (routing / availability) and our CI is failing too. Is it possible to host the important sbt artifacts on another repository where this stupid restrictions don't apply? (maybe maven central?)

@ErunamoJAZZ
Copy link

I am getting the same error in debian.

@jarrodu
Copy link

jarrodu commented Feb 22, 2019

And again. 😢

@vvviiimmm
Copy link

And again...

@eed3si9n
Copy link
Member

I'll resign again. I don't know how it's losing the signature.
Given that this issue reports various other issues, in the future let's use #3883 for "E: The repository 'https://dl.bintray.com/sbt/debian Release' is not signed." issue.

@sbt sbt locked and limited conversation to collaborators May 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests