firegento-adminmonitoring icon indicating copy to clipboard operation
firegento-adminmonitoring copied to clipboard

Travis CI is broken

Open peterjaap opened this issue 7 years ago • 2 comments

See https://travis-ci.org/firegento/firegento-adminmonitoring/builds/272056349

peterjaap avatar Sep 05 '17 13:09 peterjaap

  1. For some tests, installation of database doesn't work:
  "php": 5.4,
  "env": "MAGENTO_VERSION=\"magento-mirror-1.7.0.2\"",
 [RuntimeException]                                                  
  Installation failed (Exit code 1).                                  
  FAILED                                                              
  ERROR: Database server does not support the InnoDB storage engine.  
                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
  [RuntimeException]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
  Exit status 1 for command /home/travis/.phpenv/versions/5.4.45/bin/php -ddisplay_startup_errors=1 -ddisplay_errors=1 -derror_reporting=-1 -f '/tmp/mageteststand.ER9STNli/htdocs/install.php' -- --license_agreement_accepted 'yes' --locale 'de_DE' --timezone 'Europe/Berlin' --db_host 'localhost' --db_name 'mageteststand' --db_user 'root' --db_pass '' --db_prefix '' --url 'http://magento.local/' --use_rewrites 'yes' --use_secure 'no' --secure_base_url 'https://magento.local/' --use_secure_admin 'no' --admin_username 'admin' --admin_lastname 'Doe' --admin_firstname 'John' --admin_email '[email protected]' --admin_password 'password123' --session_save 'files' --admin_frontname 'admin' --backend_frontname 'admin' --default_currency 'EUR' --skip_url_validation 'yes'  2>&1. Output was:   
  FAILED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  ERROR: Database server does not support the InnoDB storage engine.  
  1. For others there's an issue with downloading git repo:

Composer version 1.5.2 2017-09-11 16:59:25

"php": 5.4,
  "env": "MAGENTO_VERSION=\"magento-mirror-1.8.1.0\"",
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.0.1\"",
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.1.1\"",
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.2.4\"",
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.3.4\"",
"php": 5.5,
  "env": "MAGENTO_VERSION=\"magento-mirror-1.8.1.0\"",
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.0.1\"",
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.1.1\"",
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.2.4\"",
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.3.4\"",
"php": 5.6,
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.1.1\"",
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.2.4\"",
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.3.4\"",
"php": 7,
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.1.1\"",
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.2.4\"",
  "env": "MAGENTO_VERSION=\"magento-mirror-1.9.3.4\"",
Failed to clone the [email protected]:AOEpeople/EcomDev_PHPUnit.git repository, try running in interactive mode so that you can enter your GitHub credentials
                                                                                                                                                                        
  [RuntimeException]                                                                                                                                                    
  Failed to execute git clone --mirror '[email protected]:AOEpeople/EcomDev_PHPUnit.git' '/home/travis/.composer/cache/vcs/git-github.com-AOEpeople-EcomDev-PHPUnit.git/'  

Checked with Build #83 https://travis-ci.org/firegento/firegento-adminmonitoring/builds/287893214

kkrieger85 avatar Oct 14 '17 11:10 kkrieger85

Travis CI will work again after merge of https://github.com/AOEpeople/MageTestStand/pull/20

Tested: https://travis-ci.org/firegento/firegento-adminmonitoring/builds/288140926

kkrieger85 avatar Oct 15 '17 08:10 kkrieger85