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
Comment #2
drummPlease post the output of
curl -v {missing url}Comment #3
dopey_87 commentedComment #4
hugronaphor commentedComment #5
hugronaphor commentedI can see that http://ftp.drupal.org/files/projects/provision_site_backup_manager-6.x-2... now returns something but:
- http://ftp.drupal.org/files/projects/intellitxt-7.x-2.0-beta3.tar.gz
- http://ftp.drupal.org/files/projects/blocks_mass_cache-7.x-1.4.tar.gz
- http://ftp.drupal.org/files/projects/term_merge-7.x-1.1.tar.gz
not
Comment #6
dopey_87 commentedI 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.
Comment #7
mlhess commentedI have purged the cache here. Let us know if that takes care of the issue.
Comment #8
mrharolda commentedI seem to have the same issue on Dupal.org's build bot:
https://www.drupal.org/node/2247011
Comment #9
pieterdcMlhess purged the cache and asked for feedback on whether that solved this issue for you. Changing the issue status accordingly.
Comment #10
hugronaphor commentedAt least, the URL's reported reported by me - works now.
Thanks.
Comment #11
mlhess commentedClosing this.
Comment #12
mrharolda commentedI am still waiting for my DvG release (dvg 7.x-1.0-beta10) to build ...
Comment #13
mrharolda commentedAnd the build completed seconds after my comment!
Fixed for me! Tnx.
Comment #14
drummAnd I repackaged https://www.drupal.org/node/2247011 to clear the error on dvg 7.x-1.x-dev too.