Closed
Description
New issue checklist
- I searched for existing GitHub issues
- I read pipeline troubleshooting guide
- I checked how to collect logs
Task name
Bash
Breaking task version
3.231.1
Last working task version
3.231.0
Regression Description
Task is failing with:
Starting: Build
==============================================================================
Task : Bash
Description : Run a Bash script on macOS, Linux, or Windows
Version : 3.231.1
Author : Microsoft Corporation
Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash
==============================================================================
/__a/externals/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__a/externals/node20/bin/node)
##[error]Exit code 1 returned from process: file name '/usr/bin/docker', arguments 'exec -i -u 1001 -w /home/vsts_azpcontainer 2db0ff203a011a6ad1858464cc4095d31398f69dd413a40fdade4ac57bdd0fd7 /__a/externals/node/bin/node /__w/_temp/containerHandlerInvoker.js'.
Finishing: Build
This is container (docker) case. Adding UseNode task is not helping - still version 20 is used.
Environment type (Please select at least one enviroment where you face this issue)
- Self-Hosted
- Microsoft Hosted
- VMSS Pool
- Container
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-20210301134114-d6e0352'
Relevant log output
Starting: Build
==============================================================================
Task : Bash
Description : Run a Bash script on macOS, Linux, or Windows
Version : 3.231.1
Author : Microsoft Corporation
Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash
==============================================================================
/__a/externals/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__a/externals/node20/bin/node)
##[error]Exit code 1 returned from process: file name '/usr/bin/docker', arguments 'exec -i -u 1001 -w /home/vsts_azpcontainer 2db0ff203a011a6ad1858464cc4095d31398f69dd413a40fdade4ac57bdd0fd7 /__a/externals/node/bin/node /__w/_temp/containerHandlerInvoker.js'.
Finishing: Build
Full task logs with system.debug enabled
Starting: Build
Task : Bash
Description : Run a Bash script on macOS, Linux, or Windows
Version : 3.231.1
Author : Microsoft Corporation
Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash
/__a/externals/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__a/externals/node20/bin/node)
##[error]Exit code 1 returned from process: file name '/usr/bin/docker', arguments 'exec -i -u 1001 -w /home/vsts_azpcontainer 2db0ff203a011a6ad1858464cc4095d31398f69dd413a40fdade4ac57bdd0fd7 /__a/externals/node/bin/node /__w/_temp/containerHandlerInvoker.js'.
Finishing: Build
Repro steps
parameters:
osDistribution: 'ubuntu'
osDistributionTitle: 'Ubuntu'
pool:
vmImage: 'ubuntu-20.04'
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-20210301134114-d6e0352'