· 8 years ago · Apr 10, 2018, 02:18 PM
1➤ Executing task sources:upload
2[localhost] Uploading source code...
3[ocom-saltworks-stag1-app1] > sudo -u orodeployer bash -c "set -o pipefail;realpath /mnt/ocom/app/deploy"
4[ocom-saltworks-stag1-app1] < /mnt/ocom/app/deploy
5[ocom-saltworks-stag1-app1] > sudo -u orodeployer bash -c "set -o pipefail;mkdir -p /mnt/ocom/app/deploy/20180410124840 && cp -rnT /tmp/staging /mnt/ocom/app/deploy/20180410124840"
6[ocom-saltworks-stag1-app1] > rm -rf /tmp/staging
7[localhost] > set -o pipefail;rm -rf /tmp/staging
8✔ Ok [17s 284ms]
9➤ Executing task redis:cache:flush
10✔ Ok [0ms]
11➤ Executing task redis:doctrine:flush
12✔ Ok [1ms]
13➤ Executing task redis:session:flush
14✔ Ok [0ms]
15➤ Executing task db:extensions:create
16[ocom-saltworks-stag1-app1] > PGPASSWORD='zq8yyzgV3aPsYs47' psql --host='ocom-saltworks-stag1-pgsql1' --port='5432' --username='orodeployer' -c 'CREATE EXTENSION IF NOT EXISTS "uuid-ossp";' orodb
17[ocom-saltworks-stag1-app1] < NOTICE: extension "uuid-ossp" already exists, skipping
18[ocom-saltworks-stag1-app1] < CREATE EXTENSION
19[ocom-saltworks-stag1-app1] > PGPASSWORD='zq8yyzgV3aPsYs47' psql --host='ocom-saltworks-stag1-pgsql1' --port='5432' --username='orodeployer' -c 'CREATE EXTENSION IF NOT EXISTS "pgcrypto";' orodb
20[ocom-saltworks-stag1-app1] < NOTICE: extension "pgcrypto" already exists, skipping
21[ocom-saltworks-stag1-app1] < CREATE EXTENSION
22• done on [ocom-saltworks-stag1-app1]
23✔ Ok [256ms]
24➤ Executing task deploy:application:install
25[ocom-saltworks-stag1-app1] > sudo -u orodeployer bash -c "set -o pipefail;realpath /mnt/ocom/app/deploy"
26[ocom-saltworks-stag1-app1] < /mnt/ocom/app/deploy
27[ocom-saltworks-stag1-app1] Running install commands...
28[ocom-saltworks-stag1-app1] > if hash command 2>/dev/null; then echo 'true'; fi
29[ocom-saltworks-stag1-app1] < true
30[ocom-saltworks-stag1-app1] > command -v 'php'
31[ocom-saltworks-stag1-app1] < /usr/bin/php
32[ocom-saltworks-stag1-app1] > sudo -u orodeployer bash -c "set -o pipefail;/usr/bin/php /mnt/ocom/app/deploy/20180410124840/app/console -v --env="prod" oro:install --timeout=0 --sample-data y --user-email="admin@example.com" --user-password=admin1111 --user-firstname=fname --user-lastname=lname --application-url="https://saltworks.oro-cloud.com" "
33[ocom-saltworks-stag1-app1] < Installing Oro Application.
34[ocom-saltworks-stag1-app1] < Check system requirements
35[ocom-saltworks-stag1-app1] < +---------+---------------------------------------------------------------------------------------------------------------------------------------------------+
36[ocom-saltworks-stag1-app1] < | Check | Mandatory requirements |
37[ocom-saltworks-stag1-app1] < +---------+---------------------------------------------------------------------------------------------------------------------------------------------------+
38[ocom-saltworks-stag1-app1] < | OK | Vendor libraries must be installed |
39[ocom-saltworks-stag1-app1] < | OK | app/cache/ or var/cache/ directory must be writable |
40[ocom-saltworks-stag1-app1] < | OK | app/logs/ or var/logs/ directory must be writable |
41[ocom-saltworks-stag1-app1] < | OK | Configured default timezone "UTC" must be supported by your installation of PHP |
42[ocom-saltworks-stag1-app1] < | OK | iconv() must be available |
43[ocom-saltworks-stag1-app1] < | OK | json_encode() must be available |
44[ocom-saltworks-stag1-app1] < | OK | session_start() must be available |
45[ocom-saltworks-stag1-app1] < | OK | ctype_alpha() must be available |
46[ocom-saltworks-stag1-app1] < | OK | token_get_all() must be available |
47[ocom-saltworks-stag1-app1] < | OK | simplexml_import_dom() must be available |
48[ocom-saltworks-stag1-app1] < | OK | PCRE extension must be available |
49[ocom-saltworks-stag1-app1] < | OK | /tmp (sys_get_temp_dir()) directory must be writable |
50[ocom-saltworks-stag1-app1] < | OK | Maximum supported filename length must be greater or equal 242 characters. Make sure that the cache folder is not inside the encrypted directory. |
51[ocom-saltworks-stag1-app1] < +---------+---------------------------------------------------------------------------------------------------------------------------------------------------+
52[ocom-saltworks-stag1-app1] < +---------+--------------------------------------------+
53[ocom-saltworks-stag1-app1] < | Check | PHP settings |
54[ocom-saltworks-stag1-app1] < +---------+--------------------------------------------+
55[ocom-saltworks-stag1-app1] < | OK | detect_unicode must be disabled in php.ini |
56[ocom-saltworks-stag1-app1] < | OK | string functions should not be overloaded |
57[ocom-saltworks-stag1-app1] < | OK | memory_limit should be at least 512M |
58[ocom-saltworks-stag1-app1] < +---------+--------------------------------------------+
59[ocom-saltworks-stag1-app1] < +---------+------------------------------------------------------------------------------+
60[ocom-saltworks-stag1-app1] < | Check | Oro specific requirements |
61[ocom-saltworks-stag1-app1] < +---------+------------------------------------------------------------------------------+
62[ocom-saltworks-stag1-app1] < | OK | PHP version must be at least 7.1 (7.1.14 installed) |
63[ocom-saltworks-stag1-app1] < | OK | GD extension must be at least 2.0 |
64[ocom-saltworks-stag1-app1] < | OK | mcrypt_encrypt() should be available |
65[ocom-saltworks-stag1-app1] < | OK | iconv() must not return the false result on converting string "check string" |
66[ocom-saltworks-stag1-app1] < | OK | intl extension should be available |
67[ocom-saltworks-stag1-app1] < | OK | icu library must be at least 3.8 |
68[ocom-saltworks-stag1-app1] < | OK | zip extension should be installed |
69[ocom-saltworks-stag1-app1] < | OK | web/uploads/ directory must be writable |
70[ocom-saltworks-stag1-app1] < | OK | web/media/ directory must be writable |
71[ocom-saltworks-stag1-app1] < | OK | web/bundles/ directory must be writable |
72[ocom-saltworks-stag1-app1] < | OK | app/attachment/ directory must be writable |
73[ocom-saltworks-stag1-app1] < | OK | app/import_export/ directory must be writable |
74[ocom-saltworks-stag1-app1] < | OK | web directory must be writable |
75[ocom-saltworks-stag1-app1] < | OK | app/config/parameters.yml file must be writable |
76[ocom-saltworks-stag1-app1] < | OK | UUID SQL function must be present |
77[ocom-saltworks-stag1-app1] < +---------+------------------------------------------------------------------------------+
78[ocom-saltworks-stag1-app1] < +---------+------------------------------------------------------------------------------------------------------------------+
79[ocom-saltworks-stag1-app1] < | Check | Optional recommendations |
80[ocom-saltworks-stag1-app1] < +---------+------------------------------------------------------------------------------------------------------------------+
81[ocom-saltworks-stag1-app1] < | OK | Vendors should be installed in order to check all requirements. |
82[ocom-saltworks-stag1-app1] < | OK | Requirements file should be up-to-date |
83[ocom-saltworks-stag1-app1] < | OK | PCRE extension should be at least version 8.0 (8.38 installed) |
84[ocom-saltworks-stag1-app1] < | OK | PHP-DOM and PHP-XML modules should be installed |
85[ocom-saltworks-stag1-app1] < | OK | mb_strlen() should be available |
86[ocom-saltworks-stag1-app1] < | OK | utf8_decode() should be available |
87[ocom-saltworks-stag1-app1] < | OK | filter_var() should be available |
88[ocom-saltworks-stag1-app1] < | OK | posix_isatty() should be available |
89[ocom-saltworks-stag1-app1] < | OK | intl extension should be available |
90[ocom-saltworks-stag1-app1] < | OK | intl extension should be correctly configured |
91[ocom-saltworks-stag1-app1] < | OK | intl ICU version should be at least 4+ |
92[ocom-saltworks-stag1-app1] < | WARNING | To get the latest internationalization data upgrade the ICU system package and the intl PHP extension. |
93[ocom-saltworks-stag1-app1] < | OK | intl.error_level should be 0 in php.ini |
94[ocom-saltworks-stag1-app1] < | OK | a PHP accelerator should be installed |
95[ocom-saltworks-stag1-app1] < | OK | short_open_tag should be disabled in php.ini |
96[ocom-saltworks-stag1-app1] < | OK | magic_quotes_gpc should be disabled in php.ini |
97[ocom-saltworks-stag1-app1] < | OK | register_globals should be disabled in php.ini |
98[ocom-saltworks-stag1-app1] < | OK | session.auto_start should be disabled in php.ini |
99[ocom-saltworks-stag1-app1] < | OK | PDO should be installed |
100[ocom-saltworks-stag1-app1] < | OK | PDO should have some drivers installed (currently available: mysql, pgsql, sqlite) |
101[ocom-saltworks-stag1-app1] < | OK | SOAP extension should be installed (API calls) |
102[ocom-saltworks-stag1-app1] < | OK | Tidy extension should be installed to make sure that any HTML is correctly converted into a text representation. |
103[ocom-saltworks-stag1-app1] < | OK | A JS Engine (node) is installed |
104[ocom-saltworks-stag1-app1] < +---------+------------------------------------------------------------------------------------------------------------------+
105[ocom-saltworks-stag1-app1] < The application meets all mandatory requirements
106[ocom-saltworks-stag1-app1] < Setting up database.
107[ocom-saltworks-stag1-app1] < Process migrations...
108[ocom-saltworks-stag1-app1] < > Oro\Bundle\EntityExtendBundle\Migration\LoadEntityConfigStateMigration
109[ocom-saltworks-stag1-app1] < > Oro\Bundle\MigrationBundle\Migration\CreateMigrationTableMigration
110[ocom-saltworks-stag1-app1] < > Oro\Bundle\PlatformBundle\Migrations\Schema\OroPlatformBundleInstaller
111[ocom-saltworks-stag1-app1] < > Oro\Bundle\ScopeBundle\Migrations\Schema\OroScopeBundleInstaller
112[ocom-saltworks-stag1-app1] < > Oro\Bundle\OrganizationBundle\Migrations\Schema\OroOrganizationBundleInstaller
113[ocom-saltworks-stag1-app1] < > Oro\Bundle\SecurityBundle\Migrations\Schema\OroSecurityBundleInstaller
114[ocom-saltworks-stag1-app1] < > Oro\Bundle\SecurityProBundle\Migrations\Schema\OroSecurityProBundleInstaller
115[ocom-saltworks-stag1-app1] < > Oro\Bundle\AttachmentBundle\Migrations\Schema\OroAttachmentBundleInstaller
116[ocom-saltworks-stag1-app1] < > Oro\Bundle\OroMessageQueueBundle\Migrations\Schema\OroMessageQueueBundleInstaller
117[ocom-saltworks-stag1-app1] < > Oro\Bundle\EmailBundle\Migrations\Schema\OroEmailBundleInstaller
118[ocom-saltworks-stag1-app1] < > Oro\Bundle\CronBundle\Migrations\Schema\OroCronBundleInstaller
119[ocom-saltworks-stag1-app1] < > Oro\Bundle\UserBundle\Migrations\Schema\OroUserBundleInstaller
120[ocom-saltworks-stag1-app1] < > Oro\Bundle\DataGridBundle\Migrations\Schema\OroDataGridBundleInstaller
121[ocom-saltworks-stag1-app1] < > Oro\Bundle\SSOBundle\Migrations\Schema\OroSSOBundleInstaller
122[ocom-saltworks-stag1-app1] < > Oro\Bundle\TranslationBundle\Migrations\Schema\OroTranslationBundleInstaller
123[ocom-saltworks-stag1-app1] < > Oro\Bundle\EntityBundle\Migrations\Schema\OroEntityBundleInstaller
124[ocom-saltworks-stag1-app1] < > Oro\Bundle\LocaleBundle\Migrations\Schema\OroLocaleBundleInstaller
125[ocom-saltworks-stag1-app1] < > Oro\Bundle\EntityConfigBundle\Migrations\Schema\OroEntityConfigBundleInstaller
126[ocom-saltworks-stag1-app1] < > Oro\Bundle\EntityExtendBundle\Migrations\Schema\OroEntityExtendBundleInstaller
127[ocom-saltworks-stag1-app1] < > Oro\Bundle\IntegrationBundle\Migrations\Schema\OroIntegrationBundleInstaller
128[ocom-saltworks-stag1-app1] < > Oro\Bundle\RuleBundle\Migrations\Schema\OroRuleBundleInstaller
129[ocom-saltworks-stag1-app1] < > Oro\Bundle\NotificationBundle\Migrations\Schema\OroNotificationBundleInstaller
130[ocom-saltworks-stag1-app1] < > Oro\Bundle\ActivityBundle\Migrations\Schema\OroActivityBundleInstaller
131[ocom-saltworks-stag1-app1] < > Oro\Bundle\ActivityContactBundle\Migrations\Schema\OroActivityContactBundleInstaller
132[ocom-saltworks-stag1-app1] < > Oro\Bundle\ActivityListBundle\Migrations\Schema\OroActivityListBundleInstaller
133[ocom-saltworks-stag1-app1] < > Oro\Bundle\AddressBundle\Migrations\Schema\OroAddressBundleInstaller
134[ocom-saltworks-stag1-app1] < > Oro\Bundle\BatchBundle\Migrations\Schema\OroBatchBundleInstaller
135[ocom-saltworks-stag1-app1] < > Oro\Bundle\ConfigBundle\Migrations\Schema\OroConfigBundleInstaller
136[ocom-saltworks-stag1-app1] < > Oro\Bundle\AccountProBundle\Migrations\Schema\OroCustomerProBundleInstaller
137[ocom-saltworks-stag1-app1] < > Oro\Bundle\DataAuditBundle\Migrations\Schema\OroDataAuditBundleInstaller
138[ocom-saltworks-stag1-app1] < > Oro\Bundle\EmbeddedFormBundle\Migrations\Schema\OroEmbeddedFormBundleInstaller
139[ocom-saltworks-stag1-app1] < > Oro\Bundle\ImapBundle\Migrations\Schema\OroImapBundleInstaller
140[ocom-saltworks-stag1-app1] < > Oro\Bundle\ImportExportBundle\Migrations\Schema\OroImportExportBundleInstaller
141[ocom-saltworks-stag1-app1] < > Oro\Bundle\InstallerBundle\Migrations\Schema\OroInstallerBundleInstaller
142[ocom-saltworks-stag1-app1] < > Oro\Bundle\MigrationBundle\Migrations\Schema\OroMigrationBundleInstaller
143[ocom-saltworks-stag1-app1] < > Oro\Bundle\NoteBundle\Migrations\Schema\OroNoteBundleInstaller
144[ocom-saltworks-stag1-app1] < > Oro\Bundle\ReportBundle\Migrations\Schema\OroReportBundleInstaller
145[ocom-saltworks-stag1-app1] < > Oro\Bundle\SearchBundle\Migrations\Schema\OroSearchBundleInstaller
146[ocom-saltworks-stag1-app1] < > Oro\Bundle\SegmentBundle\Migrations\Schema\OroSegmentBundleInstaller
147[ocom-saltworks-stag1-app1] < > Oro\Bundle\SidebarBundle\Migrations\Schema\OroSidebarBundleInstaller
148[ocom-saltworks-stag1-app1] < > Oro\Bundle\TagBundle\Migrations\Schema\OroTagBundleInstaller
149[ocom-saltworks-stag1-app1] < > Oro\Bundle\TerritoryBundle\Migrations\Schema\OroTerritoryBundleInstaller
150[ocom-saltworks-stag1-app1] < > Oro\Bundle\WebsiteSearchBundle\Migrations\Schema\OroWebsiteSearchBundleInstaller
151[ocom-saltworks-stag1-app1] < > Oro\Bundle\WindowsBundle\Migrations\Schema\OroWindowsBundleInstaller
152[ocom-saltworks-stag1-app1] < > Oro\Bundle\WorkflowBundle\Migrations\Schema\OroWorkflowBundleInstaller
153[ocom-saltworks-stag1-app1] < > Oro\Bundle\CommentBundle\Migrations\Schema\OroCommentBundleInstaller
154[ocom-saltworks-stag1-app1] < > Oro\Bundle\CRMBundle\Migrations\Schema\OroCRMBundleInstaller
155[ocom-saltworks-stag1-app1] < > Oro\Bundle\DashboardBundle\Migrations\Schema\OroDashboardBundleInstaller
156[ocom-saltworks-stag1-app1] < > Oro\Bundle\CalendarBundle\Migrations\Schema\OroCalendarBundleInstaller
157[ocom-saltworks-stag1-app1] < > Oro\Bundle\HangoutsCallBundle\Migrations\Schema\OroHangoutsCallBundleInstaller
158[ocom-saltworks-stag1-app1] < > Oro\Bundle\FrontendBundle\Migrations\Schema\OroFrontendBundleInstaller
159[ocom-saltworks-stag1-app1] < > Oro\Bundle\WebsiteBundle\Migrations\Schema\OroWebsiteBundleInstaller
160[ocom-saltworks-stag1-app1] < > Oro\Bundle\ContactBundle\Migrations\Schema\OroContactBundleInstaller
161[ocom-saltworks-stag1-app1] < > Oro\Bundle\CurrencyBundle\Migrations\Schema\OroCurrencyBundleInstaller
162[ocom-saltworks-stag1-app1] < > Oro\Bundle\FallbackBundle\Migrations\Schema\OroFallbackBundleInstaller
163[ocom-saltworks-stag1-app1] < > Oro\Bundle\NavigationBundle\Migrations\Schema\OroNavigationBundleInstaller
164[ocom-saltworks-stag1-app1] < > Oro\Bundle\RedirectBundle\Migrations\Schema\OroRedirectBundleInstaller
165[ocom-saltworks-stag1-app1] < > Oro\Bundle\WebCatalogBundle\Migrations\Schema\OroWebCatalogBundleInstaller
166[ocom-saltworks-stag1-app1] < > Oro\Bundle\CommerceMenuBundle\Migrations\Schema\OroCommerceMenuBundleInstaller
167[ocom-saltworks-stag1-app1] < > Oro\Bundle\MultiCurrencyBundle\Migrations\Schema\OroMultiCurrencyBundleInstaller
168[ocom-saltworks-stag1-app1] < > Oro\Bundle\ProductBundle\Migrations\Schema\OroProductBundleInstaller
169[ocom-saltworks-stag1-app1] < > Oro\Bundle\CatalogBundle\Migrations\Schema\OroCatalogBundleInstaller
170[ocom-saltworks-stag1-app1] < > Oro\Bundle\EwsBundle\Migrations\Schema\OroEwsBundleInstaller
171[ocom-saltworks-stag1-app1] < > Oro\Bundle\MarketingListBundle\Migrations\Schema\OroMarketingListBundleInstaller
172[ocom-saltworks-stag1-app1] < > Oro\Bundle\CustomerBundle\Migrations\Schema\OroCustomerBundleInstaller
173[ocom-saltworks-stag1-app1] < > Oro\Bundle\TrackingBundle\Migrations\Schema\OroTrackingBundleInstaller
174[ocom-saltworks-stag1-app1] < > Oro\Bundle\AccountBundle\Migrations\Schema\OroAccountBundleInstaller
175[ocom-saltworks-stag1-app1] < > Oro\Bundle\VisibilityBundle\Migrations\Schema\OroVisibilityBundleInstaller
176[ocom-saltworks-stag1-app1] < > Oro\Bundle\CallBundle\Migrations\Schema\OroCallBundleInstaller
177[ocom-saltworks-stag1-app1] < > Oro\Bundle\CampaignBundle\Migrations\Schema\OroCampaignBundleInstaller
178[ocom-saltworks-stag1-app1] < > Oro\Bundle\ChannelBundle\Migrations\Schema\OroChannelBundleInstaller
179[ocom-saltworks-stag1-app1] < > Oro\Bundle\MagentoContactUsBundle\Migrations\Schema\OroMagentoContactUsBundleInstaller
180[ocom-saltworks-stag1-app1] < > Oro\Bundle\PaymentBundle\Migrations\Schema\OroPaymentBundleInstaller
181[ocom-saltworks-stag1-app1] < > Oro\Bundle\ReminderBundle\Migrations\Schema\OroReminderBundleBundleInstaller
182[ocom-saltworks-stag1-app1] < > Oro\Bundle\TaskBundle\Migrations\Schema\OroTaskBundleInstaller
183[ocom-saltworks-stag1-app1] < > Oro\Bundle\AnalyticsBundle\Migrations\Schema\OroAnalyticsBundleInstaller
184[ocom-saltworks-stag1-app1] < > Oro\Bundle\CMSBundle\Migrations\Schema\OroCMSBundleInstaller
185[ocom-saltworks-stag1-app1] < > Oro\Bundle\MarketingActivityBundle\Migrations\Schema\OroMarketingActivityBundleInstaller
186[ocom-saltworks-stag1-app1] < > Oro\Bundle\MoneyOrderBundle\Migrations\Schema\OroMoneyOrderBundleInstaller
187[ocom-saltworks-stag1-app1] < > Oro\Bundle\PaymentTermBundle\Migrations\Schema\OroPaymentTermBundleInstaller
188[ocom-saltworks-stag1-app1] < > Oro\Bundle\PayPalBundle\Migrations\Schema\OroPayPalBundleInstaller
189[ocom-saltworks-stag1-app1] < > Oro\Bundle\PricingBundle\Migrations\Schema\OroPricingBundleInstaller
190[ocom-saltworks-stag1-app1] < > Oro\Bundle\RFPBundle\Migrations\Schema\OroRFPBundleInstaller
191[ocom-saltworks-stag1-app1] < > Oro\Bundle\SalesBundle\Migrations\Schema\OroSalesBundleInstaller
192[ocom-saltworks-stag1-app1] < > Oro\Bundle\ContactUsBundle\Migrations\Schema\OroContactUsBundleInstaller
193[ocom-saltworks-stag1-app1] < > Oro\Bundle\InvoiceBundle\Migrations\Schema\OroInvoiceBundleInstaller
194[ocom-saltworks-stag1-app1] < > Oro\Bundle\MagentoBundle\Migrations\Schema\OroMagentoBundleInstaller
195[ocom-saltworks-stag1-app1] < > Oro\Bundle\OrderBundle\Migrations\Schema\OroOrderBundleInstaller
196[ocom-saltworks-stag1-app1] < > Oro\Bundle\SalesTerritoryBundle\Migrations\Schema\OroSalesTerritoryBundleInstaller
197[ocom-saltworks-stag1-app1] < > Oro\Bundle\TaxBundle\Migrations\Schema\OroTaxBundleInstaller
198[ocom-saltworks-stag1-app1] < > Oro\Bridge\MarketingCRM\Migrations\Schema\OroMarketingCRMBridgeBundleInstaller
199[ocom-saltworks-stag1-app1] < > Oro\Bundle\CheckoutBundle\Migrations\Schema\OroCheckoutBundleInstaller
200[ocom-saltworks-stag1-app1] < > Oro\Bridge\ContactUs\Migrations\Schema\OroContactUsBridgeBundleInstaller
201[ocom-saltworks-stag1-app1] < > Oro\Bundle\AlternativeCheckoutBundle\Migrations\Schema\OroAlternativeCheckoutBundleInstaller
202[ocom-saltworks-stag1-app1] < > Oro\Bundle\MagentoTerritoryBundle\Migrations\Schema\OroMagentoTerritoryBundleInstaller
203[ocom-saltworks-stag1-app1] < > Oro\Bundle\SaleBundle\Migrations\Schema\OroSaleBundleInstaller
204[ocom-saltworks-stag1-app1] < > Oro\Bundle\ShoppingListBundle\Migrations\Schema\OroShoppingListBundleInstaller
205[ocom-saltworks-stag1-app1] < > Oro\Bridge\CalendarCommerce\Migrations\Schema\OroCalendarCommerceBridgeBundleInstaller
206[ocom-saltworks-stag1-app1] < > Oro\Bridge\CustomerSales\Migrations\Schema\OroCustomerSalesBridgeBundleInstaller
207[ocom-saltworks-stag1-app1] < > Oro\Bridge\MultiWebsiteContactUs\Migrations\Schema\OroMultiWebsiteContactUsBridgeBundleInstaller
208[ocom-saltworks-stag1-app1] < > Oro\Bridge\QuoteSales\Migrations\Schema\OroQuoteSalesBridgeBundleInstaller
209[ocom-saltworks-stag1-app1] < > SaltWorks\Bundle\InstallBundle\Migrations\Schema\SaltWorksInstallBundleInstaller
210[ocom-saltworks-stag1-app1] < ERROR: Table "oro_enum_salt_uses" has more than 1 class. Use "getEntityClassesByTableNames" method instead.
211[ocom-saltworks-stag1-app1] < > Oro\Bundle\CaseBundle\Migrations\Schema\OroCaseBundleInstaller - skipped
212[ocom-saltworks-stag1-app1] < > Oro\Bundle\EntitySerializedFieldsBundle\Migrations\Schema\OroEntitySerializedFieldsBundleInstaller - skipped
213[ocom-saltworks-stag1-app1] < > Oro\Bundle\InventoryBundle\Migrations\Schema\OroInventoryBundleInstaller - skipped
214[ocom-saltworks-stag1-app1] < > Oro\Bundle\OrganizationProBundle\Migrations\Schema\OroOrganizationProBundleInstaller - skipped
215[ocom-saltworks-stag1-app1] < > Oro\Bundle\PromotionBundle\Migrations\Schema\OroPromotionBundleInstaller - skipped
216[ocom-saltworks-stag1-app1] < > Oro\Bundle\SEOBundle\Migrations\Schema\OroSEOBundleInstaller - skipped
217[ocom-saltworks-stag1-app1] < > Oro\Bundle\UserProBundle\Migrations\Schema\OroUserProBundleInstaller - skipped
218[ocom-saltworks-stag1-app1] < > SaltWorks\Bundle\ProductBundle\Migrations\Schema\SaltWorksProductBundleInstaller - skipped
219[ocom-saltworks-stag1-app1] < > Oro\Bridge\CalendarCRM\Migrations\Schema\OroCalendarCRMBridgeBundleInstaller - skipped
220[ocom-saltworks-stag1-app1] < > Oro\Bundle\ZendeskBundle\Migrations\Schema\OroZendeskBundleInstaller - skipped
221[ocom-saltworks-stag1-app1] < > Oro\Bundle\MailChimpBundle\Migrations\Schema\OroMailChimpBundleInstaller - skipped
222[ocom-saltworks-stag1-app1] < > Oro\Bridge\CallCRM\Migrations\Schema\OroCallCRMBridgeBundleInstaller - skipped
223[ocom-saltworks-stag1-app1] < > Oro\Bridge\CustomerAccount\Migrations\Schema\OroCustomerAccountBridgeBundleInstaller - skipped
224[ocom-saltworks-stag1-app1] < > Oro\Bridge\TaskCRM\Migrations\Schema\OroTaskCRMBundleInstaller - skipped
225[ocom-saltworks-stag1-app1] < > Oro\Bundle\DotmailerBundle\Migrations\Schema\OroDotmailerBundleInstaller - skipped
226[ocom-saltworks-stag1-app1] < > Oro\Bundle\LDAPBundle\Migrations\OroLDAPBundleInstaller - skipped
227[ocom-saltworks-stag1-app1] < > SaltWorks\Bundle\CMSBundle\Migrations\Schema\SaltWorksCMSBundleInstaller - skipped
228[ocom-saltworks-stag1-app1] < > Oro\Bundle\AbandonedCartBundle\Migrations\Schema\OroAbandonedCartBundleInstaller - skipped
229[ocom-saltworks-stag1-app1] < > Oro\Bundle\ShippingBundle\Migrations\Schema\OroShippingBundleInstaller - skipped
230[ocom-saltworks-stag1-app1] < > SaltWorks\Bundle\SEOBundle\Migrations\Schema\SaltWorksSEOBundleInstaller - skipped
231[ocom-saltworks-stag1-app1] < > Oro\Bundle\FedexShippingBundle\Migrations\Schema\OroFedexShippingBundleInstaller - skipped
232[ocom-saltworks-stag1-app1] < > Oro\Bundle\FlatRateShippingBundle\Migrations\Schema\OroFlatRateBundleInstaller - skipped
233[ocom-saltworks-stag1-app1] < > Oro\Bundle\UPSBundle\Migrations\Schema\OroUPSBundleInstaller - skipped
234[ocom-saltworks-stag1-app1] < > Oro\Bundle\WarehouseBundle\Migrations\Schema\OroWarehouseBundleInstaller - skipped
235[ocom-saltworks-stag1-app1] < > SaltWorks\Bundle\CustomerBundle\Migrations\Schema\SaltWorksCustomerBundleInstaller - skipped
236[ocom-saltworks-stag1-app1] < > Oro\Bundle\MigrationBundle\Migration\UpdateBundleVersionMigration
237[ocom-saltworks-stag1-app1] < > Oro\Bundle\CheckoutBundle\Migrations\Schema\RemoveWorkflowFieldsMigration - skipped
238[ocom-saltworks-stag1-app1] < > Oro\Bundle\EntityExtendBundle\Migration\RefreshExtendCacheMigration - skipped
239[ocom-saltworks-stag1-app1] < > Oro\Bundle\EntityConfigBundle\Migration\UpdateEntityConfigMigration - skipped
240[ocom-saltworks-stag1-app1] < > Oro\Bundle\EntitySerializedFieldsBundle\Migration\SerializedDataMigration - skipped
241[ocom-saltworks-stag1-app1] < > Oro\Bundle\EntityExtendBundle\Migration\UpdateExtendConfigMigration - skipped
242[ocom-saltworks-stag1-app1] < > Oro\Bundle\ActivityContactBundle\Migration\ActivityContactMigration - skipped
243[ocom-saltworks-stag1-app1] < > Oro\Bundle\ActivityListBundle\Migration\ActivityListMigration - skipped
244[ocom-saltworks-stag1-app1] < > Oro\Bundle\EntityExtendBundle\Migration\UpdateExtendIndicesMigration - skipped
245[ocom-saltworks-stag1-app1] < > Oro\Bundle\EntityConfigBundle\Migration\WarmUpEntityConfigCacheMigration - skipped
246[ocom-saltworks-stag1-app1] <
247[ocom-saltworks-stag1-app1] < [RuntimeException]
248[ocom-saltworks-stag1-app1] < Failed migrations: SaltWorks\Bundle\InstallBundle\Migrations\Schema\SaltWorksInstallBundleInstaller.
249[ocom-saltworks-stag1-app1] <
250[ocom-saltworks-stag1-app1] < oro:migration:load [--force] [--dry-run] [--show-queries] [--bundles [BUNDLES]] [--exclude [EXCLUDE]] [--timeout [TIMEOUT]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--disabled-listeners DISABLED-LISTENERS] [--current-user CURRENT-USER] [--current-organization CURRENT-ORGANIZATION] [--] <command>
251[ocom-saltworks-stag1-app1] < The command '/opt/remi/php71/root/usr/bin/php' '/mnt/ocom/app/deploy/20180410124840/app/console' 'oro:migration:load' '--force' '--timeout=0' '--env=prod' terminated with an exit code: 1.