Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Pipeline Error: ERROR: Task deploy:vendors failed! (TYPO3)

Mylene Kreiger April 30, 2024

Hi there,

I am using deployer to deploy my TYPO3 project on the server. Since today I am getting this error: ERROR: Task deploy:vendors failed!

I changed absolutely nothing in my pipeline since the last time.

I get these informations:Bildschirmfoto 2024-04-30 um 14.50.51.pngI already checked, the php extension gd ist active for my domain: https://derkreiger.at/20240430_info.php#module_gd

Can anyone help? 

Thanks and all the best,
Mylene

1 answer

1 vote
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 1, 2024

Hi Mylene,

Some of the things that can cause failures in Pipelines builds include:

  • changes in your source code (since the build is running on your source code)
  • changes in the Docker image you use as a build container
  • changes in your project's dependencies
  • changes on your server (since you are deploying to another server)

I would suggest first trying the following:

Kind regards,
Theodora

Mylene Kreiger May 19, 2024

Hi Theodora,

I tried to troubleshoot today. Started the local docker debugging and ended up with a different error. To ensure I reran the pipeline and there I am getting the same new error

[host25.ssl-net.net] bash: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by bash)

[host25.ssl-net.net] error in info.php on line 6:

[host25.ssl-net.net] exit code -1 (Unknown error)

done deploy:info 80s 432ms

ERROR: Task deploy:info failed!

task deploy:failed

done on host25.ssl-net.net

done deploy:failed 62ms

The same error occurs if I try to rerun a commit that already succeeded in the past. Any ideas?

Thanks & kind regards,
Mylene

Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 21, 2024

Hi Mylene,

Based on the error you posted here, it looks like the package GLIBC is missing from the Docker container where the build runs. I suspect that may be caused by either a change in the Docker image you use as a build container or a change in your project's dependencies.

I would suggest following the link to debug locally the last successful build (in the Dockerfile, provide the exact same image SHA from the last successful pipeline). If that succeeds locally, then the error has to do with a change in the Docker image. You can then pin the image by digest in the bitbucket-pipelines.yml file (you can pin to the digest of the last successful build):

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events