Skip to content

Conversation

@AdwaitChavan
Copy link
Collaborator

@AdwaitChavan AdwaitChavan commented Sep 24, 2025

  • Currently, tunneler still uses version 8.14 of gradle & v3 of gradle wrapper validation which seems to be facing timeout issues in the build
Run gradle/actions/wrapper-validation@v3
  with:
    min-wrapper-count: 1
    allow-snapshots: false
Error: Multiple errors returned
Error: Error 0: connect ETIMEDOUT 104.16.72.101:443
Error: connect ETIMEDOUT 104.16.72.101:443
    at createConnectionError (node:net:1652:14)
    at Timeout.internalConnectMultipleTimeout (node:net:1711:38)
    at listOnTimeout (node:internal/timers:583:11)
    at process.processTimers (node:internal/timers:519:7)
Error: Error 1: connect ENETUNREACH 2606:4700::6810:4865:443 - Local (:::0)
Error: connect ENETUNREACH 2606:4700::6810:4865:443 - Local (:::0)
    at internalConnectMultiple (node:net:1186:16)
    at Timeout.internalConnectMultipleTimeout (node:net:1716:5)
    at listOnTimeout (node:internal/timers:583:11)
    at process.processTimers (node:internal/timers:519:7)
Error: Error 2: connect ETIMEDOUT 104.16.73.101:443
Error: connect ETIMEDOUT 104.16.73.101:443
    at createConnectionError (node:net:1652:14)
    at Timeout.internalConnectMultipleTimeout (node:net:1711:38)
    at listOnTimeout (node:internal/timers:583:11)
    at process.processTimers (node:internal/timers:519:7)
Error: Error 3: connect ENETUNREACH 2606:4700::6810:4965:443 - Local (:::0)
Error: connect ENETUNREACH 2606:4700::6810:4965:443 - Local (:::0)
    at internalConnectMultiple (node:net:1186:16)
    at Timeout.internalConnectMultipleTimeout (node:net:1716:5)
    at listOnTimeout (node:internal/timers:583:11)
    at process.processTimers (node:internal/timers:519:7)
  • This PR updates gradle files to 8.14 for the tunneler module, and also updates github action dependencies to v4 in order to fix build issues

@AdwaitChavan AdwaitChavan marked this pull request as draft September 24, 2025 17:57
@AdwaitChavan AdwaitChavan changed the title Update gradle to 8.5 for tunneler to fix build issues Update gradle to 8.14 for tunneler to fix build issues Sep 24, 2025
@AdwaitChavan AdwaitChavan changed the title Update gradle to 8.14 for tunneler to fix build issues Update gradle to 8.14 for tunneler module to fix build issues Sep 24, 2025
@AdwaitChavan AdwaitChavan marked this pull request as ready for review September 26, 2025 13:49
@AdwaitChavan AdwaitChavan changed the title Update gradle to 8.14 for tunneler module to fix build issues Update gradle to 8.14 for tunneler module and github action dependencies to v4 to fix build issues Sep 26, 2025
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

auto-generated changes after updating to 8.14. These were not available on the main branch before.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

auto-generated changes after updating to 8.14. These were not available on the main branch before.

@brian-mcnamara brian-mcnamara merged commit e576a60 into main Sep 26, 2025
3 checks passed
@AdwaitChavan AdwaitChavan deleted the update-gradle branch September 26, 2025 17:34
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.

4 participants