pantsbuild / binaries

A temporary home for pants static binaries and scripts
16 stars 37 forks source link

Bintray giving 403 #29

Closed viveksjain closed 7 years ago

viveksjain commented 7 years ago

Pants build is failing with

2017-08-08T17:05:12.116-0700 FAILURE: Failed to fetch binary bin/thrift/linux/x86_64/0.9.2/thrift from any source: (Failed to fetch binary from https://dl.bintray.com/pantsbuild/bin/build-support/bin/thrift/linux/x86_64/0.9.2/thrift: Fetch of https://dl.bintray.com/pantsbuild/bin/build-support/bin/thrift/linux/x86_64/0.9.2/thrift failed with status code 403)

Opening the URL in my browser also gives 403 with the message 'Forbidden!'. I see https://github.com/pantsbuild/pants/issues/4800 but it would be nice to get more info on what happened on bintray's side and provide info on when it might be fixed.

jsirois commented 7 years ago

Instructions for workaround sent to pants-devel@ here: https://groups.google.com/d/topic/pants-devel/q4MYb7QrWA4/discussion

jsirois commented 7 years ago

The workaround and infrastructure / docs, etc to maintain the workaround on the pants end of things are all now committed and disseminated. I'll hold this issue open pending a decision on whether or not to make the new S3 binary url default or not.

jsirois commented 7 years ago

Closing this in light of the work completed on https://github.com/pantsbuild/pants/issues/4800 which has moved pantsbuild/pants to an s3 binary repo by default obsoleting the bintray infra.