You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/02/03 08:41:10 UTC

[GitHub] [james-project] jeantil commented on pull request #264: JAMES-3225 configures CI for builds.apache.org

jeantil commented on pull request #264:
URL: https://github.com/apache/james-project/pull/264#issuecomment-772336138


   After : 
   - using a unique name for the cassandra singleton image to avoid clashes between parallel maven runs overwriting each other's docker cache
   - dropping fork reuse entirely to get rid of memory leaks inducing `OutOfMemoryError: Direct buffer memory`
   
   last failure is : 
   ```
   23:31:06.935 [ERROR] ?.3.2] - Could not start container
   java.lang.IllegalStateException: Container exited with code 1
   	at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:469)
   	at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:325)
   	at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
   	at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:323)
   	at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:311)
   	at org.apache.james.linshare.Linshare.start(Linshare.java:71)
   	at org.apache.james.linshare.LinshareSingleton.<clinit>(LinshareSingleton.java:27)
   	at org.apache.james.linshare.LinshareExtension.<clinit>(LinshareExtension.java:62)
   	at org.apache.james.modules.LinshareGuiceExtension.<init>(LinshareGuiceExtension.java:39)
   	at org.apache.james.LinshareBlobExportMechanismProvidingTest.<clinit>(LinshareBlobExportMechanismProvidingTest.java:29)
   
   23:31:06.973 [ERROR] ?.3.2] - Log output from the failed container:
   wait-for-it.sh: waiting 15 seconds for ${LS_SERVER_HOST}:${LS_SERVER_PORT}
   wait-for-it.sh: timeout occurred after waiting 15 seconds for ${LS_SERVER_HOST}:${LS_SERVER_PORT}
   INFO:init.sh: Checking all required env variables...
   LS_SERVER_HOST : backend
   LS_SERVER_PORT : 8080
   LS_LDAP_URL : ldap://ldap:389
   LS_USER_URL : https://user.linshare.local
   LS_EXTERNAL_URL : https://user.linshare.local
   LS_PASSWORD : admi...
   LS_NO_REPLY_ADDRESS : no-reply@linshare.org
   INFO:init.sh: All env variables checked
   INFO:init.sh: Checking all optional env variables...
   LS_LDAP_DN : cn=linshare,dc=linshare,dc=org
   LS_LDAP_PW : lins...
   LS_LDAP_BASE_DN : ou=People,dc=linshare,dc=org
   LS_LDAP_NAME : ldap-local
   LS_FORCE_INIT : 0
   LS_DOMAIN_PATTERN_NAME : openldap-local
   LS_DOMAIN_PATTERN_MODEL : 868400c0-c12e-456a-8c3c-19e985290586
   LS_EXTRA_INIT_SCRIPT : 
   LS_JWT_PUB_KEY : /linagora/data/public.pem
   LS_JWT_PUB_KEY_NAME : 
   INFO:init.sh: All env variables checked
   23:21:22 WARNING : Current password is not valid.
   23:21:22 INFO    : Trying to authenticate with the new provided password
   23:21:22 ERROR   : Can't update the current password.
   ```
   Since Linshare is yet another singleton which generates a docker image, I'll try assigning it a unique image name just in case.
   see you tonight for the results (build takes >6h) 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org