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

[REGRESSION]: Bash (3.231.1) is broken #19314

Closed
1 of 7 tasks
jakubch1 opened this issue Nov 22, 2023 · 1 comment
Closed
1 of 7 tasks

[REGRESSION]: Bash (3.231.1) is broken #19314

jakubch1 opened this issue Nov 22, 2023 · 1 comment
Assignees
Labels
Area: ABTT Akvelon Build Tasks Team area of work Area: Release bug regression This used to work, but a change in the service/tasks broke it. Task: Bash triage

Comments

@jakubch1
Copy link
Member

New issue checklist

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.

Link: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=8716922&view=logs&j=9e760a42-773c-55b7-f130-51b53c739723&t=832c56fa-26fb-5e45-496a-38822def881d

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'
@jakubch1 jakubch1 added bug regression This used to work, but a change in the service/tasks broke it. labels Nov 22, 2023
@github-actions github-actions bot added Area: Release triage Area: ABTT Akvelon Build Tasks Team area of work Task: Bash labels Nov 22, 2023
@DenisRumyantsev DenisRumyantsev self-assigned this Nov 22, 2023
@DenisRumyantsev
Copy link
Contributor

@jakubch1, thanks for reporting this issue! It should be already fixed. Please reopen this issue if you are still getting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: ABTT Akvelon Build Tasks Team area of work Area: Release bug regression This used to work, but a change in the service/tasks broke it. Task: Bash triage
Projects
None yet
Development

No branches or pull requests

2 participants