I'm trying to launch openy project on simplytest and got requirements problem:
#2850415: Composer installation fails for openy had the same issue.

  1. Address requires the commerceguys/addressing library.
  2. Address requires the commerceguys/zone library.

Similar issues:
#2850415: Composer installation fails for openy
#2856972: Composer requirements aren't met during installation of distribution
#2754225: Create a demo site on Simplytest.me
#2841592: Composer installation fails for Open Social

Steps for reproduce:
- go to https://simplytest.me/project/openy/8.x-1.x
- click on button "sandbox"
- got errors on "Verify requirements" step

It behaves the same way for each of the previous releases.
I did not have an issue with composer getting these dependencies locally.

Comments

kerby70 created an issue. See original summary.

patrickd’s picture

seems to be a general issue with composer on simplytest.me, sorry, i'll look into it
https://www.drupal.org/node/2860648

patrickd’s picture

So this might be a problem with a module version dependency in your composer json, see https://www.drupal.org/node/2860648#comment-11987997

kerby70’s picture

@patrickd Thank you for the information, I will look into this.

kerby70’s picture

@patrickd There still seems to be issues getting the required packages, is there any additional information that I could get?

patrickd’s picture

composer still fails with

Loading composer repositories with package information
The "https://packagist.drupal-composer.org/packages.json" file could not be downloaded: Peer certificate CN=`*.github.com' did not match expected CN=`packagist.drupal-composer.org'
Failed to enable crypto
failed to open stream: operation failed
https://packagist.drupal-composer.org could not be fully loaded, package information was loaded from the local cache and may be out of date
Warning from https://packagist.drupal-composer.org: Drupal Packagist is deprecated, you should use the official Package Repository from Drupal.org instead. See https://www.drupal.org/node/2822344 for more information.

because drupal-composer.org is still mentioned as repository in the composer files of 2 modules used by openy

# ack-grep drupal-composer .
profiles/openy/modules/contrib/media_entity_document/composer.json
23:      "url": "https://packagist.drupal-composer.org"

profiles/openy/modules/contrib/media_entity/composer.json
16:      "url": "https://packagist.drupal-composer.org"
podarok’s picture

Version: » 8.x-3.x-dev
Priority: Normal » Major

@patrickd
There are no files composer.json in the repository, which you are referring to in #6

Could you please show us the log with the latest 8.x-1.x-dev ?

sanchiz’s picture

Status: Active » Needs work
StatusFileSize
new100.46 KB
new85.34 KB

@patrickd it seems that issues appeared again. When we try to install OpenY 8.x-1.x on simplytest.me, it says that address library does not exist.

Could you please help us to resolve or advice how we can help?