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

'git clone' hit the issue 'Windows Subsystem for Linux has no installed distributions' on 'windows latest' runner #35

Open
sophia-guo opened this issue Oct 22, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@sophia-guo
Copy link
Contributor

Running system test | openjdk test hit the issue 'Windows Subsystem for Linux has no installed distributions' on github action runner window latest(2019).

clone_stf:
     [echo] Cloning from: https://github.com/AdoptOpenJDK/stf.git -b master
     [exec] Cloning into 'stf'...
     [exec] Windows Subsystem for Linux has no installed distributions.
     [exec] Distributions can be installed by visiting the Microsoft Store:
     [exec] https://aka.ms/wslstore
     [exec] 

BUILD FAILED
D:\a\runaqaTest\runaqaTest\openjdk-tests\TKG\scripts\build_test.xml:58: The following error occurred while executing this line
     [echo] git clone --depth 1 -q -b dev https://github.com/AdoptOpenJDK/openjdk-jdk11u.git
     [exec] Windows Subsystem for Linux has no installed distributions.
     [exec] Distributions can be installed by visiting the Microsoft Store:
     [exec] https://aka.ms/wslstore
     [exec] 

BUILD FAILED
D:\a\runaqaTest\runaqaTest\openjdk-tests\TKG\scripts\build_test.xml:58: The following error occurred while executing this line:
D:\a\runaqaTest\runaqaTest\openjdk-tests\openjdk\build.xml:255: The following error occurred while executing this line:
D:\a\runaqaTest\runaqaTest\openjdk-tests\openjdk\build.xml:239: The following error occurred while executing this line:
D:\a\runaqaTest\runaqaTest\openjdk-tests\TKG\scripts\build_test.xml:49: exec returned: -1

No issue with window 2016.
https://github.com/sophia-guo/runaqaTest/runs/1294264272?check_suite_focus=true

Some suggestion: https://stackoverflow.com/questions/44829878/trying-to-use-bash-on-windows-and-got-no-installed-distributions-message

@sophia-guo
Copy link
Contributor Author

Main difference between windows 2019 and windows 2016 runners:

  1. OS Version : 10.0.17763 --- 10.0.14393
  2. Visual Studio: 2019 --- 2017

@karianna karianna added the bug Something isn't working label Oct 23, 2020
@sophia-guo
Copy link
Contributor Author

The behaviour is doing command git clone by the action will hit the issue.
@d3r3kk Do you have any idea about this? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants