tkobayas commented on issue #1444: URL: https://github.com/apache/incubator-kie-issues/issues/1444#issuecomment-2323635675
09-01: SUCCESS 3 WARNINGs in the 1st attempt. 2nd attempt successful. (Note: `Failed to upload checksum` doesn't stop the whole task. `Could not transfer artifact` stops the task and triggers retrying) ``` [2024-09-01T04:17:31.407Z] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ drools-distribution --- [2024-09-01T04:26:48.086Z] [WARNING] Failed to upload checksum to org/drools/drools-examples/999-20240901-SNAPSHOT/drools-examples-999-20240901-20240901.030335-1-javadoc.jar.md5 [2024-09-01T04:26:48.086Z] org.apache.http.client.HttpResponseException: status code: 408, reason phrase: Request Timeout (408) [2024-09-01T04:26:48.086Z] ... [2024-09-01T04:28:36.241Z] [WARNING] Failed to upload checksum to org/drools/kiebase-inclusion/999-20240901-SNAPSHOT/kiebase-inclusion-999-20240901-20240901.030335-1-tests.jar.md5 [2024-09-01T04:28:36.241Z] org.apache.http.client.HttpResponseException: status code: 408, reason phrase: Request Timeout (408) [2024-09-01T04:28:36.241Z] ... [2024-09-01T04:46:57.694Z] [WARNING] Encountered issue during deployment: Failed to deploy artifacts: Could not transfer artifact org.drools:drools-canonical-model:jar:999-20240901-20240901.030335-1 from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): status code: 408, reason phrase: Request Timeout (408) [2024-09-01T04:46:57.694Z] [INFO] Retrying deployment attempt 2 of 5 [2024-09-01T05:20:53.254Z] [INFO] ------------------------------------------------------------------------ [2024-09-01T05:20:53.254Z] [INFO] Reactor Summary for Drools :: Parent 999-20240901-SNAPSHOT: ``` This change `aether.connector.basic.parallelPut=fals` seemed to be effective, but let's see next week. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
