Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI is broken #28

Open
peterjaap opened this issue Sep 5, 2017 · 2 comments
Open

Travis CI is broken #28

peterjaap opened this issue Sep 5, 2017 · 2 comments

Comments

@peterjaap
Copy link
Contributor

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

@kkrieger85
Copy link

  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.  
  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 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
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants