https://simplytest.me/project/multilingual_demo/8.x-1.x says error downloading dependencies. We only have these which should all be available:

api = 2
core = 8.x
projects[drupal][version] = 8.0.0-beta13
projects[drupal][patch][] = https://www.drupal.org/files/issues/regression_views-2529748-59.patch

The beta13 tag exists for 21 hours and the patchfile is present.

Comments

patrickd’s picture

seems like drush 8 doesn't like that make file

::: Thu Jul 30 14:55:38 UTC 2015 :  -> Chosen makefile: drupal-org-core.make
Invalid argument supplied for foreach() make.utilities.inc:101         [warning]
patrickd’s picture

updated drush
before

commit 271dd8367f18ebf55b8c7cf1c1e80c4b01466802
Author: Greg Anderson <greg.1.anderson@greenknowe.org>
Date:   Mon May 18 14:11:31 2015 -0700

now

commit c2a091c15f2562f69498a63af4c09c781a26112a
Merge: 62e9cd2 2176759
Author: Christopher Gervais <chris@ergonlogic.com>
Date:   Thu Jul 30 01:50:20 2015 -0400
patrickd’s picture

now it fails with the following

::: Thu Jul 30 15:16:28 UTC 2015 :  -> Chosen makefile: drupal-org-core.make
Beginning to build /home/ds78/multilingual_demo/drupal-org-core.make.       [ok]
Could not locate drupal version 8.0.0-beta13.                            [error]
patrickd’s picture

sorry, I'm not sure why this happens :(

loopduplicate’s picture

I also updated drush to c2a091c15f2562f69498a63af4c09c781a26112a. Everything works for me locally. When I updated drush, here's the output that git gave me:

Updating cf6e51b..c2a091c
Fast-forward
 commands/make/generate.make.inc  |  7 ++++++-
 commands/make/make.utilities.inc | 24 +++++++++++++-----------
 docs/make.md                     | 12 ++++++++----
 examples/example.make.yml        | 26 +++++++++++++-------------

So, perhaps those changes might give a clue as to why it's failing only on Simplytest?

loopduplicate’s picture

In case it helps, I successfully built this profile on Simplytest earlier this week so it seems to be a recent issue.

loopduplicate’s picture

Just a thought. Is it possible the drush cache needs to be cleared? drush cc drush

patrickd’s picture

problem seems to have solved itsself?

loopduplicate’s picture

Status: Active » Needs review

It works for me now. Updating the status of the issue to Needs Review.

Kristen Pol’s picture

Status: Needs review » Reviewed & tested by the community

Is working for me as well. Not sure this should be Closed (works as designed) or Fixed.

Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

It works for me much more reliable now, but it also fails intermittently. So may not be entirely fixed or may depend on some 3rd party thing, eg. d.o. Anyway, I think we can close this.

Status: Fixed » Closed (fixed)

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