-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
PAL test eventprovider/eventprovidertest does not pass on Arm/Arm64 machines in CI #42291
Comments
It does pass for Ubuntu 1604 machines. |
This sounds like a missing package on the CI machines. @MattGal is there a list of packages we install on the arm and arm64 Linux devices in the CI lab so that I can check it? |
@janvorli there isn't complete data here and this comment is 314 days old so I can't speak definitively, but we can tell from the path logged ( That narrows your search down greatly (as well as making it possible to get a local repro on any old ubuntu ARM64 machine). It's definitely one of these from https://github.com/dotnet/dotnet-buildtools-prereqs-docker/:
As usual, if you do narrow it down and need to borrow an ARM64 device to try out some stuff in Docker with, just ping @ilyas1974 or stop by the DncEng First Responders Teams channel and we'll do our best to find you something. |
Ok, great, that's simple to repro for me locally then. I have a couple of Linux ARM64 devices here. |
The problem is that the helix Ubuntu / Debian arm/arm64 docker images are missing the |
Hi @MattGal, is this something which should be moved to infra path to get the missing package added? |
@mangod9 I don't think so... we've had good luck with folks like @wfurt self-serving here. If you find yourself blocked, @dotnet/dnceng will happily join in but it's as simple as:
Please try this, and as noted before if you get stuck anywhere I'm happy to help. |
Moving out, not sure if this is still an issue. |
This test fails in CI on the Arm and Arm64 platforms with the following error:
/root/helix/work/workitem/eventprovider/eventprovidertest: error while loading shared libraries: liblttng-ust.so.0: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: