Zend certified PHP/Magento developer

Magento 2.3.3: Instal with composer fails without show any motivation

I’m trying to install magento 2.3.3 with composer over Ubuntu 18.04

 composer -vvv create-project --repository=https://repo.magento.com/ magento/project-community-edition magento 
Installing magento/project-community-edition (2.3.3)
  - Installing magento/project-community-edition (2.3.3): Downloading (100%)         
Created project in magento
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 437 installs, 0 updates, 0 removals
  - Installing magento/magento-composer-installer (0.1.13): Downloading (100%)         
Plugin installation failed, rolling back
  - Removing magento/magento-composer-installer (0.1.13)


  [RuntimeException]                                                                                                      
  Could not delete /vagrant/tiendafetichista.ovh/magento/vendor/magento/magento-composer-installer/src/MagentoHackathon:  

Exception trace:
 () at phar:///usr/bin/composer/src/Composer/Util/Filesystem.php:217
 ComposerUtilFilesystem->unlink() at phar:///usr/bin/composer/src/Composer/Util/Filesystem.php:170
 ComposerUtilFilesystem->removeDirectoryPhp() at phar:///usr/bin/composer/src/Composer/Util/Filesystem.php:137
 ComposerUtilFilesystem->removeDirectory() at phar:///usr/bin/composer/src/Composer/Downloader/FileDownloader.php:238
 ComposerDownloaderFileDownloader->remove() at phar:///usr/bin/composer/src/Composer/Downloader/DownloadManager.php:299
 ComposerDownloaderDownloadManager->remove() at phar:///usr/bin/composer/src/Composer/Installer/LibraryInstaller.php:224
 ComposerInstallerLibraryInstaller->removeCode() at phar:///usr/bin/composer/src/Composer/Installer/LibraryInstaller.php:137
 ComposerInstallerLibraryInstaller->uninstall() at phar:///usr/bin/composer/src/Composer/Installer/PluginInstaller.php:66
 ComposerInstallerPluginInstaller->install() at phar:///usr/bin/composer/src/Composer/Installer/InstallationManager.php:173
 ComposerInstallerInstallationManager->install() at phar:///usr/bin/composer/src/Composer/Installer/InstallationManager.php:160
 ComposerInstallerInstallationManager->execute() at phar:///usr/bin/composer/src/Composer/Installer.php:597
 ComposerInstaller->doInstall() at phar:///usr/bin/composer/src/Composer/Installer.php:229
 ComposerInstaller->run() at phar:///usr/bin/composer/src/Composer/Command/UpdateCommand.php:163
 ComposerCommandUpdateCommand->execute() at phar:///usr/bin/composer/vendor/symfony/console/Command/Command.php:245
 SymfonyComponentConsoleCommandCommand->run() at phar:///usr/bin/composer/vendor/symfony/console/Application.php:835
 SymfonyComponentConsoleApplication->doRunCommand() at phar:///usr/bin/composer/vendor/symfony/console/Application.php:185
 SymfonyComponentConsoleApplication->doRun() at phar:///usr/bin/composer/src/Composer/Console/Application.php:267
 ComposerConsoleApplication->doRun() at phar:///usr/bin/composer/vendor/symfony/console/Application.php:117
 SymfonyComponentConsoleApplication->run() at phar:///usr/bin/composer/src/Composer/Console/Application.php:106
 ComposerConsoleApplication->run() at phar:///usr/bin/composer/bin/composer:61
 require() at /usr/bin/composer:24

Only see plugin installation failed, rolling back and also see that installer try to remove installation and it can’t remove

I work with composer in several project (not magento) and it is the first time I see this question with composer

On google not too much literature about problem

  • Composer version 1.9.0
  • php 7.2 with requirements on official page of Magento 2

I’m lost