firegento / firegento-adminmonitoring

Monitor all activities in the backend and provide a history about the changes.
GNU General Public License v3.0
91 stars 23 forks source link

Travis CI is broken #28

Open peterjaap opened 6 years ago

peterjaap commented 6 years ago

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

kkrieger85 commented 6 years ago

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 'john.doe@example.com' --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.  

2) 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 git@github.com: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 'git@github.com: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 commented 6 years ago

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