The official Composer-based upgrading instruction does not work for me because of «Allowed memory size exhausted»

It appears that the following is providing a 500 error:

https:/URL.com/setup/index.php/componentGrid/components

Which when loading in my browser gives the following:


An error occurred during execution; please try again later.
Additional information:
RuntimeException

File:

/chroot/home/yourbudd/URL.com/html/setup/src/Magento/Setup/Model/PackagesData.php:88

Message:

Couldn’t get available versions for package mage2pro/core

Stack trace:

#0 setup/src/Magento/Setup/Controller/ComponentGrid.php(98): Magento\Setup\Model\PackagesData->syncPackagesData()
#1 vendor/zendframework/zend-mvc/src/Controller/AbstractActionController.php(82): Magento\Setup\Controller\ComponentGrid->componentsAction()
#2 [internal function]: Zend\Mvc\Controller\AbstractActionController->onDispatch(Object(Zend\Mvc\MvcEvent))
#3 vendor/zendframework/zend-eventmanager/src/EventManager.php(444): call_user_func(Array, Object(Zend\Mvc\MvcEvent))
#4 vendor/zendframework/zend-eventmanager/src/EventManager.php(205): Zend\EventManager\EventManager->triggerListeners('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure))
#5 vendor/zendframework/zend-mvc/src/Controller/AbstractController.php(118): Zend\EventManager\EventManager->trigger('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure))
#6 vendor/zendframework/zend-mvc/src/DispatchListener.php(93): Zend\Mvc\Controller\AbstractController->dispatch(Object(Zend\Http\PhpEnvironment\Request), Object(Zend\Http\PhpEnvironment\Response))
#7 [internal function]: Zend\Mvc\DispatchListener->onDispatch(Object(Zend\Mvc\MvcEvent))
#8 vendor/zendframework/zend-eventmanager/src/EventManager.php(444): call_user_func(Array, Object(Zend\Mvc\MvcEvent))
#9 vendor/zendframework/zend-eventmanager/src/EventManager.php(205): Zend\EventManager\EventManager->triggerListeners('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure))
#10 vendor/zendframework/zend-mvc/src/Application.php(314): Zend\EventManager\EventManager->trigger('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure))
#11 setup/index.php(31): Zend\Mvc\Application->run()
#12 {main}

This is what support wrote back:

I noted a similar issue occurring with a client recently, I am not certain how definitively the situations parallel, but they were having the same issue which was caused by an extension they had previously attempted to have removed, in your case it would be mage2pro/core if you had previously attempted to remove it. In their situation they were unable to have the file be detected by Magento, similar to what is occurring here with the " Couldn’t get available versions for package mage2pro/core " message. They were able to remove the package once changing the “case of the the name” of the extension. I assume adjusting the case may be the solution to getting the extension recognized in your situation as well, however, I am not certain where exactly this was done, though it may be the hint your team needs to get the issue resolved.

I have completed this solution as it was the solution to a similar problem, but didn’t work for me.

Thanks

Publish here the full exact system output for each step of the official upgrading instruction.

[yourbudd@sip2-272 ~]$ composer update --prefer-source
Loading composer repositories with package information
Updating dependencies (including require-dev)
PHP Fatal error:  Allowed memory size of 1073741824 bytes exhausted (tried to allocate 1945600 bytes) in phar:///usr/bin/composer/src/Composer/Cache.php on line 77

Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 1945600 bytes) in phar:///usr/bin/composer/src/Composer/Cache.php on line 77

Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.[yourbudd@sip2-272 ~]$ cd public_html
[yourbudd@sip2-272 public_html]$ composer update --prefer-source
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Removing magento/zendframework1 (1.12.16-patch2)
  - Installing magento/zendframework1 (1.12.16-patch3)
    Downloading: 100%

  - Removing oyejorge/less.php (v1.7.0.10)
  - Installing oyejorge/less.php (v1.7.0.14)
    Downloading: 100%

  - Removing phpseclib/phpseclib (2.0.4)
  - Installing phpseclib/phpseclib (2.0.6)
    Downloading: 100%

  - Removing symfony/event-dispatcher (v2.8.17)
  - Installing symfony/event-dispatcher (v2.8.22)
    Downloading: 100%

  - Removing symfony/process (v2.8.17)
  - Installing symfony/process (v2.8.22)
    Downloading: 100%

  - Removing zendframework/zend-stdlib (2.4.11)
  - Installing zendframework/zend-stdlib (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-eventmanager (2.4.11)
  - Installing zendframework/zend-eventmanager (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-code (2.4.11)
  - Installing zendframework/zend-code (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-di (2.4.11)
  - Installing zendframework/zend-di (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-modulemanager (2.4.11)
  - Installing zendframework/zend-modulemanager (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-loader (2.4.11)
  - Installing zendframework/zend-loader (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-view (2.4.11)
  - Installing zendframework/zend-view (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-validator (2.4.11)
  - Installing zendframework/zend-validator (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-escaper (2.4.11)
  - Installing zendframework/zend-escaper (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-uri (2.4.11)
  - Installing zendframework/zend-uri (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-server (2.4.11)
  - Installing zendframework/zend-server (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-soap (2.4.11)
  - Installing zendframework/zend-soap (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-console (2.4.11)
  - Installing zendframework/zend-console (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-servicemanager (2.4.11)
  - Installing zendframework/zend-servicemanager (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-text (2.4.11)
  - Installing zendframework/zend-text (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-i18n (2.4.11)
  - Installing zendframework/zend-i18n (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-config (2.4.11)
  - Installing zendframework/zend-config (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-math (2.4.11)
  - Installing zendframework/zend-math (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-json (2.4.11)
  - Installing zendframework/zend-json (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-serializer (2.4.11)
  - Installing zendframework/zend-serializer (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-log (2.4.11)
  - Installing zendframework/zend-log (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-crypt (2.4.11)
  - Installing zendframework/zend-crypt (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-http (2.4.11)
  - Installing zendframework/zend-http (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-filter (2.4.11)
  - Installing zendframework/zend-filter (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-inputfilter (2.4.11)
  - Installing zendframework/zend-inputfilter (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-form (2.4.11)
  - Installing zendframework/zend-form (2.4.12)
    Downloading: 100%

  - Removing zendframework/zend-mvc (2.4.11)
  - Installing zendframework/zend-mvc (2.4.12)
    Downloading: 100%

  - Removing symfony/yaml (v2.8.17)
  - Installing symfony/yaml (v2.8.22)
    Downloading: 100%

  - Removing sebastian/recursion-context (1.0.2)
  - Installing sebastian/recursion-context (1.0.5)
    Downloading: 100%

  - Removing sebastian/diff (1.4.1)
  - Installing sebastian/diff (1.4.3)
    Downloading: 100%

  - Removing phpunit/php-timer (1.0.8)
  - Installing phpunit/php-timer (1.0.9)
    Downloading: 100%

  - Removing phpunit/php-token-stream (1.4.9)
  - Installing phpunit/php-token-stream (1.4.11)
    Downloading: 100%

  - Removing mage2pro/core (2.6.25)
  - Installing mage2pro/core (2.7.24)
    Downloading: 100%

  - Removing mage2pro/square (1.1.8)
  - Installing mage2pro/square (1.1.9)
    Downloading: 100%

  - Removing symfony/finder (v3.2.3)
  - Installing symfony/finder (v3.3.2)
    Downloading: 100%

  - Removing symfony/filesystem (v2.8.17)
  - Installing symfony/filesystem (v2.8.22)
    Downloading: 100%

  - Removing symfony/config (v2.8.17)
  - Installing symfony/config (v2.8.22)
    Downloading: 100%

  - Removing symfony/dependency-injection (v2.8.17)
  - Installing symfony/dependency-injection (v2.8.22)
    Downloading: 100%

  - Removing composer/spdx-licenses (1.1.5)
  - Installing composer/spdx-licenses (1.1.6)
    Downloading: 100%

  - Removing seld/cli-prompt (1.0.2)
  - Installing seld/cli-prompt (1.0.3)
    Downloading: 100%

  - Removing seld/jsonlint (1.5.0)
  - Installing seld/jsonlint (1.6.1)
    Downloading: 100%

  - Removing theseer/fdomdocument (1.6.1)
  - Installing theseer/fdomdocument (1.6.5)
    Downloading: 100%

  - Removing symfony/stopwatch (v3.2.3)
  - Installing symfony/stopwatch (v3.3.2)
    Downloading: 100%

Package fabpot/php-cs-fixer is abandoned, you should avoid using it. Use friendsofphp/php-cs-fixer instead.
Writing lock file
Generating autoload files
[yourbudd@sip2-272 public_html]$ bin/magento setup:upgrade
-bash: bin/magento: Permission denied
[yourbudd@sip2-272 public_html]$ php bin/magento setup:upgrade
Cache cleared successfully
File system cleanup:
/chroot/home/yourbudd/yourbuddy.ca/html/var/generation/Composer
/chroot/home/yourbudd/yourbuddy.ca/html/var/generation/Magento
/chroot/home/yourbudd/yourbuddy.ca/html/var/generation/Symfony
The directory '/chroot/home/yourbudd/yourbuddy.ca/html/var/di/' doesn't exist - skipping cleanup
/chroot/home/yourbudd/yourbuddy.ca/html/pub/static/_cache
/chroot/home/yourbudd/yourbuddy.ca/html/pub/static/_requirejs
/chroot/home/yourbudd/yourbuddy.ca/html/pub/static/adminhtml
/chroot/home/yourbudd/yourbuddy.ca/html/pub/static/frontend
/chroot/home/yourbudd/yourbuddy.ca/html/var/view_preprocessed/css
/chroot/home/yourbudd/yourbuddy.ca/html/var/view_preprocessed/source
Updating modules:
Schema creation/updates:
Module 'Magento_Store':
Module 'CustomerParadigm_MaintenanceMode':
Module 'Magento_Directory':
Module 'Magento_Theme':
Module 'Magento_Eav':
Module 'Magento_Config':
Module 'Magento_Backend':
Module 'Df_Core':
Module 'Df_Directory':
Module 'Df_Eav':
Module 'Df_Framework':
Module 'Magento_Translation':
Module 'Df_Oauth':
Module 'Magento_Customer':
Module 'Magento_AdminNotification':
Module 'Magento_Indexer':
Module 'Df_Qa':
Module 'Magento_Quote':
Module 'Magento_Cms':
Module 'Magento_SampleData':
Module 'Df_Sentry':
Module 'Df_Sso':
Module 'Df_Store':
Module 'Magento_Catalog':
Module 'Magento_User':
Module 'Df_Typography':
Module 'Magento_Ui':
Module 'Df_User':
Module 'Magento_Security':
Module 'Df_Xml':
Module 'Df_Zf':
Module 'Df_Config':
Module 'Magento_CatalogInventory':
Module 'Magento_AdvancedPricingImportExport':
Module 'Magento_Authorization':
Module 'Magento_Rule':
Module 'Df_Backend':
Module 'Magento_Backup':
Module 'Magento_SalesSequence':
Module 'Magento_Bundle':
Module 'Magento_BundleImportExport':
Module 'Magento_CacheInvalidate':
Module 'Magento_Payment':
Module 'Df_Catalog':
Module 'Magento_CatalogImportExport':
Module 'Magento_Sales':
Module 'Magento_CatalogRule':
Module 'Magento_Msrp':
Module 'Magento_Search':
Module 'Magento_CatalogUrlRewrite':
Module 'Magento_Widget':
Module 'Magento_Checkout':
Module 'Magento_CheckoutAgreements':
Module 'CoinGate_Merchant':
Module 'Magento_CmsUrlRewrite':
Module 'Dfe_Square':
Module 'Magento_ConfigurableImportExport':
Module 'Magento_ConfigurableProduct':
Module 'Magento_Contact':
Module 'Magento_Cookie':
Module 'Magento_Cron':
Module 'Magento_CurrencySymbol':
Module 'Df_Payment':
Module 'Magento_CustomerImportExport':
Module 'Magento_Deploy':
Module 'Magento_Developer':
Module 'Magento_Dhl':
Module 'Df_Customer':
Module 'Magento_Downloadable':
Module 'Magento_ImportExport':
Module 'Magento_Authorizenet':
Module 'Magento_Email':
Module 'Magento_EncryptionKey':
Module 'Magento_Fedex':
Module 'Magento_GiftMessage':
Module 'Magento_GoogleAdwords':
Module 'Magento_GoogleAnalytics':
Module 'Magento_GoogleOptimizer':
Module 'Magento_GroupedImportExport':
Module 'Magento_GroupedProduct':
Module 'Magento_DownloadableImportExport':
Module 'Df_StripeClone':
Module 'Magento_Integration':
Module 'Magento_LayeredNavigation':
Module 'Magento_Marketplace':
Module 'Magento_MediaStorage':
Module 'Magento_CatalogRuleConfigurable':
Module 'Magento_Multishipping':
Module 'Magento_NewRelicReporting':
Module 'Magento_Newsletter':
Module 'Magento_OfflinePayments':
Module 'Magento_SalesRule':
Module 'Magento_PageCache':
Module 'Df_Sales':
Module 'Magento_Vault':
Module 'Magento_Persistent':
Module 'Magento_ProductAlert':
Module 'Magento_ProductVideo':
Module 'Df_Quote':
Module 'Magento_Reports':
Module 'Magento_RequireJs':
Module 'Magento_Review':
Module 'Magento_Rss':
Module 'Magento_Paypal':
Module 'Magento_Captcha':
Module 'Magento_SalesInventory':
Module 'Magento_OfflineShipping':
Module 'Df_Checkout':
Module 'Df_SampleData':
Module 'Magento_CatalogSearch':
Module 'Magento_Webapi':
Module 'Magento_SendFriend':
Module 'Magento_Shipping':
Module 'Magento_Sitemap':
Module 'Df_PaypalClone':
Module 'Magento_Swagger':
Module 'Magento_Swatches':
Module 'Magento_SwatchesLayeredNavigation':
Module 'Magento_Tax':
Module 'Magento_TaxImportExport':
Module 'Magento_Braintree':
Module 'Df_Intl':
Module 'Df_Ui':
Module 'Magento_Ups':
Module 'Magento_UrlRewrite':
Module 'Df_Tax':
Module 'Magento_Usps':
Module 'Magento_Variable':
Module 'Df_Paypal':
Module 'Magento_Version':
Module 'Df_Webapi':
Module 'Magento_WebapiSecurity':
Module 'Magento_Weee':
Module 'Magento_CatalogWidget':
Module 'Magento_Wishlist':
Module 'Mageplaza_Core':
Module 'Mageplaza_LayeredNavigation':
Module 'Smartwave_Core':
Module 'Smartwave_Filterproducts':
Module 'Smartwave_Megamenu':
Module 'Smartwave_Porto':
Module 'Smartwave_Socialfeeds':
Module 'Webkul_CustomRegistration':
Module 'Webkul_Marketplace':
Module 'Webkul_MpCanadapostShipping':
Module 'WeltPixel_Backend':
Module 'WeltPixel_OwlCarouselSlider':
Schema post-updates:
Module 'Magento_Store':
Module 'CustomerParadigm_MaintenanceMode':
Module 'Magento_Directory':
Module 'Magento_Theme':
Module 'Magento_Eav':
Module 'Magento_Config':
Module 'Magento_Backend':
Module 'Df_Core':
Module 'Df_Directory':
Module 'Df_Eav':
Module 'Df_Framework':
Module 'Magento_Translation':
Module 'Df_Oauth':
Module 'Magento_Customer':
Module 'Magento_AdminNotification':
Module 'Magento_Indexer':
Running schema recurring...
Module 'Df_Qa':
Module 'Magento_Quote':
Module 'Magento_Cms':
Module 'Magento_SampleData':
Module 'Df_Sentry':
Module 'Df_Sso':
Module 'Df_Store':
Module 'Magento_Catalog':
Running schema recurring...
Module 'Magento_User':
Module 'Df_Typography':
Module 'Magento_Ui':
Module 'Df_User':
Module 'Magento_Security':
Module 'Df_Xml':
Module 'Df_Zf':
Module 'Df_Config':
Module 'Magento_CatalogInventory':
Running schema recurring...
Module 'Magento_AdvancedPricingImportExport':
Module 'Magento_Authorization':
Module 'Magento_Rule':
Module 'Df_Backend':
Module 'Magento_Backup':
Module 'Magento_SalesSequence':
Module 'Magento_Bundle':
Running schema recurring...
Module 'Magento_BundleImportExport':
Module 'Magento_CacheInvalidate':
Module 'Magento_Payment':
Module 'Df_Catalog':
Module 'Magento_CatalogImportExport':
Module 'Magento_Sales':
Module 'Magento_CatalogRule':
Module 'Magento_Msrp':
Module 'Magento_Search':
Module 'Magento_CatalogUrlRewrite':
Running schema recurring...
Module 'Magento_Widget':
Module 'Magento_Checkout':
Module 'Magento_CheckoutAgreements':
Module 'CoinGate_Merchant':
Module 'Magento_CmsUrlRewrite':
Module 'Dfe_Square':
Module 'Magento_ConfigurableImportExport':
Module 'Magento_ConfigurableProduct':
Running schema recurring...
Module 'Magento_Contact':
Module 'Magento_Cookie':
Module 'Magento_Cron':
Module 'Magento_CurrencySymbol':
Module 'Df_Payment':
Module 'Magento_CustomerImportExport':
Module 'Magento_Deploy':
Module 'Magento_Developer':
Module 'Magento_Dhl':
Module 'Df_Customer':
Module 'Magento_Downloadable':
Module 'Magento_ImportExport':
Module 'Magento_Authorizenet':
Module 'Magento_Email':
Module 'Magento_EncryptionKey':
Module 'Magento_Fedex':
Module 'Magento_GiftMessage':
Module 'Magento_GoogleAdwords':
Module 'Magento_GoogleAnalytics':
Module 'Magento_GoogleOptimizer':
Module 'Magento_GroupedImportExport':
Module 'Magento_GroupedProduct':
Module 'Magento_DownloadableImportExport':
Module 'Df_StripeClone':
Module 'Magento_Integration':
Running schema recurring...
Module 'Magento_LayeredNavigation':
Module 'Magento_Marketplace':
Module 'Magento_MediaStorage':
Module 'Magento_CatalogRuleConfigurable':
Module 'Magento_Multishipping':
Module 'Magento_NewRelicReporting':
Module 'Magento_Newsletter':
Module 'Magento_OfflinePayments':
Module 'Magento_SalesRule':
Module 'Magento_PageCache':
Module 'Df_Sales':
Module 'Magento_Vault':
Module 'Magento_Persistent':
Module 'Magento_ProductAlert':
Running schema recurring...
Module 'Magento_ProductVideo':
Module 'Df_Quote':
Module 'Magento_Reports':
Running schema recurring...
Module 'Magento_RequireJs':
Module 'Magento_Review':
Module 'Magento_Rss':
Module 'Magento_Paypal':
Module 'Magento_Captcha':
Module 'Magento_SalesInventory':
Module 'Magento_OfflineShipping':
Module 'Df_Checkout':
Module 'Df_SampleData':
Module 'Magento_CatalogSearch':
Module 'Magento_Webapi':
Module 'Magento_SendFriend':
Module 'Magento_Shipping':
Module 'Magento_Sitemap':
Module 'Df_PaypalClone':
Module 'Magento_Swagger':
Module 'Magento_Swatches':
Module 'Magento_SwatchesLayeredNavigation':
Module 'Magento_Tax':
Module 'Magento_TaxImportExport':
Module 'Magento_Braintree':
Module 'Df_Intl':
Module 'Df_Ui':
Module 'Magento_Ups':
Module 'Magento_UrlRewrite':
Module 'Df_Tax':
Module 'Magento_Usps':
Module 'Magento_Variable':
Module 'Df_Paypal':
Module 'Magento_Version':
Module 'Df_Webapi':
Module 'Magento_WebapiSecurity':
Module 'Magento_Weee':
Running schema recurring...
Module 'Magento_CatalogWidget':
Module 'Magento_Wishlist':
Running schema recurring...
Module 'Mageplaza_Core':
Module 'Mageplaza_LayeredNavigation':
Module 'Smartwave_Core':
Module 'Smartwave_Filterproducts':
Module 'Smartwave_Megamenu':
Module 'Smartwave_Porto':
Module 'Smartwave_Socialfeeds':
Module 'Webkul_CustomRegistration':
Module 'Webkul_Marketplace':
Module 'Webkul_MpCanadapostShipping':
Module 'WeltPixel_Backend':
Module 'WeltPixel_OwlCarouselSlider':
DDL cache cleared successfully
Data install/update:
Module 'Magento_Store':
Module 'CustomerParadigm_MaintenanceMode':
Module 'Magento_Directory':
Module 'Magento_Theme':
Module 'Magento_Eav':
Module 'Magento_Config':
Module 'Magento_Backend':
Module 'Df_Core':
Module 'Df_Directory':
Module 'Df_Eav':
Module 'Df_Framework':
Module 'Magento_Translation':
Module 'Df_Oauth':
Module 'Magento_Customer':
Module 'Magento_AdminNotification':
Module 'Magento_Indexer':
Module 'Df_Qa':
Module 'Magento_Quote':
Module 'Magento_Cms':
Module 'Magento_SampleData':
Module 'Df_Sentry':
Module 'Df_Sso':
Module 'Df_Store':
Module 'Magento_Catalog':
Module 'Magento_User':
Module 'Df_Typography':
Module 'Magento_Ui':
Module 'Df_User':
Module 'Magento_Security':
Module 'Df_Xml':
Module 'Df_Zf':
Module 'Df_Config':
Module 'Magento_CatalogInventory':
Module 'Magento_AdvancedPricingImportExport':
Module 'Magento_Authorization':
Module 'Magento_Rule':
Module 'Df_Backend':
Module 'Magento_Backup':
Module 'Magento_SalesSequence':
Module 'Magento_Bundle':
Module 'Magento_BundleImportExport':
Module 'Magento_CacheInvalidate':
Module 'Magento_Payment':
Module 'Df_Catalog':
Module 'Magento_CatalogImportExport':
Module 'Magento_Sales':
Module 'Magento_CatalogRule':
Module 'Magento_Msrp':
Module 'Magento_Search':
Module 'Magento_CatalogUrlRewrite':
Module 'Magento_Widget':
Module 'Magento_Checkout':
Module 'Magento_CheckoutAgreements':
Module 'CoinGate_Merchant':
Module 'Magento_CmsUrlRewrite':
Module 'Dfe_Square':
Module 'Magento_ConfigurableImportExport':
Module 'Magento_ConfigurableProduct':
Module 'Magento_Contact':
Module 'Magento_Cookie':
Module 'Magento_Cron':
Module 'Magento_CurrencySymbol':
Module 'Df_Payment':
Module 'Magento_CustomerImportExport':
Module 'Magento_Deploy':
Module 'Magento_Developer':
Module 'Magento_Dhl':
Module 'Df_Customer':
Module 'Magento_Downloadable':
Module 'Magento_ImportExport':
Module 'Magento_Authorizenet':
Module 'Magento_Email':
Module 'Magento_EncryptionKey':
Module 'Magento_Fedex':
Module 'Magento_GiftMessage':
Module 'Magento_GoogleAdwords':
Module 'Magento_GoogleAnalytics':
Module 'Magento_GoogleOptimizer':
Module 'Magento_GroupedImportExport':
Module 'Magento_GroupedProduct':
Module 'Magento_DownloadableImportExport':
Module 'Df_StripeClone':
Module 'Magento_Integration':
Module 'Magento_LayeredNavigation':
Module 'Magento_Marketplace':
Module 'Magento_MediaStorage':
Module 'Magento_CatalogRuleConfigurable':
Module 'Magento_Multishipping':
Module 'Magento_NewRelicReporting':
Module 'Magento_Newsletter':
Module 'Magento_OfflinePayments':
Module 'Magento_SalesRule':
Module 'Magento_PageCache':
Module 'Df_Sales':
Module 'Magento_Vault':
Module 'Magento_Persistent':
Module 'Magento_ProductAlert':
Module 'Magento_ProductVideo':
Module 'Df_Quote':
Module 'Magento_Reports':
Module 'Magento_RequireJs':
Module 'Magento_Review':
Module 'Magento_Rss':
Module 'Magento_Paypal':
Module 'Magento_Captcha':
Module 'Magento_SalesInventory':
Module 'Magento_OfflineShipping':
Module 'Df_Checkout':
Module 'Df_SampleData':
Module 'Magento_CatalogSearch':
Module 'Magento_Webapi':
Module 'Magento_SendFriend':
Module 'Magento_Shipping':
Module 'Magento_Sitemap':
Module 'Df_PaypalClone':
Module 'Magento_Swagger':
Module 'Magento_Swatches':
Module 'Magento_SwatchesLayeredNavigation':
Module 'Magento_Tax':
Module 'Magento_TaxImportExport':
Module 'Magento_Braintree':
Module 'Df_Intl':
Module 'Df_Ui':
Module 'Magento_Ups':
Module 'Magento_UrlRewrite':
Module 'Df_Tax':
Module 'Magento_Usps':
Module 'Magento_Variable':
Module 'Df_Paypal':
Module 'Magento_Version':
Module 'Df_Webapi':
Module 'Magento_WebapiSecurity':
Module 'Magento_Weee':
Module 'Magento_CatalogWidget':
Module 'Magento_Wishlist':
Module 'Mageplaza_Core':
Module 'Mageplaza_LayeredNavigation':
Module 'Smartwave_Core':
Module 'Smartwave_Filterproducts':
Module 'Smartwave_Megamenu':
Module 'Smartwave_Porto':
Module 'Smartwave_Socialfeeds':
Module 'Webkul_CustomRegistration':
Module 'Webkul_Marketplace':
Module 'Webkul_MpCanadapostShipping':
Module 'WeltPixel_Backend':
Module 'WeltPixel_OwlCarouselSlider':
Data post-updates:
Module 'Magento_Store':
Module 'CustomerParadigm_MaintenanceMode':
Module 'Magento_Directory':
Module 'Magento_Theme':
Running data recurring...
Module 'Magento_Eav':
Module 'Magento_Config':
Module 'Magento_Backend':
Module 'Df_Core':
Module 'Df_Directory':
Module 'Df_Eav':
Module 'Df_Framework':
Module 'Magento_Translation':
Module 'Df_Oauth':
Module 'Magento_Customer':
Module 'Magento_AdminNotification':
Module 'Magento_Indexer':
Module 'Df_Qa':
Module 'Magento_Quote':
Module 'Magento_Cms':
Module 'Magento_SampleData':
Module 'Df_Sentry':
Module 'Df_Sso':
Module 'Df_Store':
Module 'Magento_Catalog':
Module 'Magento_User':
Module 'Df_Typography':
Module 'Magento_Ui':
Module 'Df_User':
Module 'Magento_Security':
Module 'Df_Xml':
Module 'Df_Zf':
Module 'Df_Config':
Module 'Magento_CatalogInventory':
Module 'Magento_AdvancedPricingImportExport':
Module 'Magento_Authorization':
Module 'Magento_Rule':
Module 'Df_Backend':
Module 'Magento_Backup':
Module 'Magento_SalesSequence':
Module 'Magento_Bundle':
Module 'Magento_BundleImportExport':
Module 'Magento_CacheInvalidate':
Module 'Magento_Payment':
Module 'Df_Catalog':
Module 'Magento_CatalogImportExport':
Module 'Magento_Sales':
Module 'Magento_CatalogRule':
Module 'Magento_Msrp':
Module 'Magento_Search':
Module 'Magento_CatalogUrlRewrite':
Module 'Magento_Widget':
Module 'Magento_Checkout':
Module 'Magento_CheckoutAgreements':
Module 'CoinGate_Merchant':
Module 'Magento_CmsUrlRewrite':
Module 'Dfe_Square':
Module 'Magento_ConfigurableImportExport':
Module 'Magento_ConfigurableProduct':
Module 'Magento_Contact':
Module 'Magento_Cookie':
Module 'Magento_Cron':
Module 'Magento_CurrencySymbol':
Module 'Df_Payment':
Module 'Magento_CustomerImportExport':
Module 'Magento_Deploy':
Module 'Magento_Developer':
Module 'Magento_Dhl':
Module 'Df_Customer':
Module 'Magento_Downloadable':
Module 'Magento_ImportExport':
Module 'Magento_Authorizenet':
Module 'Magento_Email':
Module 'Magento_EncryptionKey':
Module 'Magento_Fedex':
Module 'Magento_GiftMessage':
Module 'Magento_GoogleAdwords':
Module 'Magento_GoogleAnalytics':
Module 'Magento_GoogleOptimizer':
Module 'Magento_GroupedImportExport':
Module 'Magento_GroupedProduct':
Module 'Magento_DownloadableImportExport':
Module 'Df_StripeClone':
Module 'Magento_Integration':
Module 'Magento_LayeredNavigation':
Module 'Magento_Marketplace':
Module 'Magento_MediaStorage':
Module 'Magento_CatalogRuleConfigurable':
Module 'Magento_Multishipping':
Module 'Magento_NewRelicReporting':
Module 'Magento_Newsletter':
Module 'Magento_OfflinePayments':
Module 'Magento_SalesRule':
Module 'Magento_PageCache':
Module 'Df_Sales':
Module 'Magento_Vault':
Module 'Magento_Persistent':
Module 'Magento_ProductAlert':
Module 'Magento_ProductVideo':
Module 'Df_Quote':
Module 'Magento_Reports':
Module 'Magento_RequireJs':
Module 'Magento_Review':
Module 'Magento_Rss':
Module 'Magento_Paypal':
Module 'Magento_Captcha':
Module 'Magento_SalesInventory':
Module 'Magento_OfflineShipping':
Module 'Df_Checkout':
Module 'Df_SampleData':
Module 'Magento_CatalogSearch':
Module 'Magento_Webapi':
Module 'Magento_SendFriend':
Module 'Magento_Shipping':
Module 'Magento_Sitemap':
Module 'Df_PaypalClone':
Module 'Magento_Swagger':
Module 'Magento_Swatches':
Module 'Magento_SwatchesLayeredNavigation':
Module 'Magento_Tax':
Module 'Magento_TaxImportExport':
Module 'Magento_Braintree':
Module 'Df_Intl':
Module 'Df_Ui':
Module 'Magento_Ups':
Module 'Magento_UrlRewrite':
Module 'Df_Tax':
Module 'Magento_Usps':
Module 'Magento_Variable':
Module 'Df_Paypal':
Module 'Magento_Version':
Module 'Df_Webapi':
Module 'Magento_WebapiSecurity':
Module 'Magento_Weee':
Module 'Magento_CatalogWidget':
Module 'Magento_Wishlist':
Module 'Mageplaza_Core':
Module 'Mageplaza_LayeredNavigation':
Module 'Smartwave_Core':
Module 'Smartwave_Filterproducts':
Module 'Smartwave_Megamenu':
Module 'Smartwave_Porto':
Module 'Smartwave_Socialfeeds':
Module 'Webkul_CustomRegistration':
Module 'Webkul_Marketplace':
Module 'Webkul_MpCanadapostShipping':
Module 'WeltPixel_Backend':
Module 'WeltPixel_OwlCarouselSlider':
Please re-run Magento compile command
[yourbudd@sip2-272 public_html]$ rm -rf pub/static/* && php bin/magento setup:static-content:deploy
Requested languages: en_US
Requested areas: frontend, adminhtml
Requested themes: Magento/blank, Magento/luma, Smartwave/porto_rtl, Smartwave/porto, Magento/backend
=== frontend -> Magento/blank -> en_US ===
=== frontend -> Magento/luma -> en_US ===
=== frontend -> Smartwave/porto_rtl -> en_US ===
=== frontend -> Smartwave/porto -> en_US ===
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Successful: 2628 files; errors: 0
---

=== adminhtml -> Magento/backend -> en_US ===
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Successful: 2703 files; errors: 0
---

.......................................................................................................................................................................................................................................................................................................................................................................................................................................
Successful: 2989 files; errors: 0
---

..................................................................................................................................................................................................................................................................................................................................................................................................................
Successful: 2880 files; errors: 0
---

........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Successful: 2145 files; errors: 0
---

=== Minify templates ===

Successful: 1059 files modified
---

New version of deployed files: 1498606313
[yourbudd@sip2-272 public_html]$ rm -rf var/di var/generation generated/code && php bin/magento setup:di:compile
Compilation was started.
Proxies code generation... 0/7 [>---------------------------]   0% 1 sec 42.0 MiProxies code generation... 1/7 [====>-----------------------]  14% 1 sec 46.0 MiRepositories code generation... 1/7 [====>-----------------------]  14% 1 sec 46Repositories code generation... 2/7 [========>-------------------]  28% 13 secs Service data attributes generation... 2/7 [========>-------------------]  28% 13Service data attributes generation... 3/7 [============>---------------]  42% 13Application code generator... 3/7 [============>---------------]  42% 13 secs 15Application code generator... 4/7 [================>-----------]  57% 29 secs 17Interceptors generation... 4/7 [================>-----------]  57% 29 secs 170.0Interceptors generation... 5/7 [====================>-------]  71% 48 secs 222.0Area configuration aggregation... 5/7 [====================>-------]  71% 48 secArea configuration aggregation... 6/7 [========================>---]  85% 2 minsInterception cache generation... 6/7 [========================>---]  85% 2 mins Interception cache generation... 7/7 [============================] 100% 2 mins Interception cache generation... 7/7 [============================] 100% 2 mins 312.0 MiB
Generated code and dependency injection configuration successfully.
[yourbudd@sip2-272 public_html]$

PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 1945600 bytes) in phar:///usr/bin/composer/src/Composer/Cache.php on line 77

This is the source of your problem.
You should:

  1. Give more memory to you command line PHP interpreter.
  • Never ignore the «error» word in a system output. Any «error» word in a system output is a signal to stop the the current job and to fix the error before proceeding to the next steps.

4 posts were split to a new topic: The Component Manager page is not loading: «Couldn’t get available versions for package mage2pro/core» (duplicate)