Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken packages with newest Ubuntu 20.04 image #6911

Closed
2 of 10 tasks
tiborbuzasi opened this issue Jan 13, 2023 · 5 comments
Closed
2 of 10 tasks

Broken packages with newest Ubuntu 20.04 image #6911

tiborbuzasi opened this issue Jan 13, 2023 · 5 comments
Assignees
Labels
Area: PHP bug report investigate Collect additional information, like space on disk, other tool incompatibilities etc. OS: Ubuntu

Comments

@tiborbuzasi
Copy link

Description

With the newest (20230109.1) image version of Ubuntu 20.04 our GitHub Action process breaks on setting up the PHP environment (with nanasess/setup-php@v3.0.6). We also tried using newer versions (3.0.10 and 3.3.2) of nanasess/setup-php, but we always got the same result.

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

Image version: 20230109.1

See build log at "Actual behaviour" section.

Is it regression?

20221212.2

Expected behavior

Packages are installed without a problem.

Actual behavior

Setup of PHP environment fails because of broken packages. See log:
3_Setup PHP environment.txt

Repro steps

  1. Use this file as your workflow definition .yml file (Sorry, I had to rename it as upload of .yml is not allowed)
    php.txt
  2. Run workflow and see step "Setup PHP environment" fail.
@ddobranic ddobranic added Area: PHP OS: Ubuntu investigate Collect additional information, like space on disk, other tool incompatibilities etc. and removed needs triage labels Jan 13, 2023
@ddobranic
Copy link
Contributor

Hello, @tiborbuzasi! We will investigate, thank you

@ddobranic
Copy link
Contributor

ddobranic commented Jan 18, 2023

@tiborbuzasi fix for php 7.4 was committed yesterday in nanasess/setup-php repository

@tiborbuzasi
Copy link
Author

Thanks for the notice!

Unfortunately, we get the same result with the fix:
3_Setup PHP environment.txt

Is there a way to use the previous release of the ubuntu-20.04 image?

@ddobranic
Copy link
Contributor

Is there a way to use the previous release of the ubuntu-20.04 image?

Unfortunately, no

Unfortunately, we get the same result with the fix

New image release is on the way for this week.

@ddobranic
Copy link
Contributor

Hello @tiborbuzasi, I can confirm that everything is fine now on our latest image
php-7.4-setup.txt

Please feel free to reopen issue if you have any other question or concerns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: PHP bug report investigate Collect additional information, like space on disk, other tool incompatibilities etc. OS: Ubuntu
Projects
None yet
Development

No branches or pull requests

3 participants
@tiborbuzasi @ddobranic and others