team-mic / HearAndThere_Server

0 stars 1 forks source link

[Bug] 빌드시 compileTestJava 실패 #94

Closed kwonsye closed 3 years ago

kwonsye commented 3 years ago
> Task :compileTestJava
Note: /home/ec2-user/app/step1/HearAndThere_Server/src/test/java/team_mic/here_and_there/backend/search/SearchKeywordTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :test
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 10153984 bytes for committing reserved memory.
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000ebb08000, 10153984, 0) failed; error='Cannot allocate memory' (errno=12)
# An error report file with more information is saved as:
# /home/ec2-user/app/step1/HearAndThere_Server/hs_err_pid5296.log

> Task :test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':test'.
> Process 'Gradle Test Executor 1' finished with non-zero exit value 1
  This problem might be caused by incorrect test process configuration.
  Please refer to the test execution section in the User Manual at https://docs.gradle.org/5.2.1/userguide/java_testing.html#sec:test_execution

완료 조건


Related issue


Reference


Check List