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

[BUG]: Unable to locate package libicu74 #5002

Closed
1 of 4 tasks
angaaruriakhil opened this issue Sep 26, 2024 · 5 comments
Closed
1 of 4 tasks

[BUG]: Unable to locate package libicu74 #5002

angaaruriakhil opened this issue Sep 26, 2024 · 5 comments

Comments

@angaaruriakhil
Copy link

What happened?

We are using VMSS with Ubuntu 22.04 as the base image in Azure with Azure DevOps. As part of agent provisioning the azure pipelines agent is installed.

Inspecting the logs I can see:

E: Unable to locate package libicu74

during the Install Dependencies stage.

Versions

3.244.1

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

Ubuntu 22.04

Version controll system

Git

Relevant log output

Azure Pipelines Extension failed with message: The Extension failed to execute: Pipeline script execution failed with exit code 100. 2024-09-22 11:33:57 version 15 2024-09-22 11:33:57 Url is
[---redacted---]
2024-09-22 11:33:57 Pool is [---redacted---] 2024-09-22 11:33:57 RunArgs is --once 2024-09-22 11:33:57 Directory is /agent 2024-09-22 11:33:57 [---redacted---] account already exists 2024-09-22 11:33:57 Zipfile is /agent/vsts-agent-linux-x64-3.244.1.tar.gz 2024-09-22 11:33:57 Installing dependencies ++ id -u + user_id=0 + '[' 0 -ne 0 ']' + '[' -e /etc/os-release ']' + filepath=/etc/os-release + '[' -e /etc/os-release ']' + echo '--------OS Information--------' + cat /etc/os-release + echo ------------------------------ + '[' -e /etc/debian_version ']' + echo 'The current OS is Debian based' + echo '--------Debian Version--------' + cat /etc/debian_version + echo ------------------------------ + command -v apt + '[' 0 -eq 0 ']' + apt update WARNING: apt does not have a stable CLI interface. Use with caution in scripts. + apt install -y libkrb5-3 zlib1g debsums WARNING: apt does not have a stable CLI interface. Use with caution in scripts. + apt install -y liblttng-ust1 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. + '[' 0 -ne 0 ']' ++ wget -qO-
http://security.ubuntu.com/ubuntu/pool/main/o/openssl/
++ grep -oP '(libssl1.1_1.1.1f.*?_amd64.deb)' ++ head -1 + package=libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb + apt install -y libssl3 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. + '[' 0 -ne 0 ']' + apt install -y libicu74 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. E: Unable to locate package libicu74 + apt install -y libicu70 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. + '[' 0 -ne 0 ']' + echo ----------------------------- + echo ' Finish Install Dependencies' + echo ----------------------------- 2024-09-22 11:34:03 Dependencies installation succeeded 2024-09-22 11:34:03 Configuring build agent 2024-09-22 11:34:03 Configuring agent 2024-09-22 11:34:03 The application to execute does not exist: '/agent/bin/Agent.Listener.dll'. 2024-09-22 11:34:03 Build agent configuration failed
@ivanduplenskikh
Copy link
Contributor

@angaaruriakhil, thank you for bringing this to our attention.
I found a similar issue #4485. It was noted there that your user may encounter difficulties working with source files.

The option is to add your user to the AzDevOps group, but if it does not help, I'll recommend you create a ticket in the extension repository because the problem seems not to be related to the agent itself.

I suggest creating a ticket in the extension repository, which will ensure the right team members are alerted to address this issue.

@angaaruriakhil
Copy link
Author

Hi, we are using the default AzDevOps user, not custom.

I thought about putting the issue here since I could see some changes to do with the aforementioned package in this repo in the most recent release.

If you still think that is the more appropriate place then I can put an issue in there.

@ivanduplenskikh
Copy link
Contributor

@angaaruriakhil , yes, you are right.
There was an update to libicu74 for Ubuntu 24 in #4973 but based on your logs, the dependencies were still installed successfully

2024-09-22 11:34:03 Dependencies installation succeeded

And then I see that an issue arises where the start VMSS script fails to locate Agent.Listener.dll

2024-09-22 11:34:03 Configuring agent 
2024-09-22 11:34:03 The application to execute does not exist: '/agent/bin/Agent.Listener.dll'. 
2024-09-22 11:34:03 Build agent configuration failed

@angaaruriakhil
Copy link
Author

Thanks @ivanduplenskikh , I put in issue microsoft/vsts-azurevm-extension#244 to that repo.

@ivanduplenskikh
Copy link
Contributor

I'm closing this issue, but please don't hesitate to reopen it if you have further questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants