Skip to content

Unable to update recipe #1014

Open
Open
@mvhirsch

Description

@mvhirsch

Hi :-)

I really love symfony/flex. I use it a lot on other projects. Currently I'm maintaining a legacy project (started with Symfony 2.3 🥳 - now Symfony 4.4, currently updating to 5.4). So I needed to switch to symfony/flex, following the official guideline. It helped a lot! ❤️

Now I'm trying to use recipes:update but it somehow fails and I don't understand why:

symfony composer recipes:update symfony/phpunit-bridge -vvv
Reading ./composer.json (/path/to/project/composer.json)
Loading config file /home/meh/.config/composer/config.json
Loading config file /home/meh/.config/composer/auth.json
Loading config file ./composer.json (/path/to/project/composer.json)
Checked CA file /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem: valid
Executing command (/path/to/project): 'git' 'branch' '-a' '--no-color' '--no-abbrev' '-v'
Executing async command (/path/to/project): git rev-list develop..feature/symfony5
Executing async command (/path/to/project): git rev-list remotes/upstream/develop..feature/symfony5
Executing async command (/path/to/project): git rev-list remotes/origin/master..feature/symfony5
Executing async command (/path/to/project): git rev-list remotes/origin/develop..feature/symfony5
Reading /home/meh/.config/composer/composer.json
Loading config file /home/meh/.config/composer/config.json
Loading config file /home/meh/.config/composer/auth.json
Loading config file /home/meh/.config/composer/composer.json (/home/meh/.config/composer/composer.json)
Loading config file /home/meh/.config/composer/auth.json
Reading /home/meh/.config/composer/auth.json
Reading /path/to/project/vendor/composer/installed.json
Skipped loading "php-http/discovery" as it is not in config.allow-plugins
Reading /home/meh/.config/composer/vendor/composer/installed.json
Loading plugin PHPStan\ExtensionInstaller\Plugin (from phpstan/extension-installer)
Loading plugin Symfony\Flex\Flex (from symfony/flex)
Loading plugin Infection\ExtensionInstaller\Plugin (from infection/extension-installer, installed globally)
Running 2.4.4 (2022-10-27 14:39:29) with PHP 8.1.27 on Linux / 6.7.4-200.fc39.x86_64
Executing command (.): git status --porcelain --untracked-files=no
Reading /home/meh/.cache/composer/repo/flex/symfony-recipes-flex-main-index.json from cache
Reading /home/meh/.cache/composer/repo/flex/symfony-recipes-contrib-flex-main-index.json from cache
Downloading https://raw.githubusercontent.com/symfony/recipes/flex/main/index.json using proxy (http://127.0.0.1:7080)
Downloading https://raw.githubusercontent.com/symfony/recipes-contrib/flex/main/index.json using proxy (http://127.0.0.1:7080)
[304] https://raw.githubusercontent.com/symfony/recipes/flex/main/index.json
[304] https://raw.githubusercontent.com/symfony/recipes-contrib/flex/main/index.json
Reading ./composer.lock (/path/to/project/composer.lock)
Reading /home/meh/.cache/composer/repo/flex/symfony-recipes-flex-main-archived-symfony.phpunit-bridge-170ab6f9abd4e1dab87462847116659ae138c34e.json from cache
Downloading https://raw.githubusercontent.com/symfony/recipes/flex/main/archived/symfony.phpunit-bridge/170ab6f9abd4e1dab87462847116659ae138c34e.json using proxy (http://127.0.0.1:7080)
[304] https://raw.githubusercontent.com/symfony/recipes/flex/main/archived/symfony.phpunit-bridge/170ab6f9abd4e1dab87462847116659ae138c34e.json
Reading /home/meh/.cache/composer/repo/flex/symfony-recipes-flex-main-symfony.phpunit-bridge.5.3.json from cache
Downloading https://raw.githubusercontent.com/symfony/recipes/flex/main/symfony.phpunit-bridge.5.3.json using proxy (http://127.0.0.1:7080)
[304] https://raw.githubusercontent.com/symfony/recipes/flex/main/symfony.phpunit-bridge.5.3.json
  Updating recipe for symfony/phpunit-bridge...

Executing command (.): git check-ignore '.env.test' 'bin/phpunit' 'phpunit.xml.dist' 'tests/bootstrap.php' '.gitignore'
Executing command (.): git rev-parse --show-prefix
Executing command (/tmp/_flex_recipe_update102080083565d32716235345.89631429): git init
Executing command (/tmp/_flex_recipe_update102080083565d32716235345.89631429): git config commit.gpgsign false
Executing command (/tmp/_flex_recipe_update102080083565d32716235345.89631429): git config user.name "Flex Updater"
Executing command (/tmp/_flex_recipe_update102080083565d32716235345.89631429): git config user.email ""
Executing command (/tmp/_flex_recipe_update102080083565d32716235345.89631429): git add -A
Executing command (/tmp/_flex_recipe_update102080083565d32716235345.89631429): git commit -m "original files"
Executing command (/tmp/_flex_recipe_update102080083565d32716235345.89631429): git hash-object '.env.test'
Executing command (/tmp/_flex_recipe_update102080083565d32716235345.89631429): git rev-parse --absolute-git-dir
There was an error applying the recipe update patch
file_get_contents(/tmp/_flex_recipe_update102080083565d32716235345.89631429/.git/objects/9e/7162f0b01d8778e236e79f4121e0926f68c194): Failed to open stream: No such file or directory

Update the recipe by re-installing the latest version with:
  composer recipes:install symfony/phpunit-bridge --force -v
unable to run /home/meh/bin/composer recipes:update symfony/phpunit-bridge -vvv

That directory was never created:

stat /tmp/_flex_recipe_update102080083565d32716235345.89631429/.git/objects/9e/7162f0b01d8778e236e79f4121e0926f68c194
stat: cannot statx '/tmp/_flex_recipe_update102080083565d32716235345.89631429/.git/objects/9e/7162f0b01d8778e236e79f4121e0926f68c194': No such file or directory

Any clue what I'm missing here? symfony/flex works fine, the project is stable, too. But I can't update any recipe. Force-Reinstall does work, but that would probably break my setup, too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions