teddy@teddy:~/Documents/works/shopware5/build$ ant build-unit
Buildfile: /home/teddy/Documents/works/shopware5/build/build.xml
check-composer-binary:
install-composer-binary:
[exec] All settings correct for using Composer
[exec] Downloading...
[exec]
[exec] Composer (version 1.9.0) successfully installed to: /home/teddy/Documents/works/shopware5/composer.phar
[exec] Use it: php composer.phar
[exec]
update-composer-binary:
[exec] You are running composer as "teddy", while "/home/teddy/.composer" is owned by "root"
[exec] You are already using composer version 1.9.0 (stable channel).
build-composer-install:
[exec] Loading composer repositories with package information
[exec] Installing dependencies (including require-dev) from lock file
[exec] Package operations: 145 installs, 0 updates, 0 removals
[exec] - Installing ocramius/package-versions (1.4.0): Loading from cache
...
[exec] Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested.
[exec] Generating optimized autoload files
[exec] Warning: Ambiguous class resolution, "Doctrine\ORM\Persisters\Entity\BasicEntityPersister" was found in both "$baseDir . '/engine/Library/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php" and "/home/teddy/Documents/works/shopware5/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php", the first will be used.
[exec] Warning: Ambiguous class resolution, "Doctrine\Common\Proxy\AbstractProxyFactory" was found in both "$baseDir . '/engine/Library/Doctrine/Common/Proxy/AbstractProxyFactory.php" and "/home/teddy/Documents/works/shopware5/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php", the first will be used.
[exec] ocramius/package-versions: Generating version class...
[exec] ocramius/package-versions: ...done generating version class
[exec] > ./build/composer-post-install-cmd.sh
[exec] + rm -rf -- /home/teddy/Documents/works/shopware5/build/../vendor/mpdf/mpdf/ttfonts
...
build-cache-dir:
[exec] WARNING! Could not connect to database. Message from SQL Server: SQLSTATE[HY000] [1045] Access denied for user '******'@'localhost' (using password: NO) in /home/teddy/Documents/works/shopware5/engine/Shopware/Components/DependencyInjection/Bridge/Db.php
[exec]
[exec] // Clearing the cache for the production environment
[exec]
[exec] [OK] Cache for the "production" environment was successfully cleared.
[exec]
build-config:
[copy] Copying 1 file to /home/teddy/Documents/works/shopware5
build-database-foundation:
[exec] WARNING! Could not connect to database. Message from SQL Server: SQLSTATE[HY000] [1049] Unknown database 'shopware5' in /home/teddy/Documents/works/shopware5/engine/Shopware/Components/DependencyInjection/Bridge/Db.php
[exec]
[exec] // Drop database
[exec]
[exec] // Create database
[exec]
[exec] // Import database
[exec]
[exec] Current MigrationNumber: 0
[exec] Found 618 migrations to apply
[exec] Apply MigrationNumber: 101 - add-extended-editor-field
...
[exec] Importing snippets for PluginManager plugin
[exec] Plugin snippets processed correctly
build-theme-initialize:
[exec] Themes initialized
build-create-admin-account:
[exec]
[exec] [OK] Adminuser "demo" was successfully created.
[exec]
build-install-lock-file:
build-disable-firstrunwizard:
[exec] First Run Wizard disabled
install-git-hooks:
build-unit:
BUILD SUCCESSFUL
Total time: 4 minutes 17 seconds