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

Similar to #2093: Build never finish on windows #2098

Closed
1 of 7 tasks
Milerius opened this issue Nov 20, 2020 · 3 comments
Closed
1 of 7 tasks

Similar to #2093: Build never finish on windows #2098

Milerius opened this issue Nov 20, 2020 · 3 comments
Assignees
Labels
investigate Collect additional information, like space on disk, other tool incompatibilities etc. OS: Windows

Comments

@Milerius
Copy link

Milerius commented Nov 20, 2020

Description
Hello everyone, I'm looking for someone who has experience with GitHub Actions and C++, I have a very strange bug, indeed it looks like I have an infinite loop when I compile on the GitHub actions machine ( windows only) and this absolutely does not happen on my local windows:

On Github actions after 360 minutes it's timing out:

[686/688] Linking CXX executable bin\atomicdex-desktop_tests.exe
SIGINT: Interrupted by Ctrl-C.
ninja: build stopped: interrupted by user.
Error: The operation was canceled.

I have absolutely no idea how to debug that, especially that's work locally, i have the commit that produced this behaviour: KomodoPlatform/komodo-wallet-desktop@ecf3d0d

But there is no spurious stuff inside, any idea or recommendation would be nice

The problem really seems to come from the remote machine - the compilation works on all other platforms and especially works locally on windows, there will not have been an update which will produce this bug ?

Extra infos:

compiler: clang-11

Capture d’écran 2020-11-20 à 06 30 41

Capture d’écran 2020-11-20 à 06 31 46

Area for Triage:
Windows

Question, Bug, or Feature?:
Bug

Virtual environments affected

  • Ubuntu 16.04
  • Ubuntu 18.04
  • Ubuntu 20.04
  • macOS 10.15
  • macOS 11.0
  • Windows Server 2016 R2
  • Windows Server 2019

Expected behavior

Builds to finish

Actual behavior

Hanging out for ever

Repro steps

Commits to the following pull request: KomodoPlatform/komodo-wallet-desktop#577

@Milerius Milerius changed the title Similar to #2092: Build never finish on windows Similar to #2093: Build never finish on windows Nov 20, 2020
@dibir-magomedsaygitov dibir-magomedsaygitov added investigate Collect additional information, like space on disk, other tool incompatibilities etc. OS: Windows and removed needs triage labels Nov 20, 2020
@Milerius
Copy link
Author

Milerius commented Nov 20, 2020

Seems that CMake 3.19 is causing the big trouble, was updated from CMake 3.18.4 from scoop installer, i will let this issue open and link it to a CMake and a scoop issue for transparence.

for ref: ScoopInstaller/Main@c1fabd8

@vsafonkin
Copy link
Contributor

Hello @Milerius , thank you for your report! We're investigating your issue, but unfortunately we have not any positive results yet, sorry.

@Milerius
Copy link
Author

@vsafonkin Yes, it's seems to come from CMake regression directly, i think it's nothing related to virtual-environments, but can happens to every user that have an automatic update to last official CMake version aka (3.19)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigate Collect additional information, like space on disk, other tool incompatibilities etc. OS: Windows
Projects
None yet
Development

No branches or pull requests

4 participants