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

CI on pull requests #885

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

CI on pull requests #885

wants to merge 4 commits into from

Conversation

hannesa2
Copy link

Some test are failing with OutOfMemoryException
I started to find workarounds or exclude them, but I stopped this, because for me it's a bigger question:

What are you doing to have that much memory consumption ? Is this really practicable ?

@dghgit
Copy link
Contributor

dghgit commented Feb 17, 2021

I'm guessing but are the tests related to Argon2 and Scrypt?

@hannesa2
Copy link
Author

hannesa2 commented Feb 17, 2021

Yes, one of them is Argon2Test the others I forgot

@hannesa2
Copy link
Author

As long as it's not merged, you see no output. But you can download report from my test-pull request here https://github.com/hannesa2/bouncycastle/pull/1/checks?check_run_id=1902628057

image

This is the first error

java.lang.OutOfMemoryError: Java heap space
	at org.bouncycastle.crypto.generators.Argon2BytesGenerator$Block.<init>(Argon2BytesGenerator.java:630)
	at org.bouncycastle.crypto.generators.Argon2BytesGenerator$Block.<init>(Argon2BytesGenerator.java:621)
	at org.bouncycastle.crypto.generators.Argon2BytesGenerator.initMemory(Argon2BytesGenerator.java:153)
	at org.bouncycastle.crypto.generators.Argon2BytesGenerator.doInit(Argon2BytesGenerator.java:144)
	at org.bouncycastle.crypto.generators.Argon2BytesGenerator.init(Argon2BytesGenerator.java:74)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants