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

npm run build:api takes significant (infinite?) time on Apple M* #1928

Open
davidyuk opened this issue Dec 22, 2023 · 2 comments
Open

npm run build:api takes significant (infinite?) time on Apple M* #1928

davidyuk opened this issue Dec 22, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@davidyuk
Copy link
Member

Reported by @nikita-fuchs , would be good if somebody can try it

@davidyuk davidyuk added the bug Something isn't working label Dec 22, 2023
@nikita-fuchs
Copy link
Contributor

hey @mitchelli in case you have time for tickets, could you try reproducing this in case you are on arm64? in case it makes any sense to you, feel free to investigate or / and open a ticket on that one package whose operation gets stuck infinitely. But just a replication would also help already. 👋

@nikita-fuchs
Copy link
Contributor

nikita-fuchs commented Jan 23, 2024

warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail.

getting stuck right here forever. Digging deeper into the command chain, running autorest tooling/autorest/node.yaml --verbose seems to perform things successfully, but "forgets" to exit ?

verbose | [1.80 s] Reading OpenAPI 3.0 file https://raw.githubusercontent.com/aeternity/aeternity/v6.5.2/apps/aehttp/priv/oas3.yaml
warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
verbose | [2.61 s] Found and removed 0 duplicate schema

It just stays stuck after the last line.

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