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

Tracking issue for CI build failure "Installing openssl@3 has failed!" #80428

Closed
kotlarmilos opened this issue Jan 10, 2023 · 5 comments · Fixed by #80443
Closed

Tracking issue for CI build failure "Installing openssl@3 has failed!" #80428

kotlarmilos opened this issue Jan 10, 2023 · 5 comments · Fixed by #80443
Labels
area-Infrastructure blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' blocking-official-build Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@kotlarmilos
Copy link
Member

kotlarmilos commented Jan 10, 2023

Several CoreCLR and Mono CI lanes failed with an error Not found PathtoPublish: /Users/runner/work/1/s/artifacts/log/.

PRs that encountered the issue (not a full list):

Error Message

{
  "ErrorMessage":"Installing openssl@3 has failed!",
  "BuildRetry": false
} 

Report

Build Definition Step Name Console log Pull Request
132055 dotnet/runtime Install Build Dependencies Log #80435
132019 dotnet/runtime Install Build Dependencies Log #80433
131641 dotnet/runtime Install native dependencies Log #80392
131642 dotnet/runtime Install Build Dependencies Log #80392
131643 dotnet/runtime Install Build Dependencies Log #80392
132043 dotnet/runtime Install Build Dependencies Log #80164
132033 dotnet/runtime Install Build Dependencies Log #80421
132040 dotnet/runtime Install Build Dependencies Log #80434
132039 dotnet/runtime Install Build Dependencies Log #80434
132010 dotnet/runtime Install Build Dependencies Log #80432
132009 dotnet/runtime Install Build Dependencies Log #80432
132002 dotnet/runtime Install Build Dependencies Log #80429
132003 dotnet/runtime Install Build Dependencies Log #80429
131863 dotnet/runtime Install Build Dependencies Log #80234
131992 dotnet/runtime Install Build Dependencies Log #79945
131991 dotnet/runtime Install Build Dependencies Log #79945
131864 dotnet/runtime Install Build Dependencies Log #80234
131973 dotnet/runtime Install Build Dependencies Log #80426
131972 dotnet/runtime Install Build Dependencies Log #80426
131961 dotnet/runtime Install Build Dependencies Log #79449
131962 dotnet/runtime Install Build Dependencies Log #79449
131953 dotnet/runtime Install Build Dependencies Log #80364
131954 dotnet/runtime Install Build Dependencies Log #80364
131942 dotnet/runtime Install Build Dependencies Log #80431
131794 dotnet/runtime Install Build Dependencies Log #80136
131815 dotnet/runtime Install Build Dependencies Log #80164
131816 dotnet/runtime Install Build Dependencies Log #80164
131789 dotnet/runtime Install Build Dependencies Log #79945
131793 dotnet/runtime Install Build Dependencies Log #80136
131788 dotnet/runtime Install Build Dependencies Log #79945
131754 dotnet/runtime Install Build Dependencies Log #79346
131772 dotnet/runtime Install Build Dependencies Log #80234
131756 dotnet/runtime Install Build Dependencies Log #79346
131732 dotnet/runtime Install Build Dependencies Log #77386
131746 dotnet/runtime Install native dependencies Log #80423
131729 dotnet/runtime Install Build Dependencies Log #77386
131723 dotnet/runtime Install Build Dependencies Log #80421
131755 dotnet/runtime Install Build Dependencies Log #79346
131748 dotnet/runtime Install Build Dependencies Log #76444
131752 dotnet/runtime Install Build Dependencies Log #76444
131749 dotnet/runtime Install Build Dependencies Log #80423
131722 dotnet/runtime Install Build Dependencies Log #80421
131737 dotnet/runtime Install Build Dependencies Log
131743 dotnet/runtime Install Build Dependencies Log
131741 dotnet/runtime Install native dependencies Log
131731 dotnet/runtime Install Build Dependencies Log #77386
131704 dotnet/runtime Install native dependencies Log #80260
131705 dotnet/runtime Install Build Dependencies Log #80260
131666 dotnet/runtime Install native dependencies Log
131648 dotnet/runtime Install native dependencies Log #76642
131650 dotnet/runtime Install Build Dependencies Log #76642
131635 dotnet/runtime Install Build Dependencies Log #79594
131637 dotnet/runtime Install Build Dependencies Log #79594

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
53 53 53
@kotlarmilos kotlarmilos added this to the 8.0.0 milestone Jan 10, 2023
@ghost
Copy link

ghost commented Jan 10, 2023

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

Several CoreCLR and Mono CI lanes failed with an error Not found PathtoPublish: /Users/runner/work/1/s/artifacts/log/.

PRs that encountered the issue (not a full list):

Author: kotlarmilos
Assignees: -
Labels:

area-Infrastructure

Milestone: 8.0.0

@jandupej
Copy link
Member

This seems to impact only lanes which build for Apple as they use Homebrew. It fails to install OpenSSL:

Installing openssl@3 has failed!
Using pkg-config
Using python3
Homebrew Bundle failed! 1 Brewfile dependency failed to install.
##[error]Bash exited with code '1'.

@EgorBo
Copy link
Member

EgorBo commented Jan 10, 2023

do we still need openssl on mac after #76490? cc @vcsjones

@vcsjones
Copy link
Member

do we still need openssl on mac after #76490? cc @vcsjones

Yes for a variety of reasons. Testing AesCcm, RSAOpenSsl, etc.

@ViktorHofer ViktorHofer added the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Jan 10, 2023
@ViktorHofer ViktorHofer changed the title Tracking issue for CI build failure Not found PathtoPublish Tracking issue for CI build failure "Installing openssl@3 has failed!" Jan 10, 2023
@ViktorHofer
Copy link
Member

Updated the title as Several CoreCLR and Mono CI lanes failed with an error Not found PathtoPublish: /Users/runner/work/1/s/artifacts/log/. is just the result of the failing brew install. The actual error is that openssl fails to install.

@ViktorHofer ViktorHofer added blocking-official-build Known Build Error Use this to report build issues in the .NET Helix tab labels Jan 10, 2023
akoeplinger added a commit that referenced this issue Jan 10, 2023
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jan 10, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jan 10, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Feb 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' blocking-official-build Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants