jacekwilczynski

composer install -vvv

Jun 13th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. root@1bc048c8d3a2:/var/www/html# composer install -vvv
  2. Checked CA file /etc/ssl/certs/ca-certificates.crt: valid
  3. To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ "Getting Started" section
  4. Reading /var/www/html/vendor/composer/installed.json
  5. Reading ./composer.lock
  6. stian/comparator:1.2.4, phpunit/php-text-template:1.2.1, phpunit/phpunit-mock-objects:2.3.8, phpunit/php-timer:1.0.9, phpunit/php-file-iterator:1.4.5, phpunit
  7. - Installing symfony/symfony (v2.8.31): Executing command (CWD): git --version
  8.  
  9. Cloning to cache at '/root/.composer/cache/vcs/https---github.com-symfony-symfony.git/'
  10. Executing command (CWD): git clone --mirror 'https://github.com/symfony/symfony.git' '/root/.composer/cache/vcs/https---github.com-symfony-symfony.git/'
  11. Cloning fa9fa59d7bf9d5c73a264d348f0da793cafdc73c
  12. Executing command (CWD): git clone --no-checkout 'https://github.com/symfony/symfony.git' '/var/www/html/vendor/symfony/symfony' && cd '/var/www/html/vendor/s
  13. ymfony/symfony' && git remote add composer 'https://github.com/symfony/symfony.git' && git fetch composer
  14. Failed: [Symfony\Component\Process\Exception\ProcessTimedOutException] The process "git clone --no-checkout 'https://github.com/symfony/symfony.git' '/var/www
  15. /html/vendor/symfony/symfony' && cd '/var/www/html/vendor/symfony/symfony' && git remote add composer 'https://github.com/symfony/symfony.git' && git fetch co
  16. mposer" exceeded the timeout of 300 seconds.
  17.  
  18.  
  19. [Symfony\Component\Process\Exception\ProcessTimedOutException]
  20. The process "git clone --no-checkout 'https://github.com/symfony/symfony.git' '/var/www/html/vendor/symfony/symfony' && cd '/var/www/html/vendor/symfony/
  21. symfony' && git remote add composer 'https://github.com/symfony/symfony.git' && git fetch composer" exceeded the timeout of 300 seconds.
  22.  
  23.  
  24. Exception trace:
  25. () at phar:///usr/bin/composer/vendor/symfony/process/Process.php:1193
  26. Symfony\Component\Process\Process->checkTimeout() at phar:///usr/bin/composer/vendor/symfony/process/Process.php:356
  27. Symfony\Component\Process\Process->wait() at phar:///usr/bin/composer/vendor/symfony/process/Process.php:198
  28. Symfony\Component\Process\Process->run() at phar:///usr/bin/composer/src/Composer/Util/ProcessExecutor.php:68
  29. Composer\Util\ProcessExecutor->execute() at phar:///usr/bin/composer/src/Composer/Util/Git.php:78
  30. Composer\Util\Git->runCommand() at phar:///usr/bin/composer/src/Composer/Downloader/GitDownloader.php:83
  31. Composer\Downloader\GitDownloader->doDownload() at phar:///usr/bin/composer/src/Composer/Downloader/VcsDownloader.php:90
  32. Composer\Downloader\VcsDownloader->download() at phar:///usr/bin/composer/src/Composer/Downloader/DownloadManager.php:213
  33. Composer\Downloader\DownloadManager->download() at phar:///usr/bin/composer/src/Composer/Installer/LibraryInstaller.php:197
  34. Composer\Installer\LibraryInstaller->installCode() at phar:///usr/bin/composer/src/Composer/Installer/LibraryInstaller.php:101
  35. Composer\Installer\LibraryInstaller->install() at phar:///usr/bin/composer/src/Composer/Installer/InstallationManager.php:173
  36. Composer\Installer\InstallationManager->install() at phar:///usr/bin/composer/src/Composer/Installer/InstallationManager.php:160
  37. Composer\Installer\InstallationManager->execute() at phar:///usr/bin/composer/src/Composer/Installer.php:589
  38. Composer\Installer->doInstall() at phar:///usr/bin/composer/src/Composer/Installer.php:228
  39. Composer\Installer->run() at phar:///usr/bin/composer/src/Composer/Command/InstallCommand.php:119
  40. Composer\Command\InstallCommand->execute() at phar:///usr/bin/composer/vendor/symfony/console/Command/Command.php:242
  41. Symfony\Component\Console\Command\Command->run() at phar:///usr/bin/composer/vendor/symfony/console/Application.php:843
  42. Symfony\Component\Console\Application->doRunCommand() at phar:///usr/bin/composer/vendor/symfony/console/Application.php:193
  43. Symfony\Component\Console\Application->doRun() at phar:///usr/bin/composer/src/Composer/Console/Application.php:254
  44. Composer\Console\Application->doRun() at phar:///usr/bin/composer/vendor/symfony/console/Application.php:117
  45. Symfony\Component\Console\Application->run() at phar:///usr/bin/composer/src/Composer/Console/Application.php:103
  46. Composer\Console\Application->run() at phar:///usr/bin/composer/bin/composer:56
  47. require() at /usr/bin/composer:25
  48.  
  49. install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-sugge
  50. st] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
Advertisement
Add Comment
Please, Sign In to add comment