We've been getting 404s more of the day for updates from drupal, now that it is resolved drush provision fails when trying to fetch the following:
http://ftp.drupal.org/files/projects/provision_site_backup_manager-6.x-2...

--2015-10-27 15:34:20-- http://ftp.drupal.org/files/projects/provision_site_backup_manager-6.x-2...
Resolving ftp.drupal.org (ftp.drupal.org)... 185.31.17.68
Connecting to ftp.drupal.org (ftp.drupal.org)|185.31.17.68|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-10-27 15:34:21 ERROR 404: Not Found.

This same URL works in a browser, so to me it feels the same as we were seeing with other URLs earlier today. (http://updates.drupal.org/release-history/provision/6.x for example).

The drush command giving an error is:
drush make --no-core --contrib-destination=. provision.make provision

The output of:
curl -v http://ftp.drupal.org/files/projects/provision_site_backup_manager-6.x-2.0.tar.gz
is:

* Hostname was NOT found in DNS cache
*   Trying 185.31.17.68...
* Connected to ftp.drupal.org (185.31.17.68) port 80 (#0)
> GET /files/projects/provision_site_backup_manager-6.x-2.0.tar.gz HTTP/1.1
> Host: ftp.drupal.org
> User-Agent: curl/7.45.0
> Accept: */*
> 
< HTTP/1.1 404 Not Found
< Server: nginx/1.8.0
< Content-Type: text/html
< Via: 1.1 varnish
< Content-Length: 168
< Accept-Ranges: bytes
< Date: Tue, 27 Oct 2015 14:41:47 GMT
< Via: 1.1 varnish
< Age: 25978
< Connection: keep-alive
< X-Served-By: cache-sea1922-SEA, cache-fra1240-FRA
< X-Cache: MISS, HIT
< X-Cache-Hits: 0, 1
< X-Timer: S1445956907.451166,VS0,VE0
< Vary: Accept-Encoding
< 
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.8.0</center>
</body>
</html>
* Connection #0 to host ftp.drupal.org left intact

Comments

dopey_87 created an issue. See original summary.

drumm’s picture

Status: Active » Postponed (maintainer needs more info)

Please post the output of curl -v {missing url}

dopey_87’s picture

*   Trying 185.31.17.68...
* Connected to ftp.drupal.org (185.31.17.68) port 80 (#0)
> GET /files/projects/provision_site_backup_manager-6.x-2.0.tar.gz HTTP/1.1
> Host: ftp.drupal.org
> User-Agent: curl/7.45.0
> Accept: */*
> 
< HTTP/1.1 404 Not Found
< Server: nginx/1.8.0
< Content-Type: text/html
< Via: 1.1 varnish
< Content-Length: 168
< Accept-Ranges: bytes
< Date: Tue, 27 Oct 2015 14:41:47 GMT
< Via: 1.1 varnish
< Age: 25978
< Connection: keep-alive
< X-Served-By: cache-sea1922-SEA, cache-fra1240-FRA
< X-Cache: MISS, HIT
< X-Cache-Hits: 0, 1
< X-Timer: S1445956907.451166,VS0,VE0
< Vary: Accept-Encoding
< 
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.8.0</center>
</body>
</html>
* Connection #0 to host ftp.drupal.org left intact
hugronaphor’s picture

Issue summary: View changes
dopey_87’s picture

I still receive 404 via curl hungronaphor on http://ftp.drupal.org/files/projects/provision_site_backup_manager-6.x-2... . (output in prior comment).

Via browser works, so it's the same end user behaviour we saw with updates.drupal earlier today.

mlhess’s picture

I have purged the cache here. Let us know if that takes care of the issue.

mrharolda’s picture

I seem to have the same issue on Dupal.org's build bot:

Packaging error messages

Build for drupal-org.make failed:
 >> Unable to download webform-7.x-4.11.tar.gz to /tmp/drush_tmp_1445958872_562f94d817818 from http://ftp.drupal.org/files/projects/webform-7.x-4.11.tar.gz

https://www.drupal.org/node/2247011

pieterdc’s picture

Status: Postponed (maintainer needs more info) » Needs review

Mlhess purged the cache and asked for feedback on whether that solved this issue for you. Changing the issue status accordingly.

hugronaphor’s picture

At least, the URL's reported reported by me - works now.
Thanks.

mlhess’s picture

Status: Needs review » Fixed

Closing this.

mrharolda’s picture

I am still waiting for my DvG release (dvg 7.x-1.0-beta10) to build ...

mrharolda’s picture

And the build completed seconds after my comment!

Fixed for me! Tnx.

drumm’s picture

And I repackaged https://www.drupal.org/node/2247011 to clear the error on dvg 7.x-1.x-dev too.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.